Is it possible to extend git (via a plug-in) to support other filetypes which aren't based on plain ASCII files? For the sake of an example: Imagine someone write a diff program for photoshop psd
files with PSD.rb to represent changes in the underlying binary psd
file as text.
I haven't found anything on google, so perhaps some of the more in depth git hackers can answer this.