You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You could use git config changelog.format $format and git config changelog.mergeformat $format to customize the changelog format. The format string $format will be passed to git log --pretty=format:xxx. The default value of them are * %s and * %s%n%w(64,4,4)%b.
Hi,
I generally like the style of the
git-changelog
, like:https://github.com/tj/git-extras/blob/master/History.md
But, I was wondering what's the best way to customize it ?
I am interested in having the short hash of the commit at the end of the line, like:
Any thoughts ?
The text was updated successfully, but these errors were encountered: