diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2013-10-28 17:11:05 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-10-28 17:11:05 +0000 |
commit | 21c7741d4714b85e32c4e76056de878eef31175c (patch) | |
tree | d89376f63f8482f7f66f637d2bb583392dd183a9 | |
parent | 7556d166d93c94a73ef24434735de43dfdbed687 (diff) |
Added a comment
-rw-r--r-- | doc/todo/whishlist:_git_annex_drop_--dry-run/comment_1_20ecfa8ffa52c238d21b904076ac69a2._comment | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/todo/whishlist:_git_annex_drop_--dry-run/comment_1_20ecfa8ffa52c238d21b904076ac69a2._comment b/doc/todo/whishlist:_git_annex_drop_--dry-run/comment_1_20ecfa8ffa52c238d21b904076ac69a2._comment new file mode 100644 index 000000000..098d399e3 --- /dev/null +++ b/doc/todo/whishlist:_git_annex_drop_--dry-run/comment_1_20ecfa8ffa52c238d21b904076ac69a2._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.47" + subject="comment 1" + date="2013-10-28T17:11:04Z" + content=""" +It would be nice, but it adds quite a lot of complexity to have a --dry-run, and if I add it to just drop, the next bug is going to ask for get to have it.. + +I feel that the right approach is to add a --wanted, which could then be used with find to find files that are and are not wanted, according to the preferred content settings. To see what it would want to get: `git annex find --wanted --not --in .` To see what it would want to drop: `git annex find --not --wanted --in .` +"""]] |