Quite a lot of extras for git. git-release, git-ignore, git-setup, git-changelog, git-effort, and more.
git
Go to file
Eli Schwartz e836b6ce4c
build: do not require the nonstandard and unpredictable 'which' utility
This may not be installed on various systems, and it's difficult to test
for the availability of the tool you need, if the check program itself
does not exist.

The POSIX 2008 specification mandates the `command -v` builtin; bash is
a POSIX 2008 compliant shell, and this builtin has worked since bash 1.x
anyway.

A side benefit of using the POSIX portable option is that it requires
neither an external disk executable, nor (because unlike "which", the
exit code is reliable) a subshell fork. This therefore represents a mild
speedup.
2019-12-12 00:13:30 -05:00
bin add repositories to workspace from source (#804) 2019-12-10 21:57:32 +08:00
etc Add flags -s and -u for signed tags 2019-11-26 08:31:06 +01:00
helper Fixed mktemp template to support busybox (and Alpine linux) 2018-02-05 12:33:18 +01:00
man add repositories to workspace from source (#804) 2019-12-10 21:57:32 +08:00
.travis.yml Makefile: check dependencies before installation. 2019-06-27 15:12:30 +08:00
AUTHORS Version 5.0.0 2019-08-16 22:33:27 +08:00
brew-release.patch install: submit brew patch to upstream 2017-07-16 16:50:55 +08:00
check_dependencies.sh build: do not require the nonstandard and unpredictable 'which' utility 2019-12-12 00:13:30 -05:00
check_integrity.sh improve the quality of the integrity check. 2019-08-18 11:46:00 +08:00
Commands.md add repositories to workspace from source (#804) 2019-12-10 21:57:32 +08:00
CONTRIBUTING.md Switch http URLs to https where possible 2019-09-05 12:41:45 +08:00
History.md Version 5.0.0 2019-08-16 22:33:27 +08:00
install.cmd read COMMANDS_WIHOUT_REPO from not_need_git_repo file 2019-12-09 17:13:56 +01:00
install.sh Switch from using /tmp to using mktemp 2019-09-05 12:41:45 +08:00
Installation.md Docs: add OpenSUSE distribution information 2019-10-01 20:59:48 +02:00
LICENSE Mention initial copyright year and add contributors to copyright 2016-01-30 17:30:04 +05:30
Makefile Makefile: check dependencies before installation. 2019-06-27 15:12:30 +08:00
need_git_commit misc: sort command list in alphabetical order 2018-11-03 12:36:25 +08:00
not_need_git_repo misc: sort command list in alphabetical order 2018-11-03 12:36:25 +08:00
Readme.md Link to the contributing document 2019-08-17 18:43:55 -05: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

Contributing

Interested in contributing? Awesome!

Please read Contributing before you make a PR, thanks!