How to describe --contains
#2267
Unanswered
CraftSpider
asked this question in
Q&A
Replies: 1 comment
-
|
Thanks for bringing this up! Right now there is no such functionality, but I think it could be added here. Your help in getting this done would definitely be appreciated. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to find the oldest tag that contains a given commit. With
git, I'd usegit describe --contains --match '...' <commit>, but I can't figure out any equivalent withgix. I've also checked for some kind of 'reachable from' helper to implement it myself, but that also seems to be missing, or at least I can't find it under the search terms I've tried. Anyone know whether this is possible withgixefficiently, and if not, what would be needed to implement it? I'd be willing to help out with necessary implementation work.Just for context, I did also check git2, it also appears to be missing this functionality (the C API has a reachable function which would help, but it doesn't seem to be exposed).
Beta Was this translation helpful? Give feedback.
All reactions