summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* git-multimail: update to release 1.3.1Matthieu Moy2016-05-134-4/+20
* Sync with maintJunio C Hamano2016-05-038-143/+476
|\
| * git-multimail: update to release 1.3.0Matthieu Moy2016-05-038-143/+476
* | Merge branch 'mg/complete-cherry-mark-to-log'Junio C Hamano2016-04-131-0/+1
|\ \
| * | completion: complete --cherry-mark for git logmg/complete-cherry-mark-to-logMichael J Gruber2016-04-051-0/+1
* | | Merge branch 'rt/completion-help'Junio C Hamano2016-04-131-3/+3
|\ \ \ | |_|/ |/| |
| * | completion: add 'revisions' and 'everyday' to 'git help'rt/completion-helpRalf Thielow2016-03-241-2/+2
| * | completion: add option '--guides' to 'git help'Ralf Thielow2016-03-241-1/+1
| * | Merge branch 'pw/completion-stash' into maintJunio C Hamano2016-02-221-2/+2
| |\ \
| * \ \ Merge branch 'tb/complete-word-diff-regex' into maintJunio C Hamano2016-02-051-1/+1
| |\ \ \
| * \ \ \ Merge branch 'pw/completion-stash' into maintJunio C Hamano2016-02-051-3/+14
| |\ \ \ \
| * \ \ \ \ Merge branch 'pw/completion-show-branch' into maintJunio C Hamano2016-02-051-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jk/completion-rebase' into maintJunio C Hamano2016-02-051-2/+6
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'dw/subtree-split-do-not-drop-merge' into maintJunio C Hamano2016-02-052-2/+70
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'pw/completion-stash'Junio C Hamano2016-02-221-2/+2
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | completion: fix mis-indentation in _git_stash()pw/completion-stashSZEDER Gábor2016-02-221-2/+2
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'cc/untracked'Junio C Hamano2016-02-101-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | config: add core.untrackedCacheChristian Couder2016-01-271-0/+1
* | | | | | | | | Merge branch 'pw/completion-stash'Junio C Hamano2016-02-031-3/+14
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | completion: update completion arguments for stashPaul Wagland2016-01-261-3/+14
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'pw/completion-show-branch'Junio C Hamano2016-02-031-1/+1
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | completion: complete show-branch "--date-order"pw/completion-show-branchPaul Wagland2016-01-251-1/+1
| |/ / / / / /
* | | | | | | Merge branch 'jk/completion-rebase'Junio C Hamano2016-02-031-2/+6
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | completion: add missing git-rebase optionsjk/completion-rebaseJohn Keeping2016-01-251-2/+6
| |/ / / / /
* | | | | | Merge branch 'dw/subtree-split-do-not-drop-merge'Junio C Hamano2016-02-032-2/+70
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | contrib/subtree: fix "subtree split" skipped-merge bugdw/subtree-split-do-not-drop-mergeDave Ware2016-01-202-2/+70
* | | | | | Merge branch 'tb/complete-word-diff-regex'Junio C Hamano2016-02-031-1/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | completion: complete "diff --word-diff-regex="tb/complete-word-diff-regexThomas Braun2016-01-201-1/+1
* | | | | | Merge branch 'dg/subtree-test'Junio C Hamano2016-02-031-1/+5
|\ \ \ \ \ \
| * | | | | | contrib/subtree: Make testing easierdg/subtree-testDavid A. Greene2016-01-191-1/+5
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'js/pull-rebase-i'Junio C Hamano2016-01-261-1/+1
|\ \ \ \ \ \
| * | | | | | completion: add missing branch.*.rebase valuesjs/pull-rebase-iJohannes Schindelin2016-01-131-1/+1
| |/ / / / /
* | | | | | Merge branch 'ep/shell-command-substitution-style'Junio C Hamano2016-01-226-16/+16
|\ \ \ \ \ \
| * | | | | | contrib/thunderbird-patch-inline/appp.sh: use the $( ... ) construct for comm...Elia Pinto2015-12-271-2/+2
| * | | | | | contrib/examples/git-revert.sh: use the $( ... ) construct for command substi...Elia Pinto2015-12-271-4/+4
| * | | | | | contrib/examples/git-repack.sh: use the $( ... ) construct for command substi...Elia Pinto2015-12-271-2/+2
| * | | | | | contrib/examples/git-merge.sh: use the $( ... ) construct for command substit...Elia Pinto2015-12-271-2/+2
| * | | | | | contrib/examples/git-fetch.sh: use the $( ... ) construct for command substit...Elia Pinto2015-12-271-2/+2
| * | | | | | contrib/examples/git-commit.sh: use the $( ... ) construct for command substi...Elia Pinto2015-12-271-4/+4
| |/ / / / /
* | | | | | Merge branch 'rm/subtree-unwrap-tags'Junio C Hamano2016-01-221-2/+8
|\ \ \ \ \ \
| * | | | | | contrib/subtree: unwrap tag refsrm/subtree-unwrap-tagsRob Mayoff2015-11-241-2/+8
* | | | | | | Merge branch 'vl/grep-configurable-threads'Junio C Hamano2016-01-121-0/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | grep: add --threads=<num> option and grep.threads configurationvl/grep-configurable-threadsVictor Leschuk2015-12-161-0/+1
* | | | | | | Merge branch 'sg/completion-no-column'Junio C Hamano2015-12-211-0/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | completion: remove 'git column' from porcelain commandssg/completion-no-columnSZEDER Gábor2015-12-111-0/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'jk/send-email-complete-aliases'Junio C Hamano2015-12-151-1/+1
|\ \ \ \ \ \
| * | | | | | completion: fix completing unstuck email alias argumentsjk/send-email-complete-aliasesSZEDER Gábor2015-12-141-1/+1
* | | | | | | Merge branch 'sg/bash-prompt-dirty-orphan'Junio C Hamano2015-12-041-4/+3
|\ \ \ \ \ \ \
| * | | | | | | bash prompt: indicate dirty index even on orphan branchessg/bash-prompt-dirty-orphanSZEDER Gábor2015-11-241-3/+2
| * | | | | | | bash prompt: remove a redundant 'git diff' optionSZEDER Gábor2015-11-241-1/+1
| | |_|_|/ / / | |/| | | | |