mystor / git-revise

A handy tool for doing efficient in-memory commit rebases & fixups
MIT License
748 stars 31 forks source link

Add support for `git config commit.cleanup` & `git config commit.verbose` #126

Open nikitabobko opened 2 years ago

nikitabobko commented 2 years ago

Fix for https://github.com/mystor/git-revise/issues/108 and https://github.com/mystor/git-revise/issues/29

I'm not fluent in Python so let me know about any stupid mistakes.

Each commit is atomic so the easiest way to review this PR is commit-by-commit.

Co-authored-by: @RuRo

nikitabobko commented 1 year ago

Force push to resolve conflicts

nikitabobko commented 1 year ago

This PR might look big and hard to review. But just review it commit-by-commit. I spent time making it easy to review

maxwell-k commented 9 months ago

I've been using this branch for a few months without any issues, I am very happy with it.