Skip to content
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

--autosquash only works with the full summary line #79

Open
elonderin opened this issue Oct 6, 2020 · 1 comment
Open

--autosquash only works with the full summary line #79

elonderin opened this issue Oct 6, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@elonderin
Copy link

this git doc states that:

... A commit matches the ... if the commit subject matches, or if the ... refers to the commit’s hash. As a fall-back, partial matches of the commit subject work, too.

It seems however that revise only supports matching on the full subject line.
This should be noted in the doc or the code fixed.

@mystor mystor added the bug Something isn't working label Oct 6, 2020
@mystor
Copy link
Owner

mystor commented Oct 11, 2020

This should've been at least partially fixed in #65, revise should be matching on prefixes of either the subject line or the commit's hash.

Can you make sure you're running the most recent version of git-revise?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants