summaryrefslogtreecommitdiff
path: root/contrib/completion
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kk/complete-diff-color-moved'Junio C Hamano2020-03-091-0/+15
|\
| * completion: add diff --color-moved[-ws]Kir Kolyshkin2020-02-241-0/+15
* | Merge branch 'pb/am-show-current-patch'Junio C Hamano2020-03-091-0/+5
|\ \
| * | am: support --show-current-patch=diff to retrieve .git/rebase-apply/patchPaolo Bonzini2020-02-201-1/+1
| * | am: support --show-current-patch=raw as a synonym for--show-current-patchPaolo Bonzini2020-02-201-0/+5
| |/
* | Merge branch 'en/rebase-backend'Junio C Hamano2020-03-021-5/+1
|\ \
| * | git-prompt: change the prompt for interactive-based rebasesElijah Newren2020-02-161-5/+1
| |/
* | Merge branch 'mt/sparse-checkout-doc-update'Junio C Hamano2020-02-051-0/+21
|\ \
| * | completion: add support for sparse-checkoutMatheus Tavares2020-01-231-0/+21
| |/
* | Merge branch 'sg/completion-worktree'Junio C Hamano2020-01-301-26/+93
|\ \ | |/ |/|
| * completion: list paths and refs for 'git worktree add'SZEDER Gábor2020-01-151-0/+36
| * completion: list existing working trees for 'git worktree' subcommandsSZEDER Gábor2020-01-151-1/+29
| * completion: simplify completing 'git worktree' subcommands and optionsSZEDER Gábor2020-01-151-22/+8
| * completion: return the index of found word from __git_find_on_cmdline()SZEDER Gábor2020-01-151-3/+17
| * completion: clean up the __git_find_on_cmdline() helper functionSZEDER Gábor2020-01-151-5/+8
* | Merge branch 'dl/pretty-reference'Junio C Hamano2019-12-101-1/+1
|\ \
| * | pretty: implement 'reference' formatDenton Liu2019-11-201-1/+1
| * | completion: complete `tformat:` pretty formatDenton Liu2019-11-201-1/+1
* | | Merge branch 'dl/submodule-set-url'Junio C Hamano2019-12-101-1/+1
|\ \ \ | |_|/ |/| |
| * | submodule: teach set-url subcommandDenton Liu2019-10-301-1/+1
* | | Merge branch 'js/complete-svn-recursive'Junio C Hamano2019-12-011-0/+1
|\ \ \
| * | | completion: tab-complete "git svn --recursive"James Shubin2019-11-131-0/+1
| | |/ | |/|
* | | Merge branch 'dl/complete-rebase-onto'Junio C Hamano2019-12-011-0/+4
|\ \ \
| * | | completion: learn to complete `git rebase --onto=`Denton Liu2019-11-121-0/+4
* | | | Fix spelling errors in code commentsElijah Newren2019-11-101-2/+2
| |_|/ |/| |
* | | Merge branch 'mb/clarify-zsh-completion-doc'Junio C Hamano2019-10-231-2/+3
|\ \ \
| * | | completion: clarify installation instruction for zshMaxim Belsky2019-10-181-2/+3
| | |/ | |/|
* | | Merge branch 'mr/complete-more-for-log-etc'Junio C Hamano2019-10-071-4/+14
|\ \ \
| * | | completion: add missing completions for log, diff, showMax Rothman2019-09-121-4/+14
| |/ /
* | | Merge branch 'dl/complete-rebase-and-archive'Junio C Hamano2019-10-071-19/+8
|\ \ \ | | |/ | |/|
| * | completion: teach archive to use __gitcomp_builtinDenton Liu2019-09-121-4/+1
| * | completion: teach rebase to use __gitcomp_builtinDenton Liu2019-09-121-15/+7
| |/
* | Merge branch 'dl/rebase-i-keep-base'Junio C Hamano2019-09-301-1/+1
|\ \
| * | rebase: teach rebase --keep-baseDenton Liu2019-08-271-1/+1
| |/
* | Merge branch 'dl/complete-cherry-pick-revert-skip'Junio C Hamano2019-09-301-2/+4
|\ \
| * | completion: add --skip for cherry-pick and revertDenton Liu2019-08-271-1/+1
| * | completion: merge options for cherry-pick and revertDenton Liu2019-08-271-2/+4
| |/
* | completion: complete config variables and values for 'git clone --config='SZEDER Gábor2019-08-131-17/+49
* | completion: complete config variables names and values for 'git clone -c'SZEDER Gábor2019-08-131-0/+6
* | completion: complete values of configuration variables after 'git -c var='SZEDER Gábor2019-08-131-24/+41
* | completion: complete configuration sections and variable names for 'git -c'SZEDER Gábor2019-08-131-13/+46
* | completion: split _git_config()SZEDER Gábor2019-08-131-9/+30
* | completion: simplify inner 'case' pattern in __gitcomp()SZEDER Gábor2019-08-131-2/+2
* | completion: use 'sort -u' to deduplicate config variable namesSZEDER Gábor2019-08-131-1/+1
* | completion: deduplicate configuration sectionsSZEDER Gábor2019-08-131-1/+9
* | completion: complete more values of more 'color.*' configuration variablesSZEDER Gábor2019-08-131-5/+4
* | completion: fix a typo in a commentSZEDER Gábor2019-08-131-1/+1
|/
* Merge branch 'pw/prompt-cherry-pick-revert-fix'Junio C Hamano2019-07-191-4/+33
|\
| * git-prompt: improve cherry-pick/revert detectionPhillip Wood2019-07-011-4/+33
* | Merge branch 'nd/switch-and-restore'Junio C Hamano2019-07-091-1/+55
|\ \