summaryrefslogtreecommitdiff
path: root/contrib/completion/git-completion.bash
AgeCommit message (Expand)AuthorFilesLines
2020-07-01completion: nounset mode fixesVille Skyttä1-9/+9
2020-06-25Merge branch 'jk/complete-git-switch'Junio C Hamano1-39/+213
2020-06-08Merge branch 'vs/complete-stash-show-p-fix'Junio C Hamano1-1/+1
2020-05-28completion: improve handling of --orphan option of switch/checkoutJacob Keller1-7/+14
2020-05-28completion: improve handling of -c/-C and -b/-B in switch/checkoutJacob Keller1-2/+47
2020-05-28completion: improve handling of --track in switch/checkoutJacob Keller1-2/+22
2020-05-28completion: improve handling of --detach in checkoutJacob Keller1-1/+6
2020-05-28completion: improve completion for git switch with no optionsJacob Keller1-13/+20
2020-05-28completion: improve handling of DWIM mode for switch/checkoutJacob Keller1-19/+76
2020-05-28completion: perform DWIM logic directly in __git_complete_refsJacob Keller1-1/+18
2020-05-28completion: extract function __git_dwim_remote_headsJacob Keller1-7/+21
2020-05-28completion: replace overloaded track term for __git_complete_refsJacob Keller1-13/+15
2020-05-28completion: use native ZSH array pattern matchingMarco Trevisan (Treviño)1-1/+1
2020-05-21completion: don't override given stash subcommand with -pVille Skyttä1-1/+1
2020-05-14Merge branch 'ds/bloom-cleanup'Junio C Hamano1-0/+1
2020-05-11completion: offer '--(no-)patch' among 'git log' optionsSZEDER Gábor1-0/+1
2020-04-29Merge branch 'en/fill-directory-exponential'Junio C Hamano1-1/+1
2020-04-01completion: fix 'git add' on paths under an untracked directoryElijah Newren1-1/+1
2020-03-09Merge branch 'kk/complete-diff-color-moved'Junio C Hamano1-0/+15
2020-03-09Merge branch 'pb/am-show-current-patch'Junio C Hamano1-0/+5
2020-02-24completion: add diff --color-moved[-ws]Kir Kolyshkin1-0/+15
2020-02-20am: support --show-current-patch=diff to retrieve .git/rebase-apply/patchPaolo Bonzini1-1/+1
2020-02-20am: support --show-current-patch=raw as a synonym for--show-current-patchPaolo Bonzini1-0/+5
2020-02-05Merge branch 'mt/sparse-checkout-doc-update'Junio C Hamano1-0/+21
2020-01-30Merge branch 'sg/completion-worktree'Junio C Hamano1-25/+92
2020-01-23completion: add support for sparse-checkoutMatheus Tavares1-0/+21
2020-01-15completion: list paths and refs for 'git worktree add'SZEDER Gábor1-0/+36
2020-01-15completion: list existing working trees for 'git worktree' subcommandsSZEDER Gábor1-1/+29
2020-01-15completion: simplify completing 'git worktree' subcommands and optionsSZEDER Gábor1-22/+8
2020-01-15completion: return the index of found word from __git_find_on_cmdline()SZEDER Gábor1-3/+17
2020-01-15completion: clean up the __git_find_on_cmdline() helper functionSZEDER Gábor1-5/+8
2019-12-10Merge branch 'dl/pretty-reference'Junio C Hamano1-1/+1
2019-12-10Merge branch 'dl/submodule-set-url'Junio C Hamano1-1/+1
2019-12-01Merge branch 'js/complete-svn-recursive'Junio C Hamano1-0/+1
2019-12-01Merge branch 'dl/complete-rebase-onto'Junio C Hamano1-0/+4
2019-11-20pretty: implement 'reference' formatDenton Liu1-1/+1
2019-11-20completion: complete `tformat:` pretty formatDenton Liu1-1/+1
2019-11-13completion: tab-complete "git svn --recursive"James Shubin1-0/+1
2019-11-12completion: learn to complete `git rebase --onto=`Denton Liu1-0/+4
2019-11-10Fix spelling errors in code commentsElijah Newren1-2/+2
2019-10-30submodule: teach set-url subcommandDenton Liu1-1/+1
2019-10-07Merge branch 'mr/complete-more-for-log-etc'Junio C Hamano1-4/+14
2019-10-07Merge branch 'dl/complete-rebase-and-archive'Junio C Hamano1-19/+8
2019-09-30Merge branch 'dl/rebase-i-keep-base'Junio C Hamano1-1/+1
2019-09-30Merge branch 'dl/complete-cherry-pick-revert-skip'Junio C Hamano1-2/+4
2019-09-12completion: teach archive to use __gitcomp_builtinDenton Liu1-4/+1
2019-09-12completion: teach rebase to use __gitcomp_builtinDenton Liu1-15/+7
2019-09-12completion: add missing completions for log, diff, showMax Rothman1-4/+14
2019-08-27rebase: teach rebase --keep-baseDenton Liu1-1/+1
2019-08-27completion: add --skip for cherry-pick and revertDenton Liu1-1/+1