summaryrefslogtreecommitdiff
path: root/contrib/completion
Commit message (Expand)AuthorAgeFilesLines
* bash completion: use read -r everywheretr/bash-read-unescapedThomas Rast2011-12-211-6/+6
* Merge branch 'sg/complete-refs'Junio C Hamano2011-12-091-91/+110
|\
| * completion: remove broken dead code from __git_heads() and __git_tags()sg/complete-refsSZEDER Gábor2011-10-211-20/+2
| * completion: fast initial completion for config 'remote.*.fetch' valueSZEDER Gábor2011-10-211-0/+4
| * completion: improve ls-remote output filtering in __git_refs_remotes()SZEDER Gábor2011-10-211-9/+4
| * completion: query only refs/heads/ in __git_refs_remotes()SZEDER Gábor2011-10-211-8/+5
| * completion: support full refs from remote repositoriesSZEDER Gábor2011-10-211-8/+21
| * completion: improve ls-remote output filtering in __git_refs()SZEDER Gábor2011-10-211-7/+7
| * completion: make refs completion consistent for local and remote reposSZEDER Gábor2011-10-211-4/+2
| * completion: optimize refs completionSZEDER Gábor2011-10-211-45/+70
| * completion: document __gitcomp()SZEDER Gábor2011-10-211-2/+7
* | Merge branch 'sn/complete-bash-wo-process-subst'Junio C Hamano2011-11-091-1/+1
|\ \
| * | completion: don't leak variable from the prompt into environmentSZEDER Gábor2011-11-091-1/+1
* | | Merge branch 'jk/git-tricks'Junio C Hamano2011-10-301-0/+13
|\ \ \ | |/ / |/| |
| * | completion: match ctags symbol names in grep patternsJeff King2011-10-211-0/+13
| |/
* | completion: fix issue with process substitution not working on Git for WindowsStefan Naewe2011-10-261-1/+2
|/
* Merge branch 'sg/completion'Junio C Hamano2011-10-171-18/+6
|\
| * completion: unite --format and --pretty for 'log' and 'show'SZEDER Gábor2011-10-101-14/+4
| * completion: unite --reuse-message and --reedit-message for 'notes'SZEDER Gábor2011-10-101-4/+2
* | Merge branch 'tm/completion-push-set-upstream'Junio C Hamano2011-10-171-1/+1
|\ \
| * | completion: push --set-upstreamtm/completion-push-set-upstreamTeemu Matilainen2011-10-061-1/+1
* | | Merge branch 'tm/completion-commit-fixup-squash'Junio C Hamano2011-10-171-7/+4
|\ \ \ | | |/ | |/|
| * | completion: commit --fixup and --squashtm/completion-commit-fixup-squashTeemu Matilainen2011-10-061-2/+3
| * | completion: unite --reuse-message and --reedit-message handlingTeemu Matilainen2011-10-061-6/+2
| |/
* | Merge branch 'js/ref-namespaces'Junio C Hamano2011-08-171-1/+2
|\ \
| * | ref namespaces: documentationJosh Triplett2011-07-111-1/+1
| * | ref namespaces: infrastructureJosh Triplett2011-07-061-0/+1
* | | Merge branch 'maint'Junio C Hamano2011-06-261-1/+1
|\ \ \
| * \ \ Merge branch 'maint-1.7.4' into maintJunio C Hamano2011-06-241-1/+1
| |\ \ \
| | * | | completion: replace core.abbrevguard to core.abbrevNamhyung Kim2011-06-241-1/+1
* | | | | Merge branch 'mk/grep-pcre'Junio C Hamano2011-05-301-1/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | git-grep: Learn PCREMichał Kiedrowicz2011-05-091-0/+1
| * | | | contrib/completion: --line-number to git grepMichał Kiedrowicz2011-05-051-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'sg/completion-updates'Junio C Hamano2011-05-161-4/+16
|\ \ \ \
| * \ \ \ Merge branch 'fc/completion-zsh' into sg/completion-updatesJunio C Hamano2011-05-101-0/+8
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | git-completion: fix regression in zsh supportFelipe Contreras2011-05-101-0/+8
| | |/ /
| * | | Revert "completion: don't declare 'local words' to make zsh happy"Junio C Hamano2011-05-101-6/+2
| * | | completion: move private shopt shim for zsh to __git_ namespaceJonathan Nieder2011-05-081-4/+8
| * | | completion: don't declare 'local words' to make zsh happySZEDER Gábor2011-04-281-2/+6
* | | | Merge branch 'sg/completion-cleanup'Junio C Hamano2011-05-061-161/+60
|\ \ \ \ | |/ / /
| * | | completion: remove unnecessary _get_comp_words_by_ref() invocationsSZEDER Gábor2011-04-281-105/+11
| * | | completion: don't modify the $cur variable in completion functionsSZEDER Gábor2011-04-281-57/+50
* | | | Merge branch 'jk/notes-ui-updates'Junio C Hamano2011-05-021-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | contrib/completion: --notes, --no-notesMichael J Gruber2011-04-141-1/+1
| |/ /
* | | Automatically autoload bashcompinit for ZSH, when neededMarius Storm-Olsen2011-04-271-8/+8
|/ /
* | Merge branch 'mg/rev-list-n-parents'Junio C Hamano2011-03-261-0/+2
|\ \
| * | rev-list --min-parents,--max-parents: doc, test and completionMichael J Gruber2011-03-231-0/+2
| |/
* | Merge branch 'jp/completion-help-alias'Junio C Hamano2011-03-261-1/+1
|\ \
| * | git-completion: Add git help completion for aliasesJakob Pfender2011-03-221-1/+1
* | | Merge branch 'sg/complete-symmetric-diff'Junio C Hamano2011-03-221-14/+17
|\ \ \ | |/ / |/| |