From: Ilya_Shlyakhter Date: Thu, 29 Apr 2021 16:53:31 +0000 (+0000) Subject: added suggestion: support tree-ish in command args X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~91^2~456 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5efce5078a62ea571403ead02fa7e2f641b065db;p=git-annex.git added suggestion: support tree-ish in command args --- diff --git a/doc/todo/support_tree-ish_in_command_args.mdwn b/doc/todo/support_tree-ish_in_command_args.mdwn new file mode 100644 index 0000000000..83d033e13e --- /dev/null +++ b/doc/todo/support_tree-ish_in_command_args.mdwn @@ -0,0 +1 @@ +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.