summaryrefslogtreecommitdiffstats
path: root/contrib/completion
AgeCommit message (Expand)AuthorLines
2020-10-28completion: zsh: shuffle functions aroundFelipe Contreras-12/+12
2020-10-28completion: zsh: simplify file_directFelipe Contreras-3/+1
2020-10-28completion: zsh: simplify nl_appendFelipe Contreras-4/+1
2020-10-28completion: zsh: trivial cleanupFelipe Contreras-1/+1
2020-10-28completion: zsh: simplify direct compaddFelipe Contreras-1/+1
2020-10-28completion: zsh: simplify compadd functionsFelipe Contreras-10/+5
2020-10-28completion: zsh: fix splitting of wordsFelipe Contreras-2/+1
2020-10-28completion: zsh: add missing direct_appendFelipe Contreras-0/+5
2020-10-28completion: fix conflict with bashcompFelipe Contreras-6/+4
2020-10-28completion: zsh: fix completion for --no-.. optionsFelipe Contreras-0/+22
2020-10-28completion: bash: remove zsh wrapperFelipe Contreras-90/+2
2020-10-28completion: bash: synchronize zsh wrapperFelipe Contreras-0/+8
2020-10-28completion: zsh: fix for command aliasingFelipe Contreras-1/+5
2020-10-28completion: prompt: fix color for ZshFelipe Contreras-4/+7
2020-10-28completion: zsh: update slave script locationsFelipe Contreras-5/+9
2020-10-27Merge branch 'dl/checkout-guess'Junio C Hamano-9/+16
2020-10-26completion: zsh: fix for directories with spacesFelipe Contreras-1/+1
2020-10-26completion: zsh: reorganize install instructionsFelipe Contreras-7/+9
2020-10-26completion: zsh: fix bash script extensionFelipe Contreras-1/+1
2020-10-26completion: zsh: fix name due to broken autoloadingFelipe Contreras-3/+5
2020-10-26completion: zsh: fix __gitcomp_direct()Felipe Contreras-2/+2
2020-10-16completion: fix zsh installation instructionsAlexey-1/+2
2020-10-08checkout: learn to respect checkout.guessDenton Liu-9/+16
2020-10-07git-completion.bash: stash-show: complete $__git_diff_common_optionsRobert Karszniewicz-1/+4
2020-10-07git-completion.bash: __git_diff_common_options: add --[no-]patchRobert Karszniewicz-3/+2
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-21contrib/completion: complete `git diff --merge-base`Denton Liu-1/+1
2020-09-17contrib/completion: complete options that take refs for format-patchDenton Liu-0/+4
2020-09-17contrib/completion: extract common diff/difftool optionsDenton Liu-9/+6
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