tj.git-extras/bin
Damian Krzeminski fabb2c5541 changelog: add git-config support for format and log options
(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
2015-02-15 22:40:24 -05:00
..
git-alias More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-archive-file invoke bash via /usr/bin/env for portability 2014-07-02 09:41:37 +02:00
git-authors use standard git editor in git-authors & git-changelog 2015-02-13 17:51:22 -05:00
git-back More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-bug More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-changelog changelog: add git-config support for format and log options 2015-02-15 22:40:24 -05:00
git-chore adding git-chore 2015-02-04 11:52:23 -05:00
git-commits-since More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-contrib More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-count More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-create-branch More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-delete-branch When deleting a branch check if git has config. 2014-12-17 11:33:09 +01:00
git-delete-merged-branches added --no-color to git-delete-merged-branches 2014-12-01 10:20:26 +00:00
git-delete-submodule More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-delete-tag More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-delta git-delta 2015-02-09 21:09:11 -05:00
git-effort Use mktemp for temporary file creation. 2014-12-04 11:01:40 -08:00
git-extras More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-feature More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-fork add git-fork 2014-07-15 10:11:44 +01:00
git-fresh-branch More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-gh-pages More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-graft More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-ignore Fix typo in in git ignore message 2015-01-23 11:58:38 +01:00
git-info More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-line-summary invoke bash via /usr/bin/env for portability 2014-07-02 09:41:37 +02:00
git-local-commits More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-lock More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-locked More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-missing More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-obliterate More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-pr More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-pull-request Added option to specify base 2014-09-11 13:10:01 +01:00
git-rebase-patch Use mktemp for temporary file creation. 2014-12-04 11:01:40 -08:00
git-refactor More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-release + custom commit message options supports 2015-02-12 17:55:31 +08:00
git-rename-tag More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-repl add welcome in git-repl 2014-09-13 20:56:36 +08:00
git-reset-file More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-root More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-rscp symlink git-rscp to git-scp 2015-01-19 12:27:56 +08:00
git-scp adapted a more generic, customizable and friendly script 2014-12-16 21:26:18 +08:00
git-setup More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-show-tree More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-squash More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-summary More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-touch More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-undo More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-unlock More portable she-bangs. 2014-11-30 17:47:26 +05:30