diff options
author | Joey Hess <joey@kitenet.net> | 2012-05-02 13:22:04 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-05-02 13:22:04 -0400 |
commit | 7d6b36dffbb11837a6fcfea3317b7d24ccbeeff7 (patch) | |
tree | d80d91ddb58d2db5430ac1889bcaf894d464eee4 /doc | |
parent | d8606a327d5b7dc34708405634baab1aade3c96c (diff) |
deseq
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/add_range_argument_to___34__git_annex_dropunused__34___.mdwn | 3 | ||||
-rw-r--r-- | doc/walkthrough/unused_data.mdwn | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/bugs/add_range_argument_to___34__git_annex_dropunused__34___.mdwn b/doc/bugs/add_range_argument_to___34__git_annex_dropunused__34___.mdwn index bbe6007a8..471a698a0 100644 --- a/doc/bugs/add_range_argument_to___34__git_annex_dropunused__34___.mdwn +++ b/doc/bugs/add_range_argument_to___34__git_annex_dropunused__34___.mdwn @@ -16,3 +16,6 @@ I work around this lack as I want to drop all unused files anyway by something l > I don't see adding my own range operations to be an improvement worth > making; it'd arguably only be a complication. --[[Joey]] [[done]] + +>> Actually, this did get implemented, since using seq could fall afoul +>> of command-line length limits in extreme cases. diff --git a/doc/walkthrough/unused_data.mdwn b/doc/walkthrough/unused_data.mdwn index 518550ac0..63fb9f66d 100644 --- a/doc/walkthrough/unused_data.mdwn +++ b/doc/walkthrough/unused_data.mdwn @@ -27,4 +27,4 @@ data anymore, you can easily remove it: Hint: To drop a lot of unused data, use a command like this: - # git annex dropunused `seq 1 1000` + # git annex dropunused 1-1000 |