summaryrefslogtreecommitdiff
path: root/contrib/completion
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sg/completion-zsh-workaround'Junio C Hamano2018-06-132-2/+5
|\
| * completion: correct zsh detection when run from git-completion.zshSZEDER Gábor2018-06-122-2/+5
* | Merge branch 'nd/command-list'Junio C Hamano2018-06-011-132/+16
|\ \
| * | completion: allow to customize the completable command listNguyễn Thái Ngọc Duy2018-05-211-1/+1
| * | completion: add and use --list-cmds=aliasNguyễn Thái Ngọc Duy2018-05-211-60/+15
| * | completion: add and use --list-cmds=nohelpersNguyễn Thái Ngọc Duy2018-05-211-16/+4
| * | completion: let git provide the completable command listNguyễn Thái Ngọc Duy2018-05-211-91/+28
| * | help: use command-list.txt for the source of guidesNguyễn Thái Ngọc Duy2018-05-211-5/+10
| * | completion: implement and use --list-cmds=main,othersNguyễn Thái Ngọc Duy2018-05-211-1/+1
| * | git.c: convert --list-* to --list-cmds=*Nguyễn Thái Ngọc Duy2018-05-211-1/+1
* | | Merge branch 'sg/complete-paths'Junio C Hamano2018-05-302-26/+200
|\ \ \
| * | | completion: don't return with error from __gitcomp_file_direct()SZEDER Gábor2018-05-211-2/+4
| * | | completion: fill COMPREPLY directly when completing pathsSZEDER Gábor2018-04-172-4/+39
| * | | completion: improve handling quoted paths in 'git ls-files's outputSZEDER Gábor2018-04-171-2/+64
| * | | completion: remove repeated dirnames with 'awk' during path completionSZEDER Gábor2018-04-171-2/+6
| * | | completion: use 'awk' to strip trailing path componentsSZEDER Gábor2018-04-171-7/+4
| * | | completion: let 'ls-files' and 'diff-index' filter matching pathsSZEDER Gábor2018-04-171-5/+6
| * | | completion: improve handling quoted paths on the command lineSZEDER Gábor2018-04-171-4/+72
| * | | completion: support completing non-ASCII pathnamesSZEDER Gábor2018-04-171-2/+4
| * | | completion: simplify prefix path component handling during path completionSZEDER Gábor2018-04-171-4/+3
| * | | completion: move __git_complete_index_file() next to its helpersSZEDER Gábor2018-04-171-20/+19
| |/ /
* | | Merge branch 'fg/completion-external'Junio C Hamano2018-05-231-2/+9
|\ \ \
| * | | completion: load completion file for external subcommandFlorian Gamböck2018-05-071-0/+10
* | | | Merge branch 'nd/completion-aliasfiletype-typofix'Junio C Hamano2018-05-231-1/+1
|\ \ \ \
| * | | | completion: fix misspelled config key aliasesfiletypeNguyễn Thái Ngọc Duy2018-05-061-1/+1
| |/ / /
* | | | Merge branch 'js/rebase-recreate-merge'Junio C Hamano2018-05-231-2/+2
|\ \ \ \
| * | | | pull: accept --rebase=merges to recreate the branch topologyJohannes Schindelin2018-04-261-1/+1
| * | | | rebase: introduce the --rebase-merges optionJohannes Schindelin2018-04-261-1/+1
* | | | | Merge branch 'tg/demote-stash-save-in-completion'Junio C Hamano2018-05-081-2/+10
|\ \ \ \ \
| * | | | | completion: make stash -p and alias for stash push -pThomas Gummerer2018-04-201-0/+3
| * | | | | completion: stop showing 'save' for stash by defaultThomas Gummerer2018-04-201-2/+7
| | |_|/ / | |/| | |
* | | | | Merge branch 'sg/completion-clear-cached'Junio C Hamano2018-05-081-1/+5
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | completion: reduce overhead of clearing cached --optionsSZEDER Gábor2018-04-181-1/+5
| | |_|/ | |/| |
* | | | Merge branch 'ds/commit-graph'Junio C Hamano2018-05-081-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | commit-graph: create git-commit-graph builtinDerrick Stolee2018-04-021-0/+2
* | | | Merge branch 'cb/bash-completion-ls-files-processing'Junio C Hamano2018-04-251-6/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | completion: improve ls-files filter performanceClemens Buchacher2018-04-101-6/+1
| | |/ | |/|
* | | Merge branch 'nd/parseopt-completion-more'Junio C Hamano2018-04-101-19/+56
|\ \ \ | |/ / |/| |
| * | completion: use __gitcomp_builtin in _git_cherrynd/parseopt-completion-moreNguyễn Thái Ngọc Duy2018-03-251-0/+6
| * | completion: use __gitcomp_builtin in _git_ls_treeNguyễn Thái Ngọc Duy2018-03-251-0/+7
| * | completion: delete option-only completion commandsNguyễn Thái Ngọc Duy2018-03-251-15/+0
| * | completion: add --option completion for most builtin commandsNguyễn Thái Ngọc Duy2018-03-251-0/+28
| * | completion: factor out _git_xxx calling codeNguyễn Thái Ngọc Duy2018-03-251-4/+13
| * | completion: mention the oldest version we need to supportNguyễn Thái Ngọc Duy2018-03-251-0/+2
* | | Merge branch 'nd/parseopt-completion'Junio C Hamano2018-03-281-0/+4
|\ \ \ | |/ /
| * | completion: clear cached --options when sourcing the completion scriptSZEDER Gábor2018-03-221-0/+4
* | | Merge branch 'tz/complete-tag-delete-tagname'Junio C Hamano2018-03-211-1/+1
|\ \ \
| * | | completion: complete tags with git tag --delete/--verifytz/complete-tag-delete-tagnameTodd Zullinger2018-03-191-1/+1
* | | | Merge branch 'cl/send-email-reply-to'Junio C Hamano2018-03-151-1/+1
|\ \ \ \
| * | | | send-email: support separate Reply-To addresscl/send-email-reply-toChristian Ludwig2018-03-061-1/+1