I think the following log format is more useful in an email because it adds bullet points and makes the changes more prominent than the sha1
Which can be accomplished with the following:
git log --no-color --pretty=format:' * %an: %s (%h)' --abbrev-commit --no-merges HEAD^^^..HEAD
Obviously, another config option can be added for this but a good default makes it easier to have it work out of the box.
I think the following log format is more useful in an email because it adds bullet points and makes the changes more prominent than the sha1
Which can be accomplished with the following:
Obviously, another config option can be added for this but a good default makes it easier to have it work out of the box.