summaryrefslogtreecommitdiff
path: root/contrib/completion
AgeCommit message (Expand)AuthorFilesLines
2018-10-19Merge branch 'nd/complete-fetch-multiple-args'Junio C Hamano1-0/+1
2018-10-12doc: move git-cherry to plumbingDaniels Umanovskis1-11/+0
2018-10-07git-completion.bash: add completion for stash listSteven Fernandez1-0/+3
2018-09-21completion: support "git fetch --multiple"Nguyễn Thái Ngọc Duy1-0/+1
2018-08-13range-diff: make --dual-color the default modeJohannes Schindelin1-1/+1
2018-08-13completion: support `git range-diff`Johannes Schindelin1-0/+14
2018-06-28Merge branch 'nd/completion-negation'Junio C Hamano1-24/+37
2018-06-25Merge branch 'ls/complete-remote-update-names'Junio C Hamano1-1/+1
2018-06-25Merge branch 'nd/complete-config-vars'Junio C Hamano1-333/+29
2018-06-13Merge branch 'sg/completion-zsh-workaround'Junio C Hamano2-2/+5
2018-06-12completion: correct zsh detection when run from git-completion.zshSZEDER Gábor2-2/+5
2018-06-11completion: collapse extra --no-.. optionsNguyễn Thái Ngọc Duy1-0/+23
2018-06-01Merge branch 'nd/command-list'Junio C Hamano1-132/+16
2018-06-01completion: complete remote names tooŁukasz Stelmach1-1/+1
2018-05-30Merge branch 'sg/complete-paths'Junio C Hamano2-26/+200
2018-05-29completion: complete general config vars in two stepsNguyễn Thái Ngọc Duy1-2/+7
2018-05-29completion: support case-insensitive config varsNguyễn Thái Ngọc Duy1-1/+9
2018-05-29completion: keep other config var completion in camelCaseNguyễn Thái Ngọc Duy1-6/+6
2018-05-29completion: drop the hard coded list of config varsNguyễn Thái Ngọc Duy1-326/+9
2018-05-29Merge branch 'nd/command-list' into nd/complete-config-varsJunio C Hamano1-132/+16
2018-05-29parse-options: option to let --git-completion-helper show negative formNguyễn Thái Ngọc Duy1-24/+14
2018-05-23Merge branch 'fg/completion-external'Junio C Hamano1-2/+9
2018-05-23Merge branch 'nd/completion-aliasfiletype-typofix'Junio C Hamano1-1/+1
2018-05-23Merge branch 'js/rebase-recreate-merge'Junio C Hamano1-2/+2
2018-05-21completion: allow to customize the completable command listNguyễn Thái Ngọc Duy1-1/+1
2018-05-21completion: add and use --list-cmds=aliasNguyễn Thái Ngọc Duy1-60/+15
2018-05-21completion: add and use --list-cmds=nohelpersNguyễn Thái Ngọc Duy1-16/+4
2018-05-21completion: let git provide the completable command listNguyễn Thái Ngọc Duy1-91/+28
2018-05-21help: use command-list.txt for the source of guidesNguyễn Thái Ngọc Duy1-5/+10
2018-05-21completion: implement and use --list-cmds=main,othersNguyễn Thái Ngọc Duy1-1/+1
2018-05-21git.c: convert --list-* to --list-cmds=*Nguyễn Thái Ngọc Duy1-1/+1
2018-05-21completion: don't return with error from __gitcomp_file_direct()SZEDER Gábor1-2/+4
2018-05-08Merge branch 'tg/demote-stash-save-in-completion'Junio C Hamano1-2/+10
2018-05-08Merge branch 'sg/completion-clear-cached'Junio C Hamano1-1/+5
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano1-0/+2
2018-05-07completion: load completion file for external subcommandFlorian Gamböck1-0/+10
2018-05-06completion: fix misspelled config key aliasesfiletypeNguyễn Thái Ngọc Duy1-1/+1
2018-04-26pull: accept --rebase=merges to recreate the branch topologyJohannes Schindelin1-1/+1
2018-04-26rebase: introduce the --rebase-merges optionJohannes Schindelin1-1/+1
2018-04-25Merge branch 'cb/bash-completion-ls-files-processing'Junio C Hamano1-6/+1
2018-04-20completion: make stash -p and alias for stash push -pThomas Gummerer1-0/+3
2018-04-20completion: stop showing 'save' for stash by defaultThomas Gummerer1-2/+7
2018-04-18completion: reduce overhead of clearing cached --optionsSZEDER Gábor1-1/+5
2018-04-17completion: fill COMPREPLY directly when completing pathsSZEDER Gábor2-4/+39
2018-04-17completion: improve handling quoted paths in 'git ls-files's outputSZEDER Gábor1-2/+64
2018-04-17completion: remove repeated dirnames with 'awk' during path completionSZEDER Gábor1-2/+6
2018-04-17completion: use 'awk' to strip trailing path componentsSZEDER Gábor1-7/+4
2018-04-17completion: let 'ls-files' and 'diff-index' filter matching pathsSZEDER Gábor1-5/+6
2018-04-17completion: improve handling quoted paths on the command lineSZEDER Gábor1-4/+72
2018-04-17completion: support completing non-ASCII pathnamesSZEDER Gábor1-2/+4