summaryrefslogtreecommitdiff
path: root/contrib/completion/git-completion.bash
AgeCommit message (Expand)AuthorFilesLines
2011-10-21completion: improve ls-remote output filtering in __git_refs_remotes()Libravatar SZEDER Gábor1-9/+4
2011-10-21completion: query only refs/heads/ in __git_refs_remotes()Libravatar SZEDER Gábor1-8/+5
2011-10-21completion: support full refs from remote repositoriesLibravatar SZEDER Gábor1-8/+21
2011-10-21completion: improve ls-remote output filtering in __git_refs()Libravatar SZEDER Gábor1-7/+7
2011-10-21completion: make refs completion consistent for local and remote reposLibravatar SZEDER Gábor1-4/+2
2011-10-21completion: optimize refs completionLibravatar SZEDER Gábor1-45/+70
2011-10-21completion: document __gitcomp()Libravatar SZEDER Gábor1-2/+7
2011-10-17Merge branch 'sg/completion'Libravatar Junio C Hamano1-18/+6
2011-10-17Merge branch 'tm/completion-push-set-upstream'Libravatar Junio C Hamano1-1/+1
2011-10-17Merge branch 'tm/completion-commit-fixup-squash'Libravatar Junio C Hamano1-7/+4
2011-10-10completion: unite --format and --pretty for 'log' and 'show'Libravatar SZEDER Gábor1-14/+4
2011-10-10completion: unite --reuse-message and --reedit-message for 'notes'Libravatar SZEDER Gábor1-4/+2
2011-10-06completion: push --set-upstreamLibravatar Teemu Matilainen1-1/+1
2011-10-06completion: commit --fixup and --squashLibravatar Teemu Matilainen1-2/+3
2011-10-06completion: unite --reuse-message and --reedit-message handlingLibravatar Teemu Matilainen1-6/+2
2011-08-17Merge branch 'js/ref-namespaces'Libravatar Junio C Hamano1-1/+2
2011-07-11ref namespaces: documentationLibravatar Josh Triplett1-1/+1
2011-07-06ref namespaces: infrastructureLibravatar Josh Triplett1-0/+1
2011-06-26Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2011-06-24Merge branch 'maint-1.7.4' into maintLibravatar Junio C Hamano1-1/+1
2011-06-24completion: replace core.abbrevguard to core.abbrevLibravatar Namhyung Kim1-1/+1
2011-05-30Merge branch 'mk/grep-pcre'Libravatar Junio C Hamano1-1/+2
2011-05-16Merge branch 'sg/completion-updates'Libravatar Junio C Hamano1-4/+16
2011-05-10Merge branch 'fc/completion-zsh' into sg/completion-updatesLibravatar Junio C Hamano1-0/+8
2011-05-10Revert "completion: don't declare 'local words' to make zsh happy"Libravatar Junio C Hamano1-6/+2
2011-05-10git-completion: fix regression in zsh supportLibravatar Felipe Contreras1-0/+8
2011-05-09git-grep: Learn PCRELibravatar Michał Kiedrowicz1-0/+1
2011-05-08completion: move private shopt shim for zsh to __git_ namespaceLibravatar Jonathan Nieder1-4/+8
2011-05-06Merge branch 'sg/completion-cleanup'Libravatar Junio C Hamano1-161/+60
2011-05-05contrib/completion: --line-number to git grepLibravatar Michał Kiedrowicz1-1/+1
2011-05-02Merge branch 'jk/notes-ui-updates'Libravatar Junio C Hamano1-1/+1
2011-04-28completion: don't declare 'local words' to make zsh happyLibravatar SZEDER Gábor1-2/+6
2011-04-28completion: remove unnecessary _get_comp_words_by_ref() invocationsLibravatar SZEDER Gábor1-105/+11
2011-04-28completion: don't modify the $cur variable in completion functionsLibravatar SZEDER Gábor1-57/+50
2011-04-27Automatically autoload bashcompinit for ZSH, when neededLibravatar Marius Storm-Olsen1-8/+8
2011-04-14contrib/completion: --notes, --no-notesLibravatar Michael J Gruber1-1/+1
2011-03-26Merge branch 'mg/rev-list-n-parents'Libravatar Junio C Hamano1-0/+2
2011-03-26Merge branch 'jp/completion-help-alias'Libravatar Junio C Hamano1-1/+1
2011-03-23rev-list --min-parents,--max-parents: doc, test and completionLibravatar Michael J Gruber1-0/+2
2011-03-22Merge branch 'sg/complete-symmetric-diff'Libravatar Junio C Hamano1-14/+17
2011-03-22git-completion: Add git help completion for aliasesLibravatar Jakob Pfender1-1/+1
2011-03-19Merge branch 'ss/mergetool--lib'Libravatar Junio C Hamano1-1/+1
2011-03-10bash: complete 'git diff ...branc<TAB>'Libravatar SZEDER Gábor1-13/+16
2011-03-10bash: fix misindented esac statement in __git_complete_file()Libravatar SZEDER Gábor1-1/+1
2011-02-28mergetool--lib: Add Beyond Compare 3 as a toolLibravatar Sebastian Schuberth1-1/+1
2011-02-21bash: teach __git_ps1 about CHERRY_PICK_HEADLibravatar Jay Soffian1-0/+2
2010-12-22Merge branch 'pd/bash-4-completion'Libravatar Junio C Hamano1-78/+290
2010-12-21Merge branch 'tc/completion-reflog'Libravatar Junio C Hamano1-1/+12
2010-12-20completion: add missing configuration variablesLibravatar Martin von Zweigbergk1-4/+66
2010-12-17bash completion: add basic support for git-reflogLibravatar Tay Ray Chuan1-1/+12