We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unlike regular Git, git gui does not respect the core.commentchar configuration. This issue was introduced here: 1ae85ff
core.commentchar
This 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:
@ossilator Can you please have a look? A fix would be very much appreciated.
Sorry, something went wrong.
i was hoping i could avoid it. 😇 note that this isn't an entirely trivial exercise, as i pointed out here.
No branches or pull requests
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: