summaryrefslogtreecommitdiff
path: root/contrib/completion
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | completion: add missing configuration variablesMartin von Zweigbergk2010-12-201-4/+66
|/ / /
* | | Merge branch 'maint'Junio C Hamano2010-12-011-1/+1
|\ \ \
| * \ \ Merge branch 'maint-1.7.2' into maintJunio C Hamano2010-12-011-1/+1
| |\ \ \ | | |/ /
| | * | bash: Match lightweight tags in promptknittl2010-12-011-1/+1
* | | | Merge branch 'kb/completion-checkout'Junio C Hamano2010-11-171-3/+27
|\ \ \ \
| * | | | completion: Support the DWIM mode for git checkoutKevin Ballard2010-10-131-3/+27
| |/ / /
* | | | Merge branch 'sg/completion'Junio C Hamano2010-11-171-15/+64
|\ \ \ \ | |_|_|/ |/| | |
| * | | bash: support pretty format aliasesSZEDER Gábor2010-10-131-4/+17
| * | | bash: support more 'git notes' subcommands and their optionsSZEDER Gábor2010-10-131-9/+41
| * | | bash: not all 'git bisect' subcommands make sense when not bisectingSZEDER Gábor2010-10-131-1/+5
| * | | bash: offer refs for 'git bisect start'SZEDER Gábor2010-10-131-1/+1
| |/ /
* | | completion: fix zsh check under bash with 'set -u'Mark Lodato2010-10-281-3/+3
* | | Merge branch 'ml/completion-zsh'Junio C Hamano2010-10-261-4/+46
|\ \ \ | |/ / |/| |
| * | completion: make compatible with zshMark Lodato2010-09-091-4/+46
| |/
* | contrib/completion: --no-index option to git diffMichael J Gruber2010-09-271-1/+1
|/
* Merge branch 'tr/rev-list-count'Junio C Hamano2010-06-301-1/+143
|\
| * bash completion: Support "divergence from upstream" messages in __git_ps1Andrew Sayers2010-06-241-1/+143
* | Merge branch 'as/maint-completion-set-u-fix'Junio C Hamano2010-06-301-7/+7
|\ \
| * | bash-completion: Fix __git_ps1 to work with "set -u"Andrew Sayers2010-06-181-7/+7
| |/
* | Merge branch 'sb/format-patch-signature'Junio C Hamano2010-06-221-1/+2
|\ \
| * | completion: Add --signature and format.signatureStephen Boyd2010-06-161-1/+2
| |/
* | Merge branch 'em/checkout-orphan'Junio C Hamano2010-06-211-1/+1
|\ \ | |/ |/|
| * bash completion: add --orphan to 'git checkout'Erick Mattos2010-06-031-1/+1
* | completion: --set-upstream option for git-branchMichael J Gruber2010-05-281-0/+1
|/
* Merge branch 'sg/bash-completion'Junio C Hamano2010-04-061-60/+34
|\
| * bash: completion for gitk aliasesSZEDER Gábor2010-02-241-0/+9
| * bash: support user-supplied completion scripts for aliasesSZEDER Gábor2010-02-241-4/+7
| * bash: support user-supplied completion scripts for user's git commandsSZEDER Gábor2010-02-241-55/+12