Quite a lot of extras for git. git-release, git-ignore, git-setup, git-changelog, git-effort, and more.
git
Go to file
Mark Eissler 29cd63bea2 Fix gitflow commit history output.
When gitflow is used, commits on merged feature branches were
appearing in the generated output with tags labeled as:

  origin/feature/BRANCH_NAME

This fix filters out any 'tags' that include forward slashes,
which eliminates this behavior. The commits then appear as part
of the tag they were merged in with.
2015-03-16 12:16:10 -07:00
bin Fix gitflow commit history output. 2015-03-16 12:16:10 -07:00
etc Updated bash completions for better-changelog. 2015-03-13 18:39:50 -07:00
helper extra mktemp into git_extra_mktemp 2015-02-05 14:22:49 +08:00
man Complete rewrite to support commit ranges for pretty and list output. 2015-03-11 11:43:35 -07:00
AUTHORS Complete rewrite to support commit ranges for pretty and list output. 2015-03-11 11:43:35 -07:00
History.md Version 2.2.0 2014-11-18 21:33:20 +05:30
LICENSE Updated License. 2015-01-01 00:07:00 +05:30
Makefile extra mktemp into git_extra_mktemp 2015-02-05 14:22:49 +08:00
Readme.md remove stuff from readme & form a list 2014-12-17 11:32:47 +08:00

Git Extras

Little git extras.

Checkout the wiki page for: