summaryrefslogtreecommitdiff
path: root/contrib/completion
AgeCommit message (Expand)AuthorFilesLines
2020-01-30Merge branch 'sg/completion-worktree'Libravatar Junio C Hamano1-26/+93
2020-01-23completion: add support for sparse-checkoutLibravatar Matheus Tavares1-0/+21
2020-01-15completion: list paths and refs for 'git worktree add'Libravatar SZEDER Gábor1-0/+36
2020-01-15completion: list existing working trees for 'git worktree' subcommandsLibravatar SZEDER Gábor1-1/+29
2020-01-15completion: simplify completing 'git worktree' subcommands and optionsLibravatar SZEDER Gábor1-22/+8
2020-01-15completion: return the index of found word from __git_find_on_cmdline()Libravatar SZEDER Gábor1-3/+17
2020-01-15completion: clean up the __git_find_on_cmdline() helper functionLibravatar SZEDER Gábor1-5/+8
2019-12-10Merge branch 'dl/pretty-reference'Libravatar Junio C Hamano1-1/+1
2019-12-10Merge branch 'dl/submodule-set-url'Libravatar Junio C Hamano1-1/+1
2019-12-01Merge branch 'js/complete-svn-recursive'Libravatar Junio C Hamano1-0/+1
2019-12-01Merge branch 'dl/complete-rebase-onto'Libravatar Junio C Hamano1-0/+4
2019-11-20pretty: implement 'reference' formatLibravatar Denton Liu1-1/+1
2019-11-20completion: complete `tformat:` pretty formatLibravatar Denton Liu1-1/+1
2019-11-13completion: tab-complete "git svn --recursive"Libravatar James Shubin1-0/+1
2019-11-12completion: learn to complete `git rebase --onto=`Libravatar Denton Liu1-0/+4
2019-11-10Fix spelling errors in code commentsLibravatar Elijah Newren1-2/+2
2019-10-30submodule: teach set-url subcommandLibravatar Denton Liu1-1/+1
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