Quite a lot of extras for git. git-release, git-ignore, git-setup, git-changelog, git-effort, and more.
git
Go to file
Jan Schulz 672c87e9e4 Make the win installer more robust
User visible:
* Also accept the git install path (and not the mingw64 subdir) as a user
  supplied install location. Make it the new default and warn the user if
  a mingw64 dir is supplied (=this dir is not checked, so it might be
  anywhere...)
* Find git.exe in path and use that as an install location
* Add error|status messages and output less noise (robocopy)
* do some check if column.exe is not found...
* adjust the installation text for windows...

not user visible:
* more.exe does not work when used in a cmd which has a unicode codepage
  -> save the current codepage and set a sane default during the install
* do some "magic" with quotes around path variables -> makes it work with
  pathes with spaces in it (both final git dir and the git-extra checkout)
* Do not leak variables to the sourounding interpreter
2016-01-05 15:57:09 +01:00
bin Bump version to 4.1.0-dev. 2015-12-29 00:03:19 -06:00
etc Add completion for git-psykorebase. 2015-07-31 17:06:22 +02:00
helper helper/reset-env: helper to prevent GREP_OPTIONS from causing issues 2015-04-08 18:50:41 -04:00
man Update all man pages. 2015-12-27 11:26:38 -06:00
AUTHORS Add David Rogers to AUTHORS. 2015-12-28 22:32:11 -06:00
Commands.md Merge pull request #448 from Lee-W/master 2015-10-28 10:15:40 +05:30
History.md Version 4.0.0 2015-12-28 22:42:20 -06:00
install.cmd Make the win installer more robust 2016-01-05 15:57:09 +01:00
install.sh Fixed typo in install.sh 2015-09-04 13:44:51 +02:00
Installation.md Make the win installer more robust 2016-01-05 15:57:09 +01:00
LICENSE Updated License. 2015-01-01 00:07:00 +05:30
Makefile installation: put $SYSCONFDIR (/etc) under $PREFIX by default 2015-12-28 00:45:04 -05:00
Makefile.msys add install script for PortableGit(msysgit) 2015-07-29 08:20:10 +02:00
need_git_repo Makefile: refactor is-git-repo inclusion logic 2015-10-02 05:47:08 -04: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