summaryrefslogtreecommitdiff
path: root/contrib/completion
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pd/mergetool-nvimdiff'Junio C Hamano2020-08-171-2/+2
|\
| * mergetools: add support for nvimdiff (neovim) familypudinha2020-07-291-2/+2
* | Merge branch 'mp/complete-show-color-moved'Junio C Hamano2020-08-041-0/+8
|\ \ | |/ |/|
| * completion: add show --color-moved[-ws]Michal Privoznik2020-07-151-0/+8
* | Merge branch 'en/sparse-status' into masterJunio C Hamano2020-07-211-2/+2
|\ \ | |/ |/|
| * git-prompt: change == to = for zsh's sakeDavid J. Malan2020-07-201-2/+2
* | Merge branch 'vs/completion-with-set-u' into masterJunio C Hamano2020-07-091-9/+9
|\ \
| * | completion: nounset mode fixesVille Skyttä2020-07-011-9/+9
* | | Merge branch 'en/sparse-status'Junio C Hamano2020-07-061-2/+24
|\ \ \ | |/ / |/| / | |/
| * git-prompt: include sparsity state as wellElijah Newren2020-06-221-2/+20
| * git-prompt: document how in-progress operations affect the promptElijah Newren2020-06-221-0/+4
* | Merge branch 'jk/complete-git-switch'Junio C Hamano2020-06-251-39/+213
|\ \ | |/ |/|
| * completion: improve handling of --orphan option of switch/checkoutJacob Keller2020-05-281-7/+14
| * completion: improve handling of -c/-C and -b/-B in switch/checkoutJacob Keller2020-05-281-2/+47
| * completion: improve handling of --track in switch/checkoutJacob Keller2020-05-281-2/+22
| * completion: improve handling of --detach in checkoutJacob Keller2020-05-281-1/+6
| * completion: improve completion for git switch with no optionsJacob Keller2020-05-281-13/+20
| * completion: improve handling of DWIM mode for switch/checkoutJacob Keller2020-05-281-19/+76
| * completion: perform DWIM logic directly in __git_complete_refsJacob Keller2020-05-281-1/+18
| * completion: extract function __git_dwim_remote_headsJacob Keller2020-05-281-7/+21
| * completion: replace overloaded track term for __git_complete_refsJacob Keller2020-05-281-13/+15
* | Merge branch 'vs/complete-stash-show-p-fix'Junio C Hamano2020-06-081-1/+1
|\ \
| * | completion: don't override given stash subcommand with -pVille Skyttä2020-05-211-1/+1
* | | completion: use native ZSH array pattern matchingMarco Trevisan (Treviño)2020-05-281-1/+1
* | | Merge branch 'ds/bloom-cleanup'Junio C Hamano2020-05-141-0/+1
|\ \ \
| * | | completion: offer '--(no-)patch' among 'git log' optionsSZEDER Gábor2020-05-111-0/+1
| | |/ | |/|
* | | Merge branch 'en/fill-directory-exponential'Junio C Hamano2020-04-291-1/+1
|\ \ \
| * | | completion: fix 'git add' on paths under an untracked directoryElijah Newren2020-04-011-1/+1
* | | | complete: zsh: add missing sub cmd completion candidatesTerry Moschou2020-04-171-0/+2
| |/ / |/| |
* | | 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
|\ \ \ \