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 fbe171e280 Fix tag trapping when HEAD and tag point to same commit.
When the last tag is also the last commit, then we need to account
for a much longer tag output:

  HEAD, tag: v1.0.1, origin/master, origin/HEAD,...

This fix strips out 'HEAD', the rest is handled by existing code.
2015-03-16 13:37:53 -07:00
bin Fix tag trapping when HEAD and tag point to same commit. 2015-03-16 13:37:53 -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: