summaryrefslogtreecommitdiffstats
path: root/contrib/completion/git-completion.bash
AgeCommit message (Expand)AuthorLines
2019-10-07Merge branch 'mr/complete-more-for-log-etc'Junio C Hamano-4/+14
2019-10-07Merge branch 'dl/complete-rebase-and-archive'Junio C Hamano-19/+8
2019-09-30Merge branch 'dl/rebase-i-keep-base'Junio C Hamano-1/+1
2019-09-30Merge branch 'dl/complete-cherry-pick-revert-skip'Junio C Hamano-2/+4
2019-09-12completion: teach archive to use __gitcomp_builtinDenton Liu-4/+1
2019-09-12completion: teach rebase to use __gitcomp_builtinDenton Liu-15/+7
2019-09-12completion: add missing completions for log, diff, showMax Rothman-4/+14
2019-08-27rebase: teach rebase --keep-baseDenton Liu-1/+1
2019-08-27completion: add --skip for cherry-pick and revertDenton Liu-1/+1
2019-08-27completion: merge options for cherry-pick and revertDenton Liu-2/+4
2019-08-13completion: complete config variables and values for 'git clone --config='SZEDER Gábor-17/+49
2019-08-13completion: complete config variables names and values for 'git clone -c'SZEDER Gábor-0/+6
2019-08-13completion: complete values of configuration variables after 'git -c var='SZEDER Gábor-24/+41
2019-08-13completion: complete configuration sections and variable names for 'git -c'SZEDER Gábor-13/+46
2019-08-13completion: split _git_config()SZEDER Gábor-9/+30
2019-08-13completion: simplify inner 'case' pattern in __gitcomp()SZEDER Gábor-2/+2
2019-08-13completion: use 'sort -u' to deduplicate config variable namesSZEDER Gábor-1/+1
2019-08-13completion: deduplicate configuration sectionsSZEDER Gábor-1/+9
2019-08-13completion: complete more values of more 'color.*' configuration variablesSZEDER Gábor-5/+4
2019-08-13completion: fix a typo in a commentSZEDER Gábor-1/+1
2019-07-09Merge branch 'nd/switch-and-restore'Junio C Hamano-1/+55
2019-07-09Merge branch 'nd/completion-no-cache-failure'Junio C Hamano-1/+2
2019-06-20completion: disable dwim on "git switch -d"Nguyễn Thái Ngọc Duy-0/+4
2019-06-12completion: do not cache if --git-completion-helper failsNguyễn Thái Ngọc Duy-1/+2
2019-05-29list-objects-filter: disable 'sparse:path' filtersChristian Couder-1/+1
2019-05-07completion: support restoreNguyễn Thái Ngọc Duy-0/+15
2019-04-25Merge branch 'dl/submodule-set-branch'Junio C Hamano-1/+4
2019-04-22Merge branch 'da/smerge'Junio C Hamano-1/+2
2019-04-10submodule: teach set-branch subcommandDenton Liu-1/+4
2019-04-04contrib/completion: add smerge to the mergetool completion candidatesDavid Aguilar-1/+2
2019-04-02completion: support switchNguyễn Thái Ngọc Duy-1/+36
2019-03-21completion: use __git when calling --list-cmdsTodd Zullinger-4/+4
2019-03-07Merge branch 'nd/completion-more-parameters'Junio C Hamano-3/+40
2019-03-07Merge branch 'dl/complete-submodule-absorbgitdirs'Junio C Hamano-1/+1
2019-02-20completion: add more parameter value completionNguyễn Thái Ngọc Duy-3/+40
2019-02-06completion: complete git submodule absorbgitdirsDenton Liu-1/+1
2019-01-18Merge branch 'cy/zsh-completion-SP-in-path'Junio C Hamano-21/+14
2019-01-03completion: fix typo in git-completion.bashChayoung You-1/+1
2019-01-03completion: treat results of git ls-tree as file pathsChayoung You-19/+12
2019-01-03zsh: complete unquoted paths with spaces correctlyChayoung You-2/+2
2018-11-13Merge branch 'nd/complete-format-patch'Junio C Hamano-10/+6
2018-11-06Merge branch 'nd/completion-negation'Junio C Hamano-1/+1
2018-11-06completion: use __gitcomp_builtin for format-patchDuy Nguyen-10/+6
2018-10-30Merge branch 'dl/mergetool-gui-option'Junio C Hamano-1/+1
2018-10-26Merge branch 'du/cherry-is-plumbing'Junio C Hamano-11/+0
2018-10-25completion: support `git mergetool --[no-]gui`Denton Liu-1/+1
2018-10-22completion: fix __gitcomp_builtin no longer consider extra optionsNguyễn Thái Ngọc Duy-1/+1
2018-10-19Merge branch 'nd/complete-fetch-multiple-args'Junio C Hamano-0/+1
2018-10-12doc: move git-cherry to plumbingDaniels Umanovskis-11/+0
2018-10-07git-completion.bash: add completion for stash listSteven Fernandez-0/+3