summaryrefslogtreecommitdiffstats
path: root/contrib/completion (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cy/zsh-completion-SP-in-path'Junio C Hamano2019-01-182-23/+16
|\
| * completion: treat results of git ls-tree as file pathsChayoung You2019-01-031-19/+12
| * zsh: complete unquoted paths with spaces correctlyChayoung You2019-01-032-4/+4
* | completion: fix typo in git-completion.bashChayoung You2019-01-031-1/+1
|/
* Merge branch 'nd/complete-format-patch'Junio C Hamano2018-11-131-10/+6
|\
| * completion: use __gitcomp_builtin for format-patchDuy Nguyen2018-11-061-10/+6
* | Merge branch 'nd/completion-negation'Junio C Hamano2018-11-061-1/+1
|\ \
| * | completion: fix __gitcomp_builtin no longer consider extra optionsNguyễn Thái Ngọc Duy2018-10-221-1/+1
* | | Merge branch 'dl/mergetool-gui-option'Junio C Hamano2018-10-301-1/+1
|\ \ \
| * | | completion: support `git mergetool --[no-]gui`Denton Liu2018-10-251-1/+1
| | |/ | |/|
* | | Merge branch 'du/cherry-is-plumbing'Junio C Hamano2018-10-261-11/+0
|\ \ \ | |/ / |/| |
| * | doc: move git-cherry to plumbingDaniels Umanovskis2018-10-121-11/+0
* | | Merge branch 'nd/complete-fetch-multiple-args'Junio C Hamano2018-10-191-0/+1
|\ \ \
| * | | completion: support "git fetch --multiple"Nguyễn Thái Ngọc Duy2018-09-211-0/+1
| |/ /
* / / git-completion.bash: add completion for stash listSteven Fernandez2018-10-071-0/+3
|/ /
* | range-diff: make --dual-color the default modeJohannes Schindelin2018-08-131-1/+1
* | completion: support `git range-diff`Johannes Schindelin2018-08-131-0/+14
* | Merge branch 'nd/completion-negation'Junio C Hamano2018-06-281-24/+37
|\|
| * completion: collapse extra --no-.. optionsNguyễn Thái Ngọc Duy2018-06-111-0/+23
| * parse-options: option to let --git-completion-helper show negative formNguyễn Thái Ngọc Duy2018-05-291-24/+14
* | Merge branch 'ls/complete-remote-update-names'Junio C Hamano2018-06-251-1/+1
|\ \
| * | completion: complete remote names tooŁukasz Stelmach2018-06-011-1/+1
* | | Merge branch 'nd/complete-config-vars'Junio C Hamano2018-06-251-333/+29
|\ \ \
| * | | completion: complete general config vars in two stepsNguyễn Thái Ngọc Duy2018-05-291-2/+7
| * | | completion: support case-insensitive config varsNguyễn Thái Ngọc Duy2018-05-291-1/+9
| * | | completion: keep other config var completion in camelCaseNguyễn Thái Ngọc Duy2018-05-291-6/+6
| * | | completion: drop the hard coded list of config varsNguyễn Thái Ngọc Duy2018-05-291-326/+9
| * | | Merge branch 'nd/command-list' into nd/complete-config-varsJunio C Hamano2018-05-291-132/+16
| |\ \ \ | | |_|/ | |/| |
* | | | Merge branch 'sg/completion-zsh-workaround'Junio C Hamano2018-06-132-2/+5
|\ \ \ \
| * | | | completion: correct zsh detection when run from git-completion.zshSZEDER Gábor2018-06-122-2/+5
* | | | | Merge branch 'nd/command-list'Junio C Hamano2018-06-011-132/+16
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | completion: allow to customize the completable command listNguyễn Thái Ngọc Duy2018-05-211-1/+1
| * | | | completion: add and use --list-cmds=aliasNguyễn Thái Ngọc Duy2018-05-211-60/+15
| * | | | completion: add and use --list-cmds=nohelpersNguyễn Thái Ngọc Duy2018-05-211-16/+4
| * | | | completion: let git provide the completable command listNguyễn Thái Ngọc Duy2018-05-211-91/+28
| * | | | help: use command-list.txt for the source of guidesNguyễn Thái Ngọc Duy2018-05-211-5/+10
| * | | | completion: implement and use --list-cmds=main,othersNguyễn Thái Ngọc Duy2018-05-211-1/+1
| * | | | git.c: convert --list-* to --list-cmds=*Nguyễn Thái Ngọc Duy2018-05-211-1/+1
* | | | | Merge branch 'sg/complete-paths'Junio C Hamano2018-05-302-26/+200
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | completion: don't return with error from __gitcomp_file_direct()SZEDER Gábor2018-05-211-2/+4
| * | | | completion: fill COMPREPLY directly when completing pathsSZEDER Gábor2018-04-172-4/+39
| * | | | completion: improve handling quoted paths in 'git ls-files's outputSZEDER Gábor2018-04-171-2/+64
| * | | | completion: remove repeated dirnames with 'awk' during path completionSZEDER Gábor2018-04-171-2/+6
| * | | | completion: use 'awk' to strip trailing path componentsSZEDER Gábor2018-04-171-7/+4
| * | | | completion: let 'ls-files' and 'diff-index' filter matching pathsSZEDER Gábor2018-04-171-5/+6
| * | | | completion: improve handling quoted paths on the command lineSZEDER Gábor2018-04-171-4/+72
| * | | | completion: support completing non-ASCII pathnamesSZEDER Gábor2018-04-171-2/+4
| * | | | completion: simplify prefix path component handling during path completionSZEDER Gábor2018-04-171-4/+3
| * | | | completion: move __git_complete_index_file() next to its helpersSZEDER Gábor2018-04-171-20/+19
| |/ / /
* | | | Merge branch 'fg/completion-external'Junio C Hamano2018-05-231-2/+9
|\ \ \ \