Skip to content

Support custom commit messages #253

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

Merged
merged 1 commit into from
Mar 21, 2019
Merged

Conversation

achilleas-k
Copy link
Member

New commit flag "message" (or "m" for short form) can be used to set a custom commit message.

The automatic commit message includes a summary of the changes being committed (files added, removed, modified). If this new flag is used, only the commit message specified is added. Do you think it should add the summary as the message body?

I'm also considering going back to listing the files that were affected. It used to do this, but I removed it thinking it might be an issue when the file list is too large. This doesn't seem to be a common phenomenon and even in that case, we could print the filenames affected up to a certain number (or text length).

New commit flag "message" (or "m" for short form) for setting a commit
message.
@mpsonntag mpsonntag merged commit 683eb7b into G-Node:master Mar 21, 2019
@achilleas-k achilleas-k deleted the commit-message branch March 21, 2019 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants