NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Focussed commits are better (Score:1)
What daxim said.
Also, another option is, if no one else has worked on the branch but you, you could rebase it onto
masterto linearise the history, making it easier to read.But don’t squash entire branches in order to merge them. Focussed commits are easier to understand. They are also far more useful to
git bisect.If you feel the need for good merge commit messages, just write them yourself, as hdp said.
Reply to This