On 5 December 2012 02:05, David Nalley <da...@gnsa.us> wrote: > Hi folks, > > I'd like to propose that we change the commit message subject line from: > > git commit: $short_commit_msg > > to: > > git commit: $branch - $short_commit_msg > > Any other opinions?
Not against the idea but how would this be used? I can always do a git branch --contains <commit-id> to figure out the branch a commit belongs to.