-
Notifications
You must be signed in to change notification settings - Fork 17
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
Git gui does not respect core.commentchar #10
Comments
@ossilator Can you please have a look? A fix would be very much appreciated. |
i was hoping i could avoid it. 😇 |
In this comment you mention |
it depends on what level of compliance the user expects. the request here is also "just" a step up. i admit that i cannot make sense of the "auto" setting, how it would fit into actual execution flows. it seems woefully under-documented. i'm tempted to just ignore it. |
I have basically the same issue. |
Unlike regular Git, git gui does not respect the
core.commentchar
configuration. This issue was introduced here: 1ae85ffThis change affects my workflow because I start every commit message with a ticket number in the following format:
#123456: commit message
With the new behavior, git gui incorrectly treats my ticket number as a comment.
The text was updated successfully, but these errors were encountered: