summaryrefslogtreecommitdiff
path: root/contrib/completion/git-completion.bash
AgeCommit message (Expand)Author
2018-10-26Merge branch 'du/cherry-is-plumbing'Junio C Hamano
2018-10-25completion: support `git mergetool --[no-]gui`Denton Liu
2018-10-22completion: fix __gitcomp_builtin no longer consider extra optionsNguyễn Thái Ngọc Duy
2018-10-19Merge branch 'nd/complete-fetch-multiple-args'Junio C Hamano
2018-10-11doc: move git-cherry to plumbingDaniels Umanovskis
2018-10-07git-completion.bash: add completion for stash listSteven Fernandez
2018-09-21completion: support "git fetch --multiple"Nguyễn Thái Ngọc Duy
2018-08-13range-diff: make --dual-color the default modeJohannes Schindelin
2018-08-13completion: support `git range-diff`Johannes Schindelin
2018-06-28Merge branch 'nd/completion-negation'Junio C Hamano
2018-06-25Merge branch 'ls/complete-remote-update-names'Junio C Hamano
2018-06-25Merge branch 'nd/complete-config-vars'Junio C Hamano
2018-06-13Merge branch 'sg/completion-zsh-workaround'Junio C Hamano
2018-06-12completion: correct zsh detection when run from git-completion.zshSZEDER Gábor
2018-06-11completion: collapse extra --no-.. optionsNguyễn Thái Ngọc Duy
2018-06-01Merge branch 'nd/command-list'Junio C Hamano
2018-06-01completion: complete remote names tooŁukasz Stelmach
2018-05-30Merge branch 'sg/complete-paths'Junio C Hamano
2018-05-29completion: complete general config vars in two stepsNguyễn Thái Ngọc Duy
2018-05-29completion: support case-insensitive config varsNguyễn Thái Ngọc Duy
2018-05-29completion: keep other config var completion in camelCaseNguyễn Thái Ngọc Duy
2018-05-29completion: drop the hard coded list of config varsNguyễn Thái Ngọc Duy
2018-05-29Merge branch 'nd/command-list' into nd/complete-config-varsJunio C Hamano
2018-05-29parse-options: option to let --git-completion-helper show negative formNguyễn Thái Ngọc Duy
2018-05-23Merge branch 'fg/completion-external'Junio C Hamano
2018-05-23Merge branch 'nd/completion-aliasfiletype-typofix'Junio C Hamano
2018-05-23Merge branch 'js/rebase-recreate-merge'Junio C Hamano
2018-05-21completion: allow to customize the completable command listNguyễn Thái Ngọc Duy
2018-05-21completion: add and use --list-cmds=aliasNguyễn Thái Ngọc Duy
2018-05-21completion: add and use --list-cmds=nohelpersNguyễn Thái Ngọc Duy
2018-05-21completion: let git provide the completable command listNguyễn Thái Ngọc Duy
2018-05-21help: use command-list.txt for the source of guidesNguyễn Thái Ngọc Duy
2018-05-21completion: implement and use --list-cmds=main,othersNguyễn Thái Ngọc Duy
2018-05-21git.c: convert --list-* to --list-cmds=*Nguyễn Thái Ngọc Duy
2018-05-21completion: don't return with error from __gitcomp_file_direct()SZEDER Gábor
2018-05-08Merge branch 'tg/demote-stash-save-in-completion'Junio C Hamano
2018-05-08Merge branch 'sg/completion-clear-cached'Junio C Hamano
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano
2018-05-07completion: load completion file for external subcommandFlorian Gamböck
2018-05-06completion: fix misspelled config key aliasesfiletypeNguyễn Thái Ngọc Duy
2018-04-26pull: accept --rebase=merges to recreate the branch topologyJohannes Schindelin
2018-04-26rebase: introduce the --rebase-merges optionJohannes Schindelin
2018-04-25Merge branch 'cb/bash-completion-ls-files-processing'Junio C Hamano
2018-04-20completion: make stash -p and alias for stash push -pThomas Gummerer
2018-04-20completion: stop showing 'save' for stash by defaultThomas Gummerer
2018-04-17completion: reduce overhead of clearing cached --optionsSZEDER Gábor
2018-04-17completion: fill COMPREPLY directly when completing pathsSZEDER Gábor
2018-04-17completion: improve handling quoted paths in 'git ls-files's outputSZEDER Gábor
2018-04-17completion: remove repeated dirnames with 'awk' during path completionSZEDER Gábor
2018-04-17completion: use 'awk' to strip trailing path componentsSZEDER Gábor