summaryrefslogtreecommitdiffstats
path: root/contrib/completion (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/prompt-document-ps1-state-separator'Junio C Hamano2015-07-011-0/+4
|\
| * git-prompt.sh: document GIT_PS1_STATESEPARATORJoe Cridge2015-06-101-0/+4
* | Merge branch 'af/tcsh-completion-noclobber'Junio C Hamano2015-06-241-1/+1
|\ \
| * | git-completion.tcsh: fix redirect with noclobberAriel Faigon2015-06-091-1/+1
* | | Merge branch 'sg/completion-commit-cleanup'Junio C Hamano2015-06-241-1/+1
|\ \ \
| * | | completion: teach 'scissors' mode to 'git commit --cleanup='SZEDER Gábor2015-06-081-1/+1
| |/ /
* | | Merge branch 'tb/complete-sequencing'Junio C Hamano2015-06-111-0/+5
|\ \ \
| * | | completion: suggest sequencer commands for revertThomas Braun2015-06-011-0/+5
* | | | Merge branch 'sg/completion-config'Junio C Hamano2015-05-221-24/+14
|\ \ \ \
| * | | | completion: simplify query for config variablesSZEDER Gábor2015-05-131-7/+3
| * | | | completion: add a helper function to get config variablesSZEDER Gábor2015-05-131-20/+14
* | | | | Merge branch 'ls/http-ssl-cipher-list'Junio C Hamano2015-05-221-0/+1
|\ \ \ \ \
| * | | | | http: add support for specifying an SSL cipher listLars Kellogg-Stedman2015-05-081-0/+1
| * | | | | Merge branch 'ma/bash-completion-leaking-x' into maintJunio C Hamano2015-04-271-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'sg/completion-gitcomp-nl-for-refs' into maintJunio C Hamano2015-03-281-2/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'ct/prompt-untracked-fix' into maintJunio C Hamano2015-03-281-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'js/completion-ctags-pattern-substitution-fix' into maintJunio C Hamano2015-03-271-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'sg/completion-remote' into maintJunio C Hamano2015-03-231-5/+2
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge branch 'sg/completion-omit-credential-helpers'Junio C Hamano2015-05-221-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| * | | | | | | | | | completion: remove credential helpers from porcelain commandsSZEDER Gábor2015-05-071-2/+2
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'sg/completion-no-redundant-all-command-list'Junio C Hamano2015-05-111-1/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | completion: remove redundant __git_compute_all_commands() callSZEDER Gábor2015-05-031-1/+0
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'sg/complete-decorate-full-not-long'Junio C Hamano2015-05-111-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | completion: fix and update 'git log --decorate=' optionsSZEDER Gábor2015-05-031-1/+1
* | | | | | | | | | Merge branch 'ma/bash-completion-leaking-x'Junio C Hamano2015-04-211-1/+1
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | completion: fix global bash variable leak on __gitcompappendMárcio Almada2015-04-131-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'sg/completion-gitcomp-nl-for-refs'Junio C Hamano2015-03-261-2/+2
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | completion: use __gitcomp_nl() for completing refsSZEDER Gábor2015-03-231-2/+2
* | | | | | | | | Merge branch 'ct/prompt-untracked-fix'Junio C Hamano2015-03-251-1/+1
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | git prompt: use toplevel to find untracked filesCody A Taylor2015-03-151-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'js/completion-ctags-pattern-substitution-fix'Junio C Hamano2015-03-231-1/+1
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | contrib/completion: escape the forward slash in __git_match_ctagJohn Szakmeister2015-03-151-1/+1
| |/ / / / / /
* | | | | | | Merge branch 'jk/push-config'Junio C Hamano2015-03-231-0/+1
|\ \ \ \ \ \ \
| * | | | | | | push: allow --follow-tags to be set by config push.followTagsDave Olszewski2015-03-141-0/+1
* | | | | | | | Merge branch 'mg/doc-status-color-slot'Junio C Hamano2015-03-181-0/+1
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | config,completion: add color.status.unmergedMichael J Gruber2015-03-101-0/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'sg/completion-remote'Junio C Hamano2015-03-181-5/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | completion: simplify __git_remotes()SZEDER Gábor2015-03-061-5/+2
| |/ / / /
* | | | | 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 '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
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |