summaryrefslogtreecommitdiff
path: root/contrib/completion
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/switch-and-restore'Junio C Hamano2019-07-091-1/+55
|\
| * completion: disable dwim on "git switch -d"Nguyễn Thái Ngọc Duy2019-06-201-0/+4
| * completion: support restoreNguyễn Thái Ngọc Duy2019-05-071-0/+15
| * completion: support switchNguyễn Thái Ngọc Duy2019-04-021-1/+36
* | Merge branch 'nd/completion-no-cache-failure'Junio C Hamano2019-07-091-1/+2
|\ \
| * | completion: do not cache if --git-completion-helper failsNguyễn Thái Ngọc Duy2019-06-121-1/+2
* | | list-objects-filter: disable 'sparse:path' filtersChristian Couder2019-05-291-1/+1
* | | Merge branch 'dl/submodule-set-branch'Junio C Hamano2019-04-251-1/+4
|\ \ \
| * | | submodule: teach set-branch subcommandDenton Liu2019-04-101-1/+4
| |/ /
* | | Merge branch 'da/smerge'Junio C Hamano2019-04-221-1/+2
|\ \ \
| * | | contrib/completion: add smerge to the mergetool completion candidatesDavid Aguilar2019-04-041-1/+2
| | |/ | |/|
* | | completion: use __git when calling --list-cmdsTodd Zullinger2019-03-211-4/+4
|/ /
* | Merge branch 'nd/completion-more-parameters'Junio C Hamano2019-03-071-3/+40
|\ \
| * | completion: add more parameter value completionNguyễn Thái Ngọc Duy2019-02-201-3/+40
| |/
* | Merge branch 'dl/complete-submodule-absorbgitdirs'Junio C Hamano2019-03-071-1/+1
|\ \ | |/ |/|
| * completion: complete git submodule absorbgitdirsDenton Liu2019-02-061-1/+1
* | 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