summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cj/log-invert-grep'Junio C Hamano2015-02-111-1/+1
|\
| * log: teach --invert-grep optionChristoph Junghans2015-01-131-1/+1
* | Merge branch 'tf/prompt-preserve-exit-status'Junio C Hamano2015-01-141-5/+5
|\ \
| * | git-prompt: preserve value of $? in all casesTony Finch2015-01-141-4/+4
* | | Merge branch 'rh/hide-prompt-in-ignored-directory'Junio C Hamano2015-01-141-7/+17
|\ \ \
| * | | git-prompt.sh: allow to hide prompt for ignored pwdJess Austin2015-01-071-0/+13
| * | | git-prompt.sh: if pc mode, immediately set PS1 to a plain promptRichard Hansen2015-01-071-7/+4
* | | | Merge branch 'mm/complete-rebase-autostash'Junio C Hamano2015-01-141-0/+1
|\ \ \ \
| * | | | git-completion: add --autostash for 'git rebase'Matthieu Moy2015-01-071-0/+1
* | | | | Merge branch 'sp/subtree-doc'Junio C Hamano2015-01-141-105/+89
|\ \ \ \ \
| * | | | | subtree: fix AsciiDoc list item continuationSteffen Prohaska2015-01-061-105/+89
* | | | | | Merge branch 'tf/prompt-preserve-exit-status'Junio C Hamano2015-01-071-0/+4
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | git-prompt: preserve value of $? inside shell promptTony Finch2014-12-221-0/+4
| |/ / / /
* | | | | Merge branch 'pd/completion-filenames-fix'Junio C Hamano2015-01-072-3/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Update documentation occurrences of filename .shPeter van der Does2014-12-152-3/+3
* | | | | Merge branch 'jg/prompt-localize-temporary'Junio C Hamano2014-12-221-1/+1
|\ \ \ \ \
| * | | | | git-prompt.sh: make $f local to __git_eread()Justin Guenther2014-12-121-1/+1
* | | | | | Merge branch 'jk/colors'Junio C Hamano2014-12-222-13/+90
|\ \ \ \ \ \
| * | | | | | diff-highlight: allow configurable colorsJeff King2014-11-202-13/+90
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'rt/completion-tag'Junio C Hamano2014-12-221-0/+10
|\ \ \ \ \ \
| * | | | | | completion: add git-tag optionsRalf Thielow2014-12-041-0/+10
| |/ / / / /
* | | | | | Merge branch 'ps/new-workdir-into-empty-directory'Junio C Hamano2014-12-221-15/+38
|\ \ \ \ \ \
| * | | | | | git-new-workdir: don't fail if the target directory is emptyPaul Smith2014-12-031-15/+38
| | |_|_|/ / | |/| | | |
* / | | | | git-send-email: add --transfer-encoding optionPaolo Bonzini2014-11-251-0/+4
|/ / / / /
* | | | | Merge branch 'js/diff-highlight-avoid-sigpipe'Junio C Hamano2014-11-101-0/+4
|\ \ \ \ \
| * | | | | diff-highlight: exit when a pipe is brokenJohn Szakmeister2014-11-041-0/+4
* | | | | | Documentation: typofixesThomas Ackermann2014-11-041-1/+1
* | | | | | Merge branch 'oc/mergetools-beyondcompare'Junio C Hamano2014-10-291-1/+1
|\ \ \ \ \ \
| * | | | | | mergetool: rename bc3 to bcJunio C Hamano2014-10-211-1/+1
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'jk/prompt-stash-could-be-packed' into maintJunio C Hamano2014-09-191-1/+2
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'js/completion-hide-not-a-repo'Junio C Hamano2014-10-211-1/+2
|\ \ \ \ \ \ \
| * | | | | | | completion: silence "fatal: Not a git repository" errorJohn Szakmeister2014-10-141-1/+2
* | | | | | | | Merge branch 'ss/contrib-subtree-contacts'Junio C Hamano2014-10-204-3/+83
|\ \ \ \ \ \ \ \
| * | | | | | | | contacts: add a Makefile to generate docs and installSebastian Schuberth2014-10-152-0/+74
| * | | | | | | | subtree: add an install-html targetSebastian Schuberth2014-10-152-3/+9
| |/ / / / / / /
* | | | | | | | Merge branch 'jc/completion-no-chdir'Junio C Hamano2014-10-161-11/+7
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | completion: use "git -C $there" instead of (cd $there && git ...)Junio C Hamano2014-10-091-11/+7
| | |_|/ / / / | |/| | | | |
* | | | | | | completion: add --show-signature for log and showDavid Aguilar2014-10-071-0/+2
* | | | | | | Merge branch 'tb/complete-diff-ignore-blank-lines'Junio C Hamano2014-09-191-2/+2
|\ \ \ \ \ \ \
| * | | | | | | completion: Add --ignore-blank-lines for diffThomas Braun2014-09-031-2/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'mb/build-contrib-svn-fe'Junio C Hamano2014-09-191-9/+51
|\ \ \ \ \ \ \
| * | | | | | | contrib/svn-fe: fix MakefileMaxim Bublis2014-08-281-9/+51
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'jk/contrib-subtree-make-all'Junio C Hamano2014-09-111-1/+4
|\ \ \ \ \ \ \
| * | | | | | | subtree: make "all" default target of MakefileJeff King2014-08-181-1/+4
* | | | | | | | Merge branch 'jk/prompt-stash-could-be-packed'Junio C Hamano2014-09-091-1/+2
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | |
| * | | | | | git-prompt: do not look for refs/stash in $GIT_DIRJeff King2014-08-251-1/+2
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'ep/shell-assign-and-export-vars' into maintJunio C Hamano2014-07-221-1/+2
| |\ \ \ \ \
* | | | | | | various contrib: Fix links in man pagesStefan Beller2014-08-073-3/+3
* | | | | | | Merge branch 'jk/more-push-completion'Junio C Hamano2014-07-301-1/+27
|\ \ \ \ \ \ \
| * | | | | | | completion: complete `git push --force-with-lease=`John Keeping2014-07-221-1/+21