Uh oh!
There was an error while loading. Please reload this page.
Equivalent to git tag --contains <commit>#1269
Answered
byByron
bytefluxio
asked this question in
Q&A
What would be the gitpython equivalent of I need to ascertain all tags that point to descendants of a commit. The git command is incredibly fast, but doing the following just isn't effective: |
Answered by
Byron
Jun 10, 2021
Replies: 1 comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I would go with |
0 replies
Answer selected byByron
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
I would go with
self.repo.git.tag(contains=commit).