summaryrefslogtreecommitdiffstats
path: root/contrib/completion/git-completion.bash
AgeCommit message (Expand)AuthorLines
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
2018-09-21completion: support "git fetch --multiple"Nguyễn Thái Ngọc Duy-0/+1
2018-08-13range-diff: make --dual-color the default modeJohannes Schindelin-1/+1
2018-08-13completion: support `git range-diff`Johannes Schindelin-0/+14
2018-06-28Merge branch 'nd/completion-negation'Junio C Hamano-24/+37
2018-06-25Merge branch 'ls/complete-remote-update-names'Junio C Hamano-1/+1
2018-06-25Merge branch 'nd/complete-config-vars'Junio C Hamano-333/+29
2018-06-13Merge branch 'sg/completion-zsh-workaround'Junio C Hamano-1/+4
2018-06-12completion: correct zsh detection when run from git-completion.zshSZEDER Gábor-1/+4
2018-06-11completion: collapse extra --no-.. optionsNguyễn Thái Ngọc Duy-0/+23
2018-06-01Merge branch 'nd/command-list'Junio C Hamano-132/+16
2018-06-01completion: complete remote names tooŁukasz Stelmach-1/+1
2018-05-30Merge branch 'sg/complete-paths'Junio C Hamano-26/+191
2018-05-29completion: complete general config vars in two stepsNguyễn Thái Ngọc Duy-2/+7
2018-05-29completion: support case-insensitive config varsNguyễn Thái Ngọc Duy-1/+9
2018-05-29completion: keep other config var completion in camelCaseNguyễn Thái Ngọc Duy-6/+6
2018-05-29completion: drop the hard coded list of config varsNguyễn Thái Ngọc Duy-326/+9
2018-05-29Merge branch 'nd/command-list' into nd/complete-config-varsJunio C Hamano-132/+16
2018-05-29parse-options: option to let --git-completion-helper show negative formNguyễn Thái Ngọc Duy-24/+14
2018-05-23Merge branch 'fg/completion-external'Junio C Hamano-2/+9
2018-05-23Merge branch 'nd/completion-aliasfiletype-typofix'Junio C Hamano-1/+1
2018-05-23Merge branch 'js/rebase-recreate-merge'Junio C Hamano-2/+2
2018-05-21completion: allow to customize the completable command listNguyễn Thái Ngọc Duy-1/+1
2018-05-21completion: add and use --list-cmds=aliasNguyễn Thái Ngọc Duy-60/+15
2018-05-21completion: add and use --list-cmds=nohelpersNguyễn Thái Ngọc Duy-16/+4
2018-05-21completion: let git provide the completable command listNguyễn Thái Ngọc Duy-91/+28
2018-05-21help: use command-list.txt for the source of guidesNguyễn Thái Ngọc Duy-5/+10
2018-05-21completion: implement and use --list-cmds=main,othersNguyễn Thái Ngọc Duy-1/+1
2018-05-21git.c: convert --list-* to --list-cmds=*Nguyễn Thái Ngọc Duy-1/+1
2018-05-21completion: don't return with error from __gitcomp_file_direct()SZEDER Gábor-2/+4
2018-05-08Merge branch 'tg/demote-stash-save-in-completion'Junio C Hamano-2/+10
2018-05-08Merge branch 'sg/completion-clear-cached'Junio C Hamano-1/+5
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano-0/+2
2018-05-07completion: load completion file for external subcommandFlorian Gamböck-0/+10
2018-05-06completion: fix misspelled config key aliasesfiletypeNguyễn Thái Ngọc Duy-1/+1
2018-04-26pull: accept --rebase=merges to recreate the branch topologyJohannes Schindelin-1/+1
2018-04-26rebase: introduce the --rebase-merges optionJohannes Schindelin-1/+1
2018-04-25Merge branch 'cb/bash-completion-ls-files-processing'Junio C Hamano-6/+1
2018-04-20completion: make stash -p and alias for stash push -pThomas Gummerer-0/+3
2018-04-20completion: stop showing 'save' for stash by defaultThomas Gummerer-2/+7
2018-04-18completion: reduce overhead of clearing cached --optionsSZEDER Gábor-1/+5