-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
Description
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
- Suprita Smith: Resolves Do not hyperlink commit range if GitHub project is not specified #9 deploy:restart is needed [4dbdd9a]
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.
Reactions are currently unavailable