summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawlZvtBCVyJw4O71OPsdwGpVh6iJ1W-xaPc <Kilian@web>2013-07-28 18:50:07 +0000
committerGravatar admin <admin@branchable.com>2013-07-28 18:50:07 +0000
commit6b7bcf397a7bdaa5ad026685beff233d54e1bac8 (patch)
treed34b2da53ef504b2fdc55ad27127b97bb105400f /doc
parent2652986adda42de55f0b818b839aea092623a4f2 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/wishlist:_git_annex_diff.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/wishlist:_git_annex_diff.mdwn b/doc/todo/wishlist:_git_annex_diff.mdwn
index 9aa864871..4acfee255 100644
--- a/doc/todo/wishlist:_git_annex_diff.mdwn
+++ b/doc/todo/wishlist:_git_annex_diff.mdwn
@@ -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.