summaryrefslogtreecommitdiff
path: root/contrib/completion
AgeCommit message (Expand)Author
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-01Merge branch 'nd/command-list'Junio C Hamano
2018-05-30Merge branch 'sg/complete-paths'Junio C Hamano
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
2018-04-17completion: let 'ls-files' and 'diff-index' filter matching pathsSZEDER Gábor
2018-04-17completion: improve handling quoted paths on the command lineSZEDER Gábor
2018-04-17completion: support completing non-ASCII pathnamesSZEDER Gábor
2018-04-17completion: simplify prefix path component handling during path completionSZEDER Gábor
2018-04-17completion: move __git_complete_index_file() next to its helpersSZEDER Gábor
2018-04-10Merge branch 'nd/parseopt-completion-more'Junio C Hamano
2018-04-10completion: improve ls-files filter performanceClemens Buchacher
2018-04-02commit-graph: create git-commit-graph builtinDerrick Stolee
2018-03-28Merge branch 'nd/parseopt-completion'Junio C Hamano
2018-03-25completion: use __gitcomp_builtin in _git_cherryNguyễn Thái Ngọc Duy
2018-03-25completion: use __gitcomp_builtin in _git_ls_treeNguyễn Thái Ngọc Duy
2018-03-25completion: delete option-only completion commandsNguyễn Thái Ngọc Duy
2018-03-25completion: add --option completion for most builtin commandsNguyễn Thái Ngọc Duy
2018-03-25completion: factor out _git_xxx calling codeNguyễn Thái Ngọc Duy
2018-03-25completion: mention the oldest version we need to supportNguyễn Thái Ngọc Duy
2018-03-22completion: clear cached --options when sourcing the completion scriptSZEDER Gábor
2018-03-21Merge branch 'tz/complete-tag-delete-tagname'Junio C Hamano
2018-03-19completion: complete tags with git tag --delete/--verifyTodd Zullinger
2018-03-15Merge branch 'cl/send-email-reply-to'Junio C Hamano
2018-03-14Merge branch 'nd/parseopt-completion'Junio C Hamano