forgot to add this comment earlier

This commit is contained in:
Joey Hess 2024-12-02 12:34:08 -04:00
parent 72e512329f
commit 5882fc28d7
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,14 @@
[[!comment format=mdwn
username="joey"
subject="""comment 2"""
date="2024-11-25T16:19:42Z"
content="""
The reason `git-annex copy --not --unused` behaves that way is that
--unused is not a file matching option. --not, meanwhile, inverts the next
file matching option. So here it does nothing. So that command is the same
as `git-annex copy --unused`!
Obviously, that's a bit of an excuse, but it's what's going on. I do think
that having `--not --unused` work would be a useful thing. Opened a todo
[[todo/support_--not_--unused]].
"""]]