Quite a lot of extras for git. git-release, git-ignore, git-setup, git-changelog, git-effort, and more.
git
Go to file
go2null c7635f8f21 FIXes 'mktemp' to work again on Linux
Broken in 67241a46a8

`mktemp` for BSD (including OSX) requires a template, but it allows any number
of `X`s in the template.

(GNU) `mktemp` for Linux does not require a template, however, if a template is
specified, then the number of `X`s must be 6.

See http://unix.stackexchange.com/a/206111/117157
2015-05-28 11:22:52 +00:00
bin git-effort: replace "wc | cut" with "wc | awk" 2015-05-11 19:54:38 +03:00
etc use argument separator for usages of grep which can choke on weird input 2015-04-08 18:51:30 -04:00
helper helper/reset-env: helper to prevent GREP_OPTIONS from causing issues 2015-04-08 18:50:41 -04:00
man Document for git-line-summary 2015-05-14 22:13:37 +08:00
AUTHORS Updated documentation for git-scp and slight feature change 2015-04-27 15:05:17 +08:00
Commands.md Document for git-line-summary 2015-05-14 22:13:37 +08:00
History.md Version 3.0.0 2015-04-27 17:43:50 +05:30
Installation.md install the latest release version of git-extras 2015-05-13 22:30:00 +08:00
LICENSE Updated License. 2015-01-01 00:07:00 +05:30
Makefile FIXes 'mktemp' to work again on Linux 2015-05-28 11:22:52 +00:00
Readme.md Rearrange documentation links, see #358 2015-04-23 21:46:09 +08:00

Git Extras

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