Repo.rev_parse: Handle <tag>^{commit} correctly by flichtenheld · Pull Request #1996 · gitpython-developers/GitPython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@flichtenheld

Copy link

Contributor

This should resolve to commit object.

Fixes: #1995

This should resolve to commit object.

Fixes: gitpython-developers#1995

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Copy link

Member

@Byron Byron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for the fix, much appreciated!

@Byron Byron merged commit 333786c into gitpython-developers:main

Jan 10, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@Byron Byron Byron approved these changes

Assignees

No one assigned

Labels

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

rev_parse does not handle <tag>^{commit} correctly

2 participants

@flichtenheld @Byron