by Andrew Nicols.
Hi Howard,
These are the merge commits and contain no content. I think it's unlikely that we'll change them as they are actually extremely informative. They inform the reader that:
- the branch MDL-12345-master was merged into the current branch
- it was taken from git://github.com/xxxx/moodle
The actual content of the commit (as opposed to the merge commit) is the bit you'll find interesting. To hide the merges run:
git log --no-merges
Best wishes,
Andrew