add, import: Fix a reversion in 7.20191009 that broke handling of --largerthan and --smallerthan

This commit was sponsored by Jochen Bartl on Patreon.
This commit is contained in:
Joey Hess 2020-10-19 15:36:18 -04:00
parent b390a4012c
commit 7036d0a4c1
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
7 changed files with 34 additions and 17 deletions

View file

@ -14,7 +14,4 @@ That commit was otherwise right, eg `git-annex get --largerthan` should
look at the size of the annexed file, not of the file on disk, which could
be a small pointer file.
Rather than being global options, --largerthan and --smallerthan,
could added by each command, so the command can specify how the size
should be determined. Finding a way to do that w/o needing to add
boilerplate to many commands would be best.
> [[fixed|done]] --[[Joey]]