summaryrefslogtreecommitdiff
path: root/contrib/completion
AgeCommit message (Expand)AuthorFilesLines
2017-06-02completion: add git config gc completionsRikard Falkeborn1-0/+4
2017-05-30completion: add completions for git config commitRikard Falkeborn1-0/+3
2017-05-29Merge branch 'tg/stash-push-fixup'Junio C Hamano1-1/+4
2017-05-29Merge branch 'js/eol-on-ourselves'Junio C Hamano1-0/+1
2017-05-17completion: add git stash pushThomas Gummerer1-1/+4
2017-05-16Merge branch 'ab/clone-no-tags'Junio C Hamano1-0/+1
2017-05-16Merge branch 'sk/status-short-branch-color-config'Junio C Hamano1-0/+2
2017-05-10completion: mark bash script as LF-onlyJohannes Schindelin1-0/+1
2017-05-01Merge branch 'jk/complete-checkout-sans-dwim-remote'Junio C Hamano1-1/+10
2017-05-01clone: add a --no-tags option to clone without tagsÆvar Arnfjörð Bjarmason1-0/+1
2017-04-28status: add color config slots for branch info in "--short --branch"Stephen Kent1-0/+2
2017-04-23completion: optionally disable checkout DWIMJeff King1-1/+10
2017-04-23completion: expand "push --delete <remote> <ref>" for refs on that <remote>Ævar Arnfjörð Bjarmason1-0/+1
2017-04-11Merge branch 'ab/ref-filter-no-contains'Junio C Hamano1-2/+2
2017-03-30Merge branch 'sg/completion-ctags'Junio C Hamano1-6/+66
2017-03-30Merge branch 'sg/completion-refs-speedup'Junio C Hamano2-71/+190
2017-03-24ref-filter: add --no-contains option to tag/branch/for-each-refÆvar Arnfjörð Bjarmason1-2/+2
2017-03-23completion: offer ctags symbol names for 'git log -S', '-G' and '-L:'SZEDER Gábor1-0/+28
2017-03-23completion: extract completing ctags symbol names into helper functionSZEDER Gábor1-4/+29
2017-03-23completion: put matching ctags symbol names directly into COMPREPLYSZEDER Gábor1-3/+10
2017-03-23completion: speed up branch and tag completionSZEDER Gábor1-6/+19
2017-03-23completion: fill COMPREPLY directly when completing fetch refspecsSZEDER Gábor1-3/+3
2017-03-23completion: fill COMPREPLY directly when completing refsSZEDER Gábor2-14/+49
2017-03-23completion: let 'for-each-ref' sort remote branches for 'checkout' DWIMerySZEDER Gábor1-1/+2
2017-03-23completion: let 'for-each-ref' filter remote branches for 'checkout' DWIMerySZEDER Gábor1-9/+3
2017-03-23completion: let 'for-each-ref' strip the remote name from remote branchesSZEDER Gábor1-4/+3
2017-03-23completion: let 'for-each-ref' and 'ls-remote' filter matching refsSZEDER Gábor1-11/+30
2017-03-23completion: don't disambiguate short refsSZEDER Gábor1-3/+3
2017-03-23completion: don't disambiguate tags and branchesSZEDER Gábor1-2/+2
2017-03-23completion: support excluding full refsSZEDER Gábor1-4/+4
2017-03-23completion: support completing fully qualified non-fast-forward refspecsSZEDER Gábor1-1/+20
2017-03-23completion: support completing full refs after '--option=refs/<TAB>'SZEDER Gábor1-7/+14
2017-03-23completion: wrap __git_refs() for better option parsingSZEDER Gábor1-35/+67
2017-03-21Merge branch 'mg/prompt-describe-tags'Junio C Hamano1-0/+3
2017-03-15git-prompt: add a describe style for any tagsMichael J Gruber1-0/+3
2017-02-27Merge branch 'sg/completion'Junio C Hamano1-85/+165
2017-02-27Merge branch 'jk/describe-omit-some-refs'Junio C Hamano1-0/+1
2017-02-15Merge branch 'cw/completion'Junio C Hamano1-21/+118
2017-02-13completion: remove redundant __gitcomp_nl() options from _git_commit()SZEDER Gábor1-1/+1
2017-02-13completion: restore removed line continuating backslashSZEDER Gábor1-1/+1
2017-02-10Merge branch 'ew/complete-svn-authorship-options'Junio C Hamano1-2/+2
2017-02-10Merge branch 'bw/push-submodule-only'Junio C Hamano1-1/+1
2017-02-06completion: fix git svn authorship switchesEric Wong1-2/+2
2017-02-03completion: recognize more long-optionsCornelius Weig1-9/+20
2017-02-03completion: teach remote subcommands to complete optionsCornelius Weig1-7/+38
2017-02-03completion: teach replace to complete optionsCornelius Weig1-0/+6
2017-02-03completion: teach ls-remote to complete optionsCornelius Weig1-0/+6
2017-02-03completion: improve bash completion for git-addCornelius Weig1-3/+7
2017-02-03completion: add subcommand completion for rerereCornelius Weig1-0/+11
2017-02-03completion: teach submodule subcommands to complete optionsCornelius Weig1-2/+30