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:
parent
b390a4012c
commit
7036d0a4c1
7 changed files with 34 additions and 17 deletions
|
@ -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]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue