Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Inconsistent merge commit messages

Deleted user June 11, 2013

What determines the commit message for a Git merge on SourceTree?

Occasionally I'll get a message indicating a branch merge, occasionally I'll get a message indicating a commit merge -- what triggers the difference, and is there any way to always force the "branch" option?

To be clear -- these are both occurring when trying to commit a separate branch back into master.

Example commit messages:

"Branch" style:

Merge branch 'apc'

"Commit" style:

Merge commit 'd5ba46c6c6275bc272cb29eb09ef28c0bc292578'

1 answer

1 accepted

0 votes
Answer accepted
stevestreeting
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 12, 2013

SourceTree takes the default commit message for a merge from what Git generates (it puts this in .git/MERGE_MSG) and would normally default to itself if you committed from the command line. We do this for consistency so people get what they'd expect from using the command line version.

Deleted user June 12, 2013

Thanks for the reply, Steve. Looks like I'll have to dig into my Git book to see why it's giving inconsistent MERGE_MSG values.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events