summaryrefslogtreecommitdiff
path: root/contrib/completion
AgeCommit message (Expand)Author
2019-12-01Merge branch 'js/complete-svn-recursive'Junio C Hamano
2019-12-01Merge branch 'dl/complete-rebase-onto'Junio C Hamano
2019-11-13completion: tab-complete "git svn --recursive"James Shubin
2019-11-12completion: learn to complete `git rebase --onto=`Denton Liu
2019-11-10Fix spelling errors in code commentsElijah Newren
2019-10-23Merge branch 'mb/clarify-zsh-completion-doc'Junio C Hamano
2019-10-18completion: clarify installation instruction for zshMaxim Belsky
2019-10-07Merge branch 'mr/complete-more-for-log-etc'Junio C Hamano
2019-10-07Merge branch 'dl/complete-rebase-and-archive'Junio C Hamano
2019-09-30Merge branch 'dl/rebase-i-keep-base'Junio C Hamano
2019-09-30Merge branch 'dl/complete-cherry-pick-revert-skip'Junio C Hamano
2019-09-12completion: teach archive to use __gitcomp_builtinDenton Liu
2019-09-12completion: teach rebase to use __gitcomp_builtinDenton Liu
2019-09-12completion: add missing completions for log, diff, showMax Rothman
2019-08-27rebase: teach rebase --keep-baseDenton Liu
2019-08-27completion: add --skip for cherry-pick and revertDenton Liu
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-19Merge branch 'pw/prompt-cherry-pick-revert-fix'Junio C Hamano
2019-07-09Merge branch 'nd/switch-and-restore'Junio C Hamano
2019-07-09Merge branch 'nd/completion-no-cache-failure'Junio C Hamano
2019-07-01git-prompt: improve cherry-pick/revert detectionPhillip Wood
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