summaryrefslogtreecommitdiff
path: root/contrib/completion
AgeCommit message (Expand)AuthorFilesLines
2012-02-06completion: --edit and --no-edit for git-mergeAdrian Weimann1-1/+1
2012-01-30completion: --edit and --no-edit for git-mergeAdrian Weimann1-1/+1
2012-01-29completion: --edit-description option for git-branchRalf Thielow1-1/+1
2012-01-26git-completion: workaround zsh COMPREPLY bugFelipe Contreras1-0/+8
2011-12-21bash completion: use read -r everywhereThomas Rast1-6/+6
2011-12-09Merge branch 'sg/complete-refs'Junio C Hamano1-91/+110
2011-11-09Merge branch 'sn/complete-bash-wo-process-subst'Junio C Hamano1-1/+1
2011-11-09completion: don't leak variable from the prompt into environmentSZEDER Gábor1-1/+1
2011-10-30Merge branch 'jk/git-tricks'Junio C Hamano1-0/+13
2011-10-26completion: fix issue with process substitution not working on Git for WindowsStefan Naewe1-1/+2
2011-10-21completion: remove broken dead code from __git_heads() and __git_tags()SZEDER Gábor1-20/+2
2011-10-21completion: fast initial completion for config 'remote.*.fetch' valueSZEDER Gábor1-0/+4
2011-10-21completion: improve ls-remote output filtering in __git_refs_remotes()SZEDER Gábor1-9/+4
2011-10-21completion: query only refs/heads/ in __git_refs_remotes()SZEDER Gábor1-8/+5
2011-10-21completion: support full refs from remote repositoriesSZEDER Gábor1-8/+21
2011-10-21completion: improve ls-remote output filtering in __git_refs()SZEDER Gábor1-7/+7
2011-10-21completion: make refs completion consistent for local and remote reposSZEDER Gábor1-4/+2
2011-10-21completion: optimize refs completionSZEDER Gábor1-45/+70
2011-10-21completion: document __gitcomp()SZEDER Gábor1-2/+7
2011-10-21completion: match ctags symbol names in grep patternsJeff King1-0/+13
2011-10-17Merge branch 'sg/completion'Junio C Hamano1-18/+6
2011-10-17Merge branch 'tm/completion-push-set-upstream'Junio C Hamano1-1/+1
2011-10-17Merge branch 'tm/completion-commit-fixup-squash'Junio C Hamano1-7/+4
2011-10-10completion: unite --format and --pretty for 'log' and 'show'SZEDER Gábor1-14/+4
2011-10-10completion: unite --reuse-message and --reedit-message for 'notes'SZEDER Gábor1-4/+2
2011-10-06completion: push --set-upstreamTeemu Matilainen1-1/+1
2011-10-06completion: commit --fixup and --squashTeemu Matilainen1-2/+3
2011-10-06completion: unite --reuse-message and --reedit-message handlingTeemu Matilainen1-6/+2
2011-08-17Merge branch 'js/ref-namespaces'Junio C Hamano1-1/+2
2011-07-11ref namespaces: documentationJosh Triplett1-1/+1
2011-07-06ref namespaces: infrastructureJosh Triplett1-0/+1
2011-06-26Merge branch 'maint'Junio C Hamano1-1/+1
2011-06-24Merge branch 'maint-1.7.4' into maintJunio C Hamano1-1/+1
2011-06-24completion: replace core.abbrevguard to core.abbrevNamhyung Kim1-1/+1
2011-05-30Merge branch 'mk/grep-pcre'Junio C Hamano1-1/+2
2011-05-16Merge branch 'sg/completion-updates'Junio C Hamano1-4/+16
2011-05-10Merge branch 'fc/completion-zsh' into sg/completion-updatesJunio C Hamano1-0/+8
2011-05-10Revert "completion: don't declare 'local words' to make zsh happy"Junio C Hamano1-6/+2
2011-05-10git-completion: fix regression in zsh supportFelipe Contreras1-0/+8
2011-05-09git-grep: Learn PCREMichał Kiedrowicz1-0/+1
2011-05-08completion: move private shopt shim for zsh to __git_ namespaceJonathan Nieder1-4/+8
2011-05-06Merge branch 'sg/completion-cleanup'Junio C Hamano1-161/+60
2011-05-05contrib/completion: --line-number to git grepMichał Kiedrowicz1-1/+1
2011-05-02Merge branch 'jk/notes-ui-updates'Junio C Hamano1-1/+1
2011-04-28completion: don't declare 'local words' to make zsh happySZEDER Gábor1-2/+6
2011-04-28completion: remove unnecessary _get_comp_words_by_ref() invocationsSZEDER Gábor1-105/+11
2011-04-28completion: don't modify the $cur variable in completion functionsSZEDER Gábor1-57/+50
2011-04-27Automatically autoload bashcompinit for ZSH, when neededMarius Storm-Olsen1-8/+8
2011-04-14contrib/completion: --notes, --no-notesMichael J Gruber1-1/+1
2011-03-26Merge branch 'mg/rev-list-n-parents'Junio C Hamano1-0/+2