This commit is contained in:
Joey Hess 2012-05-02 13:22:04 -04:00
parent d8606a327d
commit 7d6b36dffb
2 changed files with 4 additions and 1 deletions

View file

@ -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 > I don't see adding my own range operations to be an improvement worth
> making; it'd arguably only be a complication. --[[Joey]] [[done]] > 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.

View file

@ -27,4 +27,4 @@ data anymore, you can easily remove it:
Hint: To drop a lot of unused data, use a command like this: Hint: To drop a lot of unused data, use a command like this:
# git annex dropunused `seq 1 1000` # git annex dropunused 1-1000