summaryrefslogtreecommitdiff
path: root/contrib/completion/git-completion.bash
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rf/completion'Junio C Hamano2017-06-131-1/+28
|\
| * completion: add git config credentialCache.ignoreSIGHUPrf/completionRikard Falkeborn2017-06-021-0/+1
| * completion: add git config credential completionsRikard Falkeborn2017-06-021-0/+3
| * completion: add git config advice completionsRikard Falkeborn2017-06-021-1/+9
| * completion: add git config am.threeWay completionRikard Falkeborn2017-06-021-0/+1
| * completion: add git config core completionsRikard Falkeborn2017-06-021-0/+10
| * completion: add git config gc completionsRikard Falkeborn2017-06-021-0/+4
* | Merge branch 'rf/completion-config-commit'Junio C Hamano2017-06-041-0/+3
|\ \ | |/
| * completion: add completions for git config commitrf/completion-config-commitRikard Falkeborn2017-05-301-0/+3
* | Merge branch 'tg/stash-push-fixup'Junio C Hamano2017-05-291-1/+4
|\ \
| * | completion: add git stash pushtg/stash-push-fixupThomas Gummerer2017-05-171-1/+4
* | | Merge branch 'ab/clone-no-tags'Junio C Hamano2017-05-161-0/+1
|\ \ \
| * | | clone: add a --no-tags option to clone without tagsÆvar Arnfjörð Bjarmason2017-05-011-0/+1
* | | | Merge branch 'sk/status-short-branch-color-config'Junio C Hamano2017-05-161-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | status: add color config slots for branch info in "--short --branch"sk/status-short-branch-color-configStephen Kent2017-04-281-0/+2
* | | | Merge branch 'jk/complete-checkout-sans-dwim-remote'Junio C Hamano2017-05-011-1/+10
|\ \ \ \ | |/ / / |/| | |
| * | | completion: optionally disable checkout DWIMjk/complete-checkout-sans-dwim-remoteJeff King2017-04-231-1/+10
| |/ /
* | | completion: expand "push --delete <remote> <ref>" for refs on that <remote>ab/completion-push-delete-refÆvar Arnfjörð Bjarmason2017-04-231-0/+1
|/ /
* | Merge branch 'ab/ref-filter-no-contains'Junio C Hamano2017-04-111-2/+2
|\ \
| * | ref-filter: add --no-contains option to tag/branch/for-each-refÆvar Arnfjörð Bjarmason2017-03-241-2/+2
* | | Merge branch 'sg/completion-ctags'Junio C Hamano2017-03-301-6/+66
|\ \ \
| * | | completion: offer ctags symbol names for 'git log -S', '-G' and '-L:'sg/completion-ctagsSZEDER Gábor2017-03-231-0/+28
| * | | completion: extract completing ctags symbol names into helper functionSZEDER Gábor2017-03-231-4/+29
| * | | completion: put matching ctags symbol names directly into COMPREPLYSZEDER Gábor2017-03-231-3/+10
* | | | Merge branch 'sg/completion-refs-speedup'Junio C Hamano2017-03-301-71/+181
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | completion: speed up branch and tag completionsg/completion-refs-speedupSZEDER Gábor2017-03-231-6/+19
| * | completion: fill COMPREPLY directly when completing fetch refspecsSZEDER Gábor2017-03-231-3/+3
| * | completion: fill COMPREPLY directly when completing refsSZEDER Gábor2017-03-231-14/+40
| * | completion: let 'for-each-ref' sort remote branches for 'checkout' DWIMerySZEDER Gábor2017-03-231-1/+2
| * | completion: let 'for-each-ref' filter remote branches for 'checkout' DWIMerySZEDER Gábor2017-03-231-9/+3
| * | completion: let 'for-each-ref' strip the remote name from remote branchesSZEDER Gábor2017-03-231-4/+3
| * | completion: let 'for-each-ref' and 'ls-remote' filter matching refsSZEDER Gábor2017-03-231-11/+30
| * | completion: don't disambiguate short refsSZEDER Gábor2017-03-231-3/+3
| * | completion: don't disambiguate tags and branchesSZEDER Gábor2017-03-231-2/+2
| * | completion: support excluding full refsSZEDER Gábor2017-03-231-4/+4
| * | completion: support completing fully qualified non-fast-forward refspecsSZEDER Gábor2017-03-231-1/+20
| * | completion: support completing full refs after '--option=refs/<TAB>'SZEDER Gábor2017-03-231-7/+14
| * | completion: wrap __git_refs() for better option parsingSZEDER Gábor2017-03-231-35/+67
| * | completion: remove redundant __gitcomp_nl() options from _git_commit()SZEDER Gábor2017-02-131-1/+1
* | | Merge branch 'sg/completion'Junio C Hamano2017-02-271-85/+165
|\ \ \ | |/ /
| * | completion: restore removed line continuating backslashsg/completionSZEDER Gábor2017-02-131-1/+1
| * | completion: cache the path to the repositorySZEDER Gábor2017-02-031-17/+29
| * | completion: extract repository discovery from __gitdir()SZEDER Gábor2017-02-031-16/+26
| * | completion: don't guard git executions with __gitdir()SZEDER Gábor2017-02-031-21/+11
| * | completion: consolidate silencing errors from git commandsSZEDER Gábor2017-02-031-16/+12
| * | completion: don't use __gitdir() for git commandsSZEDER Gábor2017-02-031-29/+31
| * | completion: respect 'git -C <path>'SZEDER Gábor2017-02-031-5/+14
| * | completion: fix completion after 'git -C <path>'SZEDER Gábor2017-02-031-4/+4
| * | completion: don't offer commands when 'git --opt' needs an argumentSZEDER Gábor2017-02-031-0/+11
| * | completion: list short refs from a remote given as a URLSZEDER Gábor2017-02-031-3/+16