-
Notifications
You must be signed in to change notification settings - Fork 31
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
Feature request: --signoff #57
Comments
I'm not sure what the behaviour of this flag should be when not running with
Would you expect |
I would lean towards A, B, and C. |
That would be different behaviour than |
Git's |
I feel like there's a conflict between how the rebase and revise UI work here; I sort of expect For instance, I have a work-in-progress batch commit-signing script that does |
Currently revise runs in "interactive" mode if either the I think this question comes down to whether or not (On a side note, I should probably document this better, and come up with better names for the modes. Perhaps "batch" mode and "target" mode?) |
git-rebase(1)
has this:The text was updated successfully, but these errors were encountered: