aboutsummaryrefslogtreecommitdiff
path: root/contrib/completion
Commit message (Expand)AuthorAge
* Merge branch 'vs/prompt-avoid-unset-variable' into maintJunio C Hamano2016-07-06
|\
| * 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
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | completion: remove 'git column' from porcelain commandsSZEDER Gábor2015-12-11
| | |_|/ | |/| |
| * | | Merge branch 'sg/completion-commit-cleanup' into maintJunio C Hamano2015-08-03
| |\ \ \
* | \ \ \ Merge branch 'jk/send-email-complete-aliases'Junio C Hamano2015-12-15
|\ \ \ \ \
| * | | | | completion: fix completing unstuck email alias argumentsSZEDER Gábor2015-12-14
* | | | | | Merge branch 'sg/bash-prompt-dirty-orphan'Junio C Hamano2015-12-04
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | bash prompt: indicate dirty index even on orphan branchesSZEDER Gábor2015-11-24
| * | | | | bash prompt: remove a redundant 'git diff' optionSZEDER Gábor2015-11-24
| | |_|/ / | |/| | |
* | | | | completion: add support for completing email aliasesJacob Keller2015-11-20
|/ / / /
* | | | Merge branch 'sg/config-name-only'Junio C Hamano2015-08-31
|\ \ \ \
| * | | | completion: list variable names reliably with 'git config --name-only'SZEDER Gábor2015-08-10
| * | | | config: add '--name-only' option to list only variable namesSZEDER Gábor2015-08-10
* | | | | Merge branch 'ep/http-configure-ssl-version'Junio C Hamano2015-08-26
|\ \ \ \ \
| * | | | | http: add support for specifying the SSL versionElia Pinto2015-08-17
| | |_|_|/ | |/| | |
* | | | | Merge branch 'tb/complete-rebase-i-edit-todo'Junio C Hamano2015-08-19
|\ \ \ \ \
| * | | | | completion: offer '--edit-todo' during interactive rebaseThomas Braun2015-08-05
| |/ / / /
* | | | | Merge branch 'sg/bash-prompt-untracked-optim'Junio C Hamano2015-08-03
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | bash prompt: faster untracked status indicator with untracked directoriesSZEDER Gábor2015-07-20
| | |/ / | |/| |
| * | | Merge branch 'jc/prompt-document-ps1-state-separator' into maintJunio C Hamano2015-07-15
| |\ \ \
| * \ \ \ Merge branch 'af/tcsh-completion-noclobber' into maintJunio C Hamano2015-07-15
| |\ \ \ \
| * \ \ \ \ Merge branch 'sg/complete-decorate-full-not-long' into maintJunio C Hamano2015-05-26
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'jc/prompt-document-ps1-state-separator'Junio C Hamano2015-07-01
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | git-prompt.sh: document GIT_PS1_STATESEPARATORJoe Cridge2015-06-10