mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
(1) make format configurable you can change the default changelog format by configuring changelog.format git variable for example: git config changelog.format '- %s (%ae)' gives you something like that: - Merge pull request #298 from timfeirg/master (hemanth.hm@gmail.com) - remove stuff from readme & form a list (kkcocogogo@gmail.com) see git-log man for more examples (2) make log options configurable set `changelog.opts` to influence the way changelogs are generated git config changelog.opts --no-merges or: git config changelog.opts --first-parent fixes #285 also: - delay calculating HEAD until needed - remove extra line before header |
||
|---|---|---|
| bin | ||
| etc | ||
| helper | ||
| man | ||
| AUTHORS | ||
| History.md | ||
| LICENSE | ||
| Makefile | ||
| Readme.md | ||