summaryrefslogtreecommitdiff
path: root/contrib/completion
AgeCommit message (Expand)AuthorFilesLines
2017-07-06Merge branch 'xz/send-email-batch-size'Libravatar Junio C Hamano1-0/+2
2017-07-05send-email: --batch-size to work around some SMTP server limitLibravatar xiaoqiang zhao1-0/+2
2017-06-13Merge branch 'rf/completion'Libravatar Junio C Hamano1-1/+28
2017-06-04Merge branch 'rf/completion-config-commit'Libravatar Junio C Hamano1-0/+3
2017-06-02completion: add git config credentialCache.ignoreSIGHUPLibravatar Rikard Falkeborn1-0/+1
2017-06-02completion: add git config credential completionsLibravatar Rikard Falkeborn1-0/+3
2017-06-02completion: add git config advice completionsLibravatar Rikard Falkeborn1-1/+9
2017-06-02completion: add git config am.threeWay completionLibravatar Rikard Falkeborn1-0/+1
2017-06-02completion: add git config core completionsLibravatar Rikard Falkeborn1-0/+10
2017-06-02completion: add git config gc completionsLibravatar Rikard Falkeborn1-0/+4
2017-05-30completion: add completions for git config commitLibravatar Rikard Falkeborn1-0/+3
2017-05-29Merge branch 'tg/stash-push-fixup'Libravatar Junio C Hamano1-1/+4
2017-05-29Merge branch 'js/eol-on-ourselves'Libravatar Junio C Hamano1-0/+1
2017-05-17completion: add git stash pushLibravatar Thomas Gummerer1-1/+4
2017-05-16Merge branch 'ab/clone-no-tags'Libravatar Junio C Hamano1-0/+1
2017-05-16Merge branch 'sk/status-short-branch-color-config'Libravatar Junio C Hamano1-0/+2
2017-05-10completion: mark bash script as LF-onlyLibravatar Johannes Schindelin1-0/+1
2017-05-01Merge branch 'jk/complete-checkout-sans-dwim-remote'Libravatar Junio C Hamano1-1/+10
2017-05-01clone: add a --no-tags option to clone without tagsLibravatar Ævar Arnfjörð Bjarmason1-0/+1
2017-04-28status: add color config slots for branch info in "--short --branch"Libravatar Stephen Kent1-0/+2
2017-04-23completion: optionally disable checkout DWIMLibravatar Jeff King1-1/+10
2017-04-23completion: expand "push --delete <remote> <ref>" for refs on that <remote>Libravatar Ævar Arnfjörð Bjarmason1-0/+1
2017-04-11Merge branch 'ab/ref-filter-no-contains'Libravatar Junio C Hamano1-2/+2
2017-03-30Merge branch 'sg/completion-ctags'Libravatar Junio C Hamano1-6/+66
2017-03-30Merge branch 'sg/completion-refs-speedup'Libravatar Junio C Hamano2-71/+190
2017-03-24ref-filter: add --no-contains option to tag/branch/for-each-refLibravatar Ævar Arnfjörð Bjarmason1-2/+2
2017-03-23completion: offer ctags symbol names for 'git log -S', '-G' and '-L:'Libravatar SZEDER Gábor1-0/+28
2017-03-23completion: extract completing ctags symbol names into helper functionLibravatar SZEDER Gábor1-4/+29
2017-03-23completion: put matching ctags symbol names directly into COMPREPLYLibravatar SZEDER Gábor1-3/+10
2017-03-23completion: speed up branch and tag completionLibravatar SZEDER Gábor1-6/+19
2017-03-23completion: fill COMPREPLY directly when completing fetch refspecsLibravatar SZEDER Gábor1-3/+3
2017-03-23completion: fill COMPREPLY directly when completing refsLibravatar SZEDER Gábor2-14/+49
2017-03-23completion: let 'for-each-ref' sort remote branches for 'checkout' DWIMeryLibravatar SZEDER Gábor1-1/+2
2017-03-23completion: let 'for-each-ref' filter remote branches for 'checkout' DWIMeryLibravatar SZEDER Gábor1-9/+3
2017-03-23completion: let 'for-each-ref' strip the remote name from remote branchesLibravatar SZEDER Gábor1-4/+3
2017-03-23completion: let 'for-each-ref' and 'ls-remote' filter matching refsLibravatar SZEDER Gábor1-11/+30
2017-03-23completion: don't disambiguate short refsLibravatar SZEDER Gábor1-3/+3
2017-03-23completion: don't disambiguate tags and branchesLibravatar SZEDER Gábor1-2/+2
2017-03-23completion: support excluding full refsLibravatar SZEDER Gábor1-4/+4
2017-03-23completion: support completing fully qualified non-fast-forward refspecsLibravatar SZEDER Gábor1-1/+20
2017-03-23completion: support completing full refs after '--option=refs/<TAB>'Libravatar SZEDER Gábor1-7/+14
2017-03-23completion: wrap __git_refs() for better option parsingLibravatar SZEDER Gábor1-35/+67
2017-03-21Merge branch 'mg/prompt-describe-tags'Libravatar Junio C Hamano1-0/+3
2017-03-15git-prompt: add a describe style for any tagsLibravatar Michael J Gruber1-0/+3
2017-02-27Merge branch 'sg/completion'Libravatar Junio C Hamano1-85/+165
2017-02-27Merge branch 'jk/describe-omit-some-refs'Libravatar Junio C Hamano1-0/+1
2017-02-15Merge branch 'cw/completion'Libravatar Junio C Hamano1-21/+118
2017-02-13completion: remove redundant __gitcomp_nl() options from _git_commit()Libravatar SZEDER Gábor1-1/+1
2017-02-13completion: restore removed line continuating backslashLibravatar SZEDER Gábor1-1/+1
2017-02-10Merge branch 'ew/complete-svn-authorship-options'Libravatar Junio C Hamano1-2/+2