This commit is contained in:
Joey Hess 2022-02-21 12:49:36 -04:00
parent 3187639735
commit d36de3edf9
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,17 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2022-02-21T16:19:27Z"
content="""
You can use: `git-annex info . --in here`
But, it should be possible when getting info for all keys
to use the matching options like --in that do not match on a filename.
It used to be that there was no way to tell which kind of matching options
where used, but now `matchNeedsFileName` is available and it could only
reject those.
So this can be implemented by making cachedPresentData
and cachedRemoteData get the matcher, check if it's
the right kind and apply it to the keys.
"""]]