already implemented

This commit is contained in:
Joey Hess 2021-05-12 12:24:55 -04:00
parent a0225ff41c
commit 7500ba7ceb
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 10 additions and 0 deletions

View file

@ -1 +1,3 @@
For commands like [[`git-annex-whereis`|git-annex-whereis]] that take a `path` argument, it would help if this could be generalized to taking a [tree-ish](https://git-scm.com/docs/gitglossary#Documentation/gitglossary.txt-aiddeftree-ishatree-ishalsotreeish). E.g. for `git-annex-whereis` this could be used to look up where previous file versions are stored.
> [[done]] before this was filed

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2021-05-12T16:23:02Z"
content="""
This is already supported by whereis (and quite a lot of other commands)
with the --branch option, which is documented to support a treeish.
"""]]