Quite a lot of extras for git. git-release, git-ignore, git-setup, git-changelog, git-effort, and more.
git
Go to file
Damien Tardy-Panis fae4c29870 count: remove usage of extra arguments for detailed display
When viewing detailed count information through the usage of the
--all argument, extra arguments would be also passed to the
git shortlog command (probably to be used as revisions list)
This behaviour was introduced in commit 7a60cd1.

Unfortunately the --all argument itself is passed along and results
in the counts of all refs to be displayed
This commit removed the usage of extra arguments and thus only
display the counts of the current branch
2016-09-12 13:46:25 +02:00
bin count: remove usage of extra arguments for detailed display 2016-09-12 13:46:25 +02:00
etc add rename-branch command (#576) 2016-09-11 09:11:32 +05:30
helper helper/reset-env: helper to prevent GREP_OPTIONS from causing issues 2015-04-08 18:50:41 -04:00
man add link to ronn git repo (#575) 2016-09-11 09:11:49 +05:30
AUTHORS Remove a non-contributor from AUTHORS 2016-08-03 17:55:46 +02:00
check_integrity.sh update check_integrity with nicolaiskogheim's patch 2016-07-29 11:26:03 +08:00
Commands.md add rename-branch command (#576) 2016-09-11 09:11:32 +05:30
CONTRIBUTING.md modify CONTRIBUTING.md again 2016-07-30 22:49:06 +08:00
History.md Version 4.1.0 2016-01-24 15:04:10 -06:00
install.cmd installation.md: Update information about column.exe 2016-01-06 15:54:04 +01:00
install.sh Fixed typo in install.sh 2015-09-04 13:44:51 +02:00
Installation.md Fix typo in Installation.md 2016-07-29 23:49:32 +01:00
LICENSE Mention initial copyright year and add contributors to copyright 2016-01-30 17:30:04 +05:30
Makefile submit zsh completion script to upstream 2016-07-21 23:48:06 +08:00
Makefile.msys add install script for PortableGit(msysgit) 2015-07-29 08:20:10 +02:00
not_need_git_repo add git-standup 2016-04-14 15:40:11 +08:00
Readme.md Add Gitter badge. 2015-12-29 12:31:11 -06:00

Git Extras

Gitter

Little git extras.

Screencasts

Just getting started? Check out these screencasts:

  • introduction -- covering git-ignore, git-setup, git-changelog, git-release, git-effort and more

Installation

See Installation page.

Commands

Go to Commands page for basic usage and examples.

GIT utilities -- repo summary, repl, changelog population, author commit percentages and more