8000 Support fixups with explicit hashes by odnoletkov · Pull Request #65 · mystor/git-revise · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Support fixups with explicit hashes #65

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

Merged
merged 1 commit into from
May 17, 2020
Merged

Conversation

odnoletkov
Copy link
Contributor

Fixup commits usually use subject line of the target commit. But it is
also possible to specify the target commit's hash directly (or some
prefix of it):

fixup! faab8b1

This was added in Git in
git/git@68d5d03
and currently supported here:
https://github.com/git/git/blob/c44a4c650c66eb7b8d50c57fd4e1bff1add7bf77/sequencer.c#L2853-L2859

Fixup commits usually use subject line of the target commit. But it is
also possible to specify the target commit's hash directly (or some
prefix of it):

  fixup! faab8b1

This was added in Git in
git/git@68d5d03
and currently supported here:
https://github.com/git/git/blob/c44a4c650c66eb7b8d50c57fd4e1bff1add7bf77/sequencer.c#L2853-L2859
@mystor
Copy link
Owner
mystor commented May 17, 2020

Thanks!

@mystor mystor merged commit 44390d1 into mystor:master May 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0