aboutsummaryrefslogtreecommitdiff
path: root/contrib/completion
Commit message (Expand)AuthorAge
* Merge branch 'cp/completion-negative-refs'Junio C Hamano2016-10-10
|\
| * completion: support excluding refsChris Packham2016-08-24
| * Merge branch 'cp/completion-clone-recurse-submodules' into maintJunio C Hamano2016-08-10
| |\
* | \ Merge branch 'vs/completion-branch-fully-spelled-d-m-r'Junio C Hamano2016-08-12
|\ \ \
| * | | completion: complete --delete, --move, and --remotes for git branchVille Skyttä2016-08-09
| |/ /
* | | Merge branch 'jk/completion-diff-submodule'Junio C Hamano2016-08-10
|\ \ \
| * | | completion: add completion for --submodule=* diff optionJacob Keller2016-08-09
| |/ /
* | | Merge branch 'jt/format-patch-from-config'Junio C Hamano2016-08-10
|\ \ \
| * | | format-patch: format.from gives the default for --fromJosh Triplett2016-08-01
| |/ /
| * | Merge branch 'vs/prompt-avoid-unset-variable' into maintJunio C Hamano2016-07-06
| |\ \
* | \ \ Merge branch 'cp/completion-clone-recurse-submodules'Junio C Hamano2016-08-08
|\ \ \ \ | | |_|/ | |/| |
| * | | completion: add option '--recurse-submodules' to 'git clone'Chris Packham2016-07-27
| * | | Merge branch 'sg/completion-no-column' into maintJunio C Hamano2016-01-04
| |\ \ \
* | \ \ \ Merge branch 'nd/worktree-lock'Junio C Hamano2016-07-28
|\ \ \ \ \
| * | | | | worktree: add "unlock" commandNguyễn Thái Ngọc Duy2016-07-08
| * | | | | worktree: add "lock" commandNguyễn Thái Ngọc Duy2016-07-08
* | | | | | Merge branch 'nd/worktree-cleanup-post-head-protection'Junio C Hamano2016-07-06
|\ \ \ \ \ \ | |/ / / / /
| * | | | | completion: support git-worktreeNguyễn Thái Ngọc Duy2016-05-24
| | |_|/ / | |/| | |
* | | | | Merge branch 'tb/complete-status'Junio C Hamano2016-06-27
|\ \ \ \ \
| * | | | | completion: add git statusThomas Braun2016-06-10
| * | | | | completion: add __git_get_option_value helperThomas Braun2016-06-10
| * | | | | completion: factor out untracked file modes into a variableThomas Braun2016-06-10
* | | | | | Merge branch 'vs/prompt-avoid-unset-variable'Junio C Hamano2016-06-27
|\ \ \ \ \ \ | |_|/ / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | git-prompt.sh: Don't error on null ${ZSH,BASH}_VERSION, $short_shaVille Skyttä2016-06-06
* | | | | Merge branch 'mg/complete-cherry-mark-to-log'Junio C Hamano2016-04-13
|\ \ \ \ \
| * | | | | completion: complete --cherry-mark for git logMichael J Gruber2016-04-05
* | | | | | Merge branch 'rt/completion-help'Junio C Hamano2016-04-13
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | completion: add 'revisions' and 'everyday' to 'git help'Ralf Thielow2016-03-24
| * | | | | completion: add option '--guides' to 'git help'Ralf Thielow2016-03-24
| * | | | | Merge branch 'pw/completion-stash' into maintJunio C Hamano2016-02-22
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'tb/complete-word-diff-regex' into maintJunio C Hamano2016-02-05
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'pw/completion-stash' into maintJunio C Hamano2016-02-05
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'pw/completion-show-branch' into maintJunio C Hamano2016-02-05
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge branch 'pw/completion-stash'Junio C Hamano2016-02-22
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| * | | | | | | | | completion: fix mis-indentation in _git_stash()SZEDER Gábor2016-02-22
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'cc/untracked'Junio C Hamano2016-02-10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | config: add core.untrackedCacheChristian Couder2016-01-27
* | | | | | | | | | Merge branch 'pw/completion-stash'Junio C Hamano2016-02-03
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | completion: update completion arguments for stashPaul Wagland2016-01-26
* | | | | | | | | | Merge branch 'pw/completion-show-branch'Junio C Hamano2016-02-03
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| * | | | | | | | | completion: complete show-branch "--date-order"Paul Wagland2016-01-25
| |/ / / / / / / /
* | | | | | | | | Merge branch 'jk/completion-rebase'Junio C Hamano2016-02-03
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | completion: add missing git-rebase optionsJohn Keeping2016-01-25
| |/ / / / / / /
* | | | | | | | Merge branch 'tb/complete-word-diff-regex'Junio C Hamano2016-02-03
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | completion: complete "diff --word-diff-regex="Thomas Braun2016-01-20
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'js/pull-rebase-i'Junio C Hamano2016-01-26
|\ \ \ \ \ \ \
| * | | | | | | completion: add missing branch.*.rebase valuesJohannes Schindelin2016-01-13
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'vl/grep-configurable-threads'Junio C Hamano2016-01-12
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | grep: add --threads=<num> option and grep.threads configurationVictor Leschuk2015-12-16
* | | | | | | Merge branch 'sg/completion-no-column'Junio C Hamano2015-12-21
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | / | | |_|_|_|/ | |/| | | |