summaryrefslogtreecommitdiffstats
path: root/contrib/completion (follow)
Commit message (Expand)AuthorAgeFilesLines
* completion: complete config variables and values for 'git clone --config='SZEDER Gábor2019-08-131-17/+49
* completion: complete config variables names and values for 'git clone -c'SZEDER Gábor2019-08-131-0/+6
* completion: complete values of configuration variables after 'git -c var='SZEDER Gábor2019-08-131-24/+41
* completion: complete configuration sections and variable names for 'git -c'SZEDER Gábor2019-08-131-13/+46
* completion: split _git_config()SZEDER Gábor2019-08-131-9/+30
* completion: simplify inner 'case' pattern in __gitcomp()SZEDER Gábor2019-08-131-2/+2
* completion: use 'sort -u' to deduplicate config variable namesSZEDER Gábor2019-08-131-1/+1
* completion: deduplicate configuration sectionsSZEDER Gábor2019-08-131-1/+9
* completion: complete more values of more 'color.*' configuration variablesSZEDER Gábor2019-08-131-5/+4
* completion: fix a typo in a commentSZEDER Gábor2019-08-131-1/+1
* Merge branch 'pw/prompt-cherry-pick-revert-fix'Junio C Hamano2019-07-191-4/+33
|\
| * git-prompt: improve cherry-pick/revert detectionPhillip Wood2019-07-011-4/+33
* | Merge branch 'nd/switch-and-restore'Junio C Hamano2019-07-101-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-101-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