aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawlZvtBCVyJw4O71OPsdwGpVh6iJ1W-xaPc <Kilian@web>2013-07-28 18:49:16 +0000
committerGravatar admin <admin@branchable.com>2013-07-28 18:49:16 +0000
commit2652986adda42de55f0b818b839aea092623a4f2 (patch)
tree5330bed37334452bb838528d11700f336e1b43b8
parente9cf2a279922a2a2d00c52d79e68ddcff752c7af (diff)
-rw-r--r--doc/todo/wishlist:_git_annex_diff.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/todo/wishlist:_git_annex_diff.mdwn b/doc/todo/wishlist:_git_annex_diff.mdwn
new file mode 100644
index 000000000..9aa864871
--- /dev/null
+++ b/doc/todo/wishlist:_git_annex_diff.mdwn
@@ -0,0 +1,9 @@
+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.
+
+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.
+
+There might already be a way to easily diff two versions of an annexed file which I'm missing -- in that case please point me to it! :)