-
Notifications
You must be signed in to change notification settings - Fork 78
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
Configuration flag to allow fixuping commits authored not by me #140
Comments
@TheNeikos, this sounds great. There's even a note in the README to do this, "add smaller force flags to disable individual safety checks" (of course, there's also "implement force flag"). Scraping the code, it looks like force
@tummychow aside from interfering with any response that you were going to make, I'm also here to advocate for whatever specific flag might come from this to have a corresponding configuration option, as I would be pretty likely to always specify I have never rusted before, but if you're into the feature and don't have time to implement, I'd take a stab at implementing... |
I'd like to add that this should also be configurable (via the normal git mechanisms, so |
I thought that's what I said, @matthiasbeyer. 😉 |
Meh, my brain scanned too fast over your response. Sorry about that. |
yes, i would accept a pr for a new flag (eg |
Thanks for the tool!
Its a huge help, but I often find myself in a pair-program situation where a colleague and I exchange a branch until its done. In those situations we do create fixups for eachother's commits.
Currently the tool does not allow this per-default, and I find that
--force
seems a bit... scary. I don't know exactly which safety aspects it disables.My question thus is: Could there be a config flag that allows also fixuping other authors' commits?
The text was updated successfully, but these errors were encountered: