summaryrefslogtreecommitdiffstats
path: root/contrib/completion
AgeCommit message (Expand)AuthorLines
2020-09-26completion: complete refs after 'git restore -s'Ákos Uzonyi-0/+7
2020-09-26completion: use "prev" variable instead of introducing "prevword"Ákos Uzonyi-34/+32
2020-09-17contrib/completion: complete options that take refs for format-patchDenton Liu-0/+4
2020-08-19completion: add GIT_COMPLETION_SHOW_ALL env varRyan Zoeller-1/+13
2020-08-17Merge branch 'pd/mergetool-nvimdiff'Junio C Hamano-2/+2
2020-08-04Merge branch 'mp/complete-show-color-moved'Junio C Hamano-0/+8
2020-07-29mergetools: add support for nvimdiff (neovim) familypudinha-2/+2
2020-07-21Merge branch 'en/sparse-status' into masterJunio C Hamano-2/+2
2020-07-20git-prompt: change == to = for zsh's sakeDavid J. Malan-2/+2
2020-07-15completion: add show --color-moved[-ws]Michal Privoznik-0/+8
2020-07-09Merge branch 'vs/completion-with-set-u' into masterJunio C Hamano-9/+9
2020-07-06Merge branch 'en/sparse-status'Junio C Hamano-2/+24
2020-07-01completion: nounset mode fixesVille Skyttä-9/+9
2020-06-25Merge branch 'jk/complete-git-switch'Junio C Hamano-39/+213
2020-06-22git-prompt: include sparsity state as wellElijah Newren-2/+20
2020-06-22git-prompt: document how in-progress operations affect the promptElijah Newren-0/+4
2020-06-08Merge branch 'vs/complete-stash-show-p-fix'Junio C Hamano-1/+1
2020-05-28completion: improve handling of --orphan option of switch/checkoutJacob Keller-7/+14
2020-05-28completion: improve handling of -c/-C and -b/-B in switch/checkoutJacob Keller-2/+47
2020-05-28completion: improve handling of --track in switch/checkoutJacob Keller-2/+22
2020-05-28completion: improve handling of --detach in checkoutJacob Keller-1/+6
2020-05-28completion: improve completion for git switch with no optionsJacob Keller-13/+20
2020-05-28completion: improve handling of DWIM mode for switch/checkoutJacob Keller-19/+76
2020-05-28completion: perform DWIM logic directly in __git_complete_refsJacob Keller-1/+18
2020-05-28completion: extract function __git_dwim_remote_headsJacob Keller-7/+21
2020-05-28completion: replace overloaded track term for __git_complete_refsJacob Keller-13/+15
2020-05-28completion: use native ZSH array pattern matchingMarco Trevisan (Treviño)-1/+1
2020-05-21completion: don't override given stash subcommand with -pVille Skyttä-1/+1
2020-05-14Merge branch 'ds/bloom-cleanup'Junio C Hamano-0/+1
2020-05-11completion: offer '--(no-)patch' among 'git log' optionsSZEDER Gábor-0/+1
2020-04-29Merge branch 'en/fill-directory-exponential'Junio C Hamano-1/+1
2020-04-17complete: zsh: add missing sub cmd completion candidatesTerry Moschou-0/+2
2020-04-01completion: fix 'git add' on paths under an untracked directoryElijah Newren-1/+1
2020-03-09Merge branch 'kk/complete-diff-color-moved'Junio C Hamano-0/+15
2020-03-09Merge branch 'pb/am-show-current-patch'Junio C Hamano-0/+5
2020-03-02Merge branch 'en/rebase-backend'Junio C Hamano-5/+1
2020-02-24completion: add diff --color-moved[-ws]Kir Kolyshkin-0/+15
2020-02-20am: support --show-current-patch=diff to retrieve .git/rebase-apply/patchPaolo Bonzini-1/+1
2020-02-20am: support --show-current-patch=raw as a synonym for--show-current-patchPaolo Bonzini-0/+5
2020-02-16git-prompt: change the prompt for interactive-based rebasesElijah Newren-5/+1
2020-02-05Merge branch 'mt/sparse-checkout-doc-update'Junio C Hamano-0/+21
2020-01-30Merge branch 'sg/completion-worktree'Junio C Hamano-26/+93
2020-01-23completion: add support for sparse-checkoutMatheus Tavares-0/+21
2020-01-15completion: list paths and refs for 'git worktree add'SZEDER Gábor-0/+36
2020-01-15completion: list existing working trees for 'git worktree' subcommandsSZEDER Gábor-1/+29
2020-01-15completion: simplify completing 'git worktree' subcommands and optionsSZEDER Gábor-22/+8
2020-01-15completion: return the index of found word from __git_find_on_cmdline()SZEDER Gábor-3/+17
2020-01-15completion: clean up the __git_find_on_cmdline() helper functionSZEDER Gábor-5/+8
2019-12-10Merge branch 'dl/pretty-reference'Junio C Hamano-1/+1
2019-12-10Merge branch 'dl/submodule-set-url'Junio C Hamano-1/+1