summaryrefslogtreecommitdiff
path: root/contrib/completion
AgeCommit message (Expand)AuthorFilesLines
2019-10-23Merge branch 'mb/clarify-zsh-completion-doc'Libravatar Junio C Hamano1-2/+3
2019-10-18completion: clarify installation instruction for zshLibravatar Maxim Belsky1-2/+3
2019-10-07Merge branch 'mr/complete-more-for-log-etc'Libravatar Junio C Hamano1-4/+14
2019-10-07Merge branch 'dl/complete-rebase-and-archive'Libravatar Junio C Hamano1-19/+8
2019-09-30Merge branch 'dl/rebase-i-keep-base'Libravatar Junio C Hamano1-1/+1
2019-09-30Merge branch 'dl/complete-cherry-pick-revert-skip'Libravatar Junio C Hamano1-2/+4
2019-09-12completion: teach archive to use __gitcomp_builtinLibravatar Denton Liu1-4/+1
2019-09-12completion: teach rebase to use __gitcomp_builtinLibravatar Denton Liu1-15/+7
2019-09-12completion: add missing completions for log, diff, showLibravatar Max Rothman1-4/+14
2019-08-27rebase: teach rebase --keep-baseLibravatar Denton Liu1-1/+1
2019-08-27completion: add --skip for cherry-pick and revertLibravatar Denton Liu1-1/+1
2019-08-27completion: merge options for cherry-pick and revertLibravatar Denton Liu1-2/+4
2019-08-13completion: complete config variables and values for 'git clone --config='Libravatar SZEDER Gábor1-17/+49
2019-08-13completion: complete config variables names and values for 'git clone -c'Libravatar SZEDER Gábor1-0/+6
2019-08-13completion: complete values of configuration variables after 'git -c var='Libravatar SZEDER Gábor1-24/+41
2019-08-13completion: complete configuration sections and variable names for 'git -c'Libravatar SZEDER Gábor1-13/+46
2019-08-13completion: split _git_config()Libravatar SZEDER Gábor1-9/+30
2019-08-13completion: simplify inner 'case' pattern in __gitcomp()Libravatar SZEDER Gábor1-2/+2
2019-08-13completion: use 'sort -u' to deduplicate config variable namesLibravatar SZEDER Gábor1-1/+1
2019-08-13completion: deduplicate configuration sectionsLibravatar SZEDER Gábor1-1/+9
2019-08-13completion: complete more values of more 'color.*' configuration variablesLibravatar SZEDER Gábor1-5/+4
2019-08-13completion: fix a typo in a commentLibravatar SZEDER Gábor1-1/+1
2019-07-19Merge branch 'pw/prompt-cherry-pick-revert-fix'Libravatar Junio C Hamano1-4/+33
2019-07-09Merge branch 'nd/switch-and-restore'Libravatar Junio C Hamano1-1/+55
2019-07-09Merge branch 'nd/completion-no-cache-failure'Libravatar Junio C Hamano1-1/+2
2019-07-01git-prompt: improve cherry-pick/revert detectionLibravatar Phillip Wood1-4/+33
2019-06-20completion: disable dwim on "git switch -d"Libravatar Nguyễn Thái Ngọc Duy1-0/+4
2019-06-12completion: do not cache if --git-completion-helper failsLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2019-05-29list-objects-filter: disable 'sparse:path' filtersLibravatar Christian Couder1-1/+1
2019-05-07completion: support restoreLibravatar Nguyễn Thái Ngọc Duy1-0/+15
2019-04-25Merge branch 'dl/submodule-set-branch'Libravatar Junio C Hamano1-1/+4
2019-04-22Merge branch 'da/smerge'Libravatar Junio C Hamano1-1/+2
2019-04-10submodule: teach set-branch subcommandLibravatar Denton Liu1-1/+4
2019-04-04contrib/completion: add smerge to the mergetool completion candidatesLibravatar David Aguilar1-1/+2
2019-04-02completion: support switchLibravatar Nguyễn Thái Ngọc Duy1-1/+36
2019-03-21completion: use __git when calling --list-cmdsLibravatar Todd Zullinger1-4/+4
2019-03-07Merge branch 'nd/completion-more-parameters'Libravatar Junio C Hamano1-3/+40
2019-03-07Merge branch 'dl/complete-submodule-absorbgitdirs'Libravatar Junio C Hamano1-1/+1
2019-02-20completion: add more parameter value completionLibravatar Nguyễn Thái Ngọc Duy1-3/+40
2019-02-06completion: complete git submodule absorbgitdirsLibravatar Denton Liu1-1/+1
2019-01-18Merge branch 'cy/zsh-completion-SP-in-path'Libravatar Junio C Hamano2-23/+16
2019-01-03completion: fix typo in git-completion.bashLibravatar Chayoung You1-1/+1
2019-01-03completion: treat results of git ls-tree as file pathsLibravatar Chayoung You1-19/+12
2019-01-03zsh: complete unquoted paths with spaces correctlyLibravatar Chayoung You2-4/+4
2018-11-13Merge branch 'nd/complete-format-patch'Libravatar Junio C Hamano1-10/+6
2018-11-06Merge branch 'nd/completion-negation'Libravatar Junio C Hamano1-1/+1
2018-11-06completion: use __gitcomp_builtin for format-patchLibravatar Duy Nguyen1-10/+6
2018-10-30Merge branch 'dl/mergetool-gui-option'Libravatar Junio C Hamano1-1/+1
2018-10-26Merge branch 'du/cherry-is-plumbing'Libravatar Junio C Hamano1-11/+0
2018-10-25completion: support `git mergetool --[no-]gui`Libravatar Denton Liu1-1/+1