summaryrefslogtreecommitdiff
path: root/contrib/completion/git-completion.bash
AgeCommit message (Expand)Author
2019-08-27completion: merge options for cherry-pick and revertDenton Liu
2019-08-13completion: complete config variables and values for 'git clone --config='SZEDER Gábor
2019-08-13completion: complete config variables names and values for 'git clone -c'SZEDER Gábor
2019-08-13completion: complete values of configuration variables after 'git -c var='SZEDER Gábor
2019-08-13completion: complete configuration sections and variable names for 'git -c'SZEDER Gábor
2019-08-13completion: split _git_config()SZEDER Gábor
2019-08-13completion: simplify inner 'case' pattern in __gitcomp()SZEDER Gábor
2019-08-13completion: use 'sort -u' to deduplicate config variable namesSZEDER Gábor
2019-08-13completion: deduplicate configuration sectionsSZEDER Gábor
2019-08-13completion: complete more values of more 'color.*' configuration variablesSZEDER Gábor
2019-08-13completion: fix a typo in a commentSZEDER Gábor
2019-07-09Merge branch 'nd/switch-and-restore'Junio C Hamano
2019-07-09Merge branch 'nd/completion-no-cache-failure'Junio C Hamano
2019-06-20completion: disable dwim on "git switch -d"Nguyễn Thái Ngọc Duy
2019-06-12completion: do not cache if --git-completion-helper failsNguyễn Thái Ngọc Duy
2019-05-29list-objects-filter: disable 'sparse:path' filtersChristian Couder
2019-05-07completion: support restoreNguyễn Thái Ngọc Duy
2019-04-25Merge branch 'dl/submodule-set-branch'Junio C Hamano
2019-04-22Merge branch 'da/smerge'Junio C Hamano
2019-04-10submodule: teach set-branch subcommandDenton Liu
2019-04-04contrib/completion: add smerge to the mergetool completion candidatesDavid Aguilar
2019-04-02completion: support switchNguyễn Thái Ngọc Duy
2019-03-21completion: use __git when calling --list-cmdsTodd Zullinger
2019-03-07Merge branch 'nd/completion-more-parameters'Junio C Hamano
2019-03-07Merge branch 'dl/complete-submodule-absorbgitdirs'Junio C Hamano
2019-02-20completion: add more parameter value completionNguyễn Thái Ngọc Duy
2019-02-06completion: complete git submodule absorbgitdirsDenton Liu
2019-01-18Merge branch 'cy/zsh-completion-SP-in-path'Junio C Hamano
2019-01-03completion: fix typo in git-completion.bashChayoung You
2019-01-03completion: treat results of git ls-tree as file pathsChayoung You
2019-01-03zsh: complete unquoted paths with spaces correctlyChayoung You
2018-11-13Merge branch 'nd/complete-format-patch'Junio C Hamano
2018-11-06Merge branch 'nd/completion-negation'Junio C Hamano
2018-11-06completion: use __gitcomp_builtin for format-patchDuy Nguyen
2018-10-30Merge branch 'dl/mergetool-gui-option'Junio C Hamano
2018-10-26Merge branch 'du/cherry-is-plumbing'Junio C Hamano
2018-10-25completion: support `git mergetool --[no-]gui`Denton Liu
2018-10-22completion: fix __gitcomp_builtin no longer consider extra optionsNguyễn Thái Ngọc Duy
2018-10-19Merge branch 'nd/complete-fetch-multiple-args'Junio C Hamano
2018-10-11doc: move git-cherry to plumbingDaniels Umanovskis
2018-10-07git-completion.bash: add completion for stash listSteven Fernandez
2018-09-21completion: support "git fetch --multiple"Nguyễn Thái Ngọc Duy
2018-08-13range-diff: make --dual-color the default modeJohannes Schindelin
2018-08-13completion: support `git range-diff`Johannes Schindelin
2018-06-28Merge branch 'nd/completion-negation'Junio C Hamano
2018-06-25Merge branch 'ls/complete-remote-update-names'Junio C Hamano
2018-06-25Merge branch 'nd/complete-config-vars'Junio C Hamano
2018-06-13Merge branch 'sg/completion-zsh-workaround'Junio C Hamano
2018-06-12completion: correct zsh detection when run from git-completion.zshSZEDER Gábor
2018-06-11completion: collapse extra --no-.. optionsNguyễn Thái Ngọc Duy