diff options
author | http://hands.com/~phil/ <hands@web> | 2012-11-02 09:07:49 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-11-02 09:07:49 +0000 |
commit | 454d51798b4e393d8926705f835dcfccc7c31940 (patch) | |
tree | 748f3ce0708bc9141289dcd4c888db9c97304a68 | |
parent | 1a483c5a4869327e8c108a89556e03babda53967 (diff) |
Added a comment: and you can specify ranges to dropunused
-rw-r--r-- | doc/todo/wishlist:_An_--all_option_for_dropunused/comment_2_578248f7686ba2d80d7dc8b17c0cdf52._comment | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/todo/wishlist:_An_--all_option_for_dropunused/comment_2_578248f7686ba2d80d7dc8b17c0cdf52._comment b/doc/todo/wishlist:_An_--all_option_for_dropunused/comment_2_578248f7686ba2d80d7dc8b17c0cdf52._comment new file mode 100644 index 000000000..a87a367d6 --- /dev/null +++ b/doc/todo/wishlist:_An_--all_option_for_dropunused/comment_2_578248f7686ba2d80d7dc8b17c0cdf52._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="http://hands.com/~phil/" + nickname="hands" + subject="and you can specify ranges to dropunused" + date="2012-11-02T09:07:48Z" + content=""" +so having run: + + git annex unused + +you can then run: + + git annex dropunused 1-10000 + +or whatever, and it deletes the items in that range from the most recent <tt>unused</tt> invocation +"""]] |