summaryrefslogtreecommitdiff
path: root/contrib/completion/git-completion.bash
AgeCommit message (Expand)Author
2020-02-05Merge branch 'mt/sparse-checkout-doc-update'Junio C Hamano
2020-01-30Merge branch 'sg/completion-worktree'Junio C Hamano
2020-01-23completion: add support for sparse-checkoutMatheus Tavares
2020-01-15completion: list paths and refs for 'git worktree add'SZEDER Gábor
2020-01-15completion: list existing working trees for 'git worktree' subcommandsSZEDER Gábor
2020-01-15completion: simplify completing 'git worktree' subcommands and optionsSZEDER Gábor
2020-01-15completion: return the index of found word from __git_find_on_cmdline()SZEDER Gábor
2020-01-15completion: clean up the __git_find_on_cmdline() helper functionSZEDER Gábor
2019-12-10Merge branch 'dl/pretty-reference'Junio C Hamano
2019-12-10Merge branch 'dl/submodule-set-url'Junio C Hamano
2019-12-01Merge branch 'js/complete-svn-recursive'Junio C Hamano
2019-12-01Merge branch 'dl/complete-rebase-onto'Junio C Hamano
2019-11-20pretty: implement 'reference' formatDenton Liu
2019-11-20completion: complete `tformat:` pretty formatDenton Liu
2019-11-13completion: tab-complete "git svn --recursive"James Shubin
2019-11-12completion: learn to complete `git rebase --onto=`Denton Liu
2019-11-10Fix spelling errors in code commentsElijah Newren
2019-10-30submodule: teach set-url subcommandDenton Liu
2019-10-07Merge branch 'mr/complete-more-for-log-etc'Junio C Hamano
2019-10-07Merge branch 'dl/complete-rebase-and-archive'Junio C Hamano
2019-09-30Merge branch 'dl/rebase-i-keep-base'Junio C Hamano
2019-09-30Merge branch 'dl/complete-cherry-pick-revert-skip'Junio C Hamano
2019-09-12completion: teach archive to use __gitcomp_builtinDenton Liu
2019-09-12completion: teach rebase to use __gitcomp_builtinDenton Liu
2019-09-12completion: add missing completions for log, diff, showMax Rothman
2019-08-27rebase: teach rebase --keep-baseDenton Liu
2019-08-27completion: add --skip for cherry-pick and revertDenton Liu
2019-08-27completion: merge options for cherry-pick and revertDenton Liu
2019-08-13completion: complete config variables and values for 'git clone --config='SZEDER Gábor
2019-08-13completion: complete config variables names and values for 'git clone -c'SZEDER Gábor
2019-08-13completion: complete values of configuration variables after 'git -c var='SZEDER Gábor
2019-08-13completion: complete configuration sections and variable names for 'git -c'SZEDER Gábor
2019-08-13completion: split _git_config()SZEDER Gábor
2019-08-13completion: simplify inner 'case' pattern in __gitcomp()SZEDER Gábor
2019-08-13completion: use 'sort -u' to deduplicate config variable namesSZEDER Gábor
2019-08-13completion: deduplicate configuration sectionsSZEDER Gábor
2019-08-13completion: complete more values of more 'color.*' configuration variablesSZEDER Gábor
2019-08-13completion: fix a typo in a commentSZEDER Gábor
2019-07-09Merge branch 'nd/switch-and-restore'Junio C Hamano
2019-07-09Merge branch 'nd/completion-no-cache-failure'Junio C Hamano
2019-06-20completion: disable dwim on "git switch -d"Nguyễn Thái Ngọc Duy
2019-06-12completion: do not cache if --git-completion-helper failsNguyễn Thái Ngọc Duy
2019-05-29list-objects-filter: disable 'sparse:path' filtersChristian Couder
2019-05-07completion: support restoreNguyễn Thái Ngọc Duy
2019-04-25Merge branch 'dl/submodule-set-branch'Junio C Hamano
2019-04-22Merge branch 'da/smerge'Junio C Hamano
2019-04-10submodule: teach set-branch subcommandDenton Liu
2019-04-04contrib/completion: add smerge to the mergetool completion candidatesDavid Aguilar
2019-04-02completion: support switchNguyễn Thái Ngọc Duy
2019-03-21completion: use __git when calling --list-cmdsTodd Zullinger