This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawlZvtBCVyJw4O71OPsdwGpVh6iJ1W-xaPc 2013-07-28 18:50:07 +00:00 committed by admin
parent 4f7c578995
commit b7052e7796

View file

@ -2,7 +2,7 @@ git diff is not very helpful for annexed files.
How about a git annex diff command that allows to compare two versions of an annexed file?
Should be relatively simple, only there would have to be a way to deal with the situation where not both versions are present in the repository. Either abort with a message showing the command you need to run to get the missing version(s). Or even interactively volunteer to get it automatically.
Should be relatively simple, only there would have to be a way to deal with the situation where not both versions are present in the repository. Either abort with a message showing the command you need to run to get the missing version(s). Or even interactively volunteer to get it automatically, asking the user for confirmation.
Of course you wouldn't want to diff two large files, but with git annex assistant, all files are annexed by default (right?), so this would be useful.