aboutsummaryrefslogtreecommitdiff
path: root/contrib/completion
Commit message (Expand)AuthorAge
* Merge branch 'sg/complete-refs'Junio C Hamano2011-12-09
|\
| * completion: remove broken dead code from __git_heads() and __git_tags()SZEDER Gábor2011-10-21
| * completion: fast initial completion for config 'remote.*.fetch' valueSZEDER Gábor2011-10-21
| * completion: improve ls-remote output filtering in __git_refs_remotes()SZEDER Gábor2011-10-21
| * completion: query only refs/heads/ in __git_refs_remotes()SZEDER Gábor2011-10-21
| * completion: support full refs from remote repositoriesSZEDER Gábor2011-10-21
| * completion: improve ls-remote output filtering in __git_refs()SZEDER Gábor2011-10-21
| * completion: make refs completion consistent for local and remote reposSZEDER Gábor2011-10-21
| * completion: optimize refs completionSZEDER Gábor2011-10-21
| * completion: document __gitcomp()SZEDER Gábor2011-10-21
* | Merge branch 'sn/complete-bash-wo-process-subst'Junio C Hamano2011-11-09
|\ \
| * | completion: don't leak variable from the prompt into environmentSZEDER Gábor2011-11-09
* | | Merge branch 'jk/git-tricks'Junio C Hamano2011-10-30
|\ \ \ | |/ / |/| |
| * | completion: match ctags symbol names in grep patternsJeff King2011-10-21
| |/
* | completion: fix issue with process substitution not working on Git for WindowsStefan Naewe2011-10-26
|/
* Merge branch 'sg/completion'Junio C Hamano2011-10-17
|\
| * completion: unite --format and --pretty for 'log' and 'show'SZEDER Gábor2011-10-10
| * completion: unite --reuse-message and --reedit-message for 'notes'SZEDER Gábor2011-10-10
* | Merge branch 'tm/completion-push-set-upstream'Junio C Hamano2011-10-17
|\ \
| * | completion: push --set-upstreamTeemu Matilainen2011-10-06
* | | Merge branch 'tm/completion-commit-fixup-squash'Junio C Hamano2011-10-17
|\ \ \ | | |/ | |/|
| * | completion: commit --fixup and --squashTeemu Matilainen2011-10-06
| * | completion: unite --reuse-message and --reedit-message handlingTeemu Matilainen2011-10-06
| |/
* | Merge branch 'js/ref-namespaces'Junio C Hamano2011-08-17
|\ \
| * | ref namespaces: documentationJosh Triplett2011-07-11
| * | ref namespaces: infrastructureJosh Triplett2011-07-06
* | | Merge branch 'maint'Junio C Hamano2011-06-26
|\ \ \
| * \ \ Merge branch 'maint-1.7.4' into maintJunio C Hamano2011-06-24
| |\ \ \
| | * | | completion: replace core.abbrevguard to core.abbrevNamhyung Kim2011-06-24
* | | | | Merge branch 'mk/grep-pcre'Junio C Hamano2011-05-30
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | git-grep: Learn PCREMichał Kiedrowicz2011-05-09
| * | | | contrib/completion: --line-number to git grepMichał Kiedrowicz2011-05-05
| | |_|/ | |/| |
* | | | Merge branch 'sg/completion-updates'Junio C Hamano2011-05-16
|\ \ \ \
| * \ \ \ Merge branch 'fc/completion-zsh' into sg/completion-updatesJunio C Hamano2011-05-10
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | git-completion: fix regression in zsh supportFelipe Contreras2011-05-10
| | |/ /
| * | | Revert "completion: don't declare 'local words' to make zsh happy"Junio C Hamano2011-05-10
| * | | completion: move private shopt shim for zsh to __git_ namespaceJonathan Nieder2011-05-08
| * | | completion: don't declare 'local words' to make zsh happySZEDER Gábor2011-04-28
* | | | Merge branch 'sg/completion-cleanup'Junio C Hamano2011-05-06
|\ \ \ \ | |/ / /
| * | | completion: remove unnecessary _get_comp_words_by_ref() invocationsSZEDER Gábor2011-04-28
| * | | completion: don't modify the $cur variable in completion functionsSZEDER Gábor2011-04-28
* | | | Merge branch 'jk/notes-ui-updates'Junio C Hamano2011-05-02
|\ \ \ \ | |/ / / |/| | |
| * | | contrib/completion: --notes, --no-notesMichael J Gruber2011-04-14
| |/ /
* | | Automatically autoload bashcompinit for ZSH, when neededMarius Storm-Olsen2011-04-27
|/ /
* | Merge branch 'mg/rev-list-n-parents'Junio C Hamano2011-03-26
|\ \
| * | rev-list --min-parents,--max-parents: doc, test and completionMichael J Gruber2011-03-23
| |/
* | Merge branch 'jp/completion-help-alias'Junio C Hamano2011-03-26
|\ \
| * | git-completion: Add git help completion for aliasesJakob Pfender2011-03-22
* | | Merge branch 'sg/complete-symmetric-diff'Junio C Hamano2011-03-22
|\ \ \ | |/ / |/| |
| * | bash: complete 'git diff ...branc<TAB>'SZEDER Gábor2011-03-10