-
Notifications
You must be signed in to change notification settings - Fork 140
Allow reset <tag>
in git rebase -ir
#199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I just tried to reset to a tag with |
Did you issue something like |
Hmm, I tried to reset to a lightweight tag and it worked (on v2.23.0), but I just tried to reset to an annotated tag and it failed. Now I understand. |
This seems to work on git version 2.42.0? I'm not completely sure that I understand the issue. This works with an annotated tag:
Deferencing (term?) to the commit with
|
@LemmingAvalanche I bet it was 82766b2 that fixed this. Could you verify? |
@dscho Confirming that:
Failed rebase:
|
@LemmingAvalanche thank you for confirming! |
The interactive rebase allows resetting
HEAD
to a specified revision, but it currently cannot handle tags. Let's fix that.See https://public-inbox.org/git/[email protected]/
The text was updated successfully, but these errors were encountered: