summaryrefslogtreecommitdiff
path: root/contrib/completion
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ / |/| |
| * | bash: complete 'git diff ...branc<TAB>'SZEDER Gábor2011-03-101-13/+16
| * | bash: fix misindented esac statement in __git_complete_file()SZEDER Gábor2011-03-101-1/+1
| |/
* | Merge branch 'ss/mergetool--lib'Junio C Hamano2011-03-191-1/+1
|\ \
| * | mergetool--lib: Add Beyond Compare 3 as a toolSebastian Schuberth2011-02-281-1/+1
| |/
* | bash: teach __git_ps1 about CHERRY_PICK_HEADJay Soffian2011-02-211-0/+2
|/
* Merge branch 'pd/bash-4-completion'Junio C Hamano2010-12-221-78/+290
|\
| * Merge branch 'master' (early part) into pd/bash-4-completionJonathan Nieder2010-12-151-5/+74
| |\
| * | bash: simple reimplementation of _get_comp_words_by_refJonathan Nieder2010-12-141-8/+110
| * | bash: get --pretty=m<tab> completion to work with bash v4Peter van der Does2010-12-141-76/+160
* | | Merge branch 'tc/completion-reflog'Junio C Hamano2010-12-211-1/+12
|\ \ \
| * | | bash completion: add basic support for git-reflogTay Ray Chuan2010-12-171-1/+12