Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-23completion: use tabs for indentationPhilip Jägenstedt
2012-02-23completion: remove stale "to submit patches" documentationPhilip Jägenstedt
2012-02-22Merge branch 'fc/zsh-completion' into maintJunio C Hamano
2012-02-22completion: Allow dash as the first character for __git_ps1Christian Hammerl
2012-02-17completion: --list option for git-branchRalf Thielow
2012-02-17Merge branch 'rt/completion-branch-edit-desc' into maintJunio C Hamano
2012-02-07completion: simplify __gitcomp and __gitcomp_nl implementationsFelipe Contreras
2012-02-07completion: use ls -1 instead of rolling a loop to do that ourselvesFelipe Contreras
2012-02-07completion: work around zsh option propagation bugFelipe Contreras
2012-02-06completion: --edit and --no-edit for git-mergeAdrian Weimann
2012-01-30completion: --edit-description option for git-branchRalf Thielow
2012-01-27git-completion: workaround zsh COMPREPLY bugFelipe Contreras
2011-12-21bash completion: use read -r everywhereThomas Rast
2011-12-10Merge branch 'sg/complete-refs'Junio C Hamano
2011-11-09Merge branch 'sn/complete-bash-wo-process-subst'Junio C Hamano
2011-11-09completion: don't leak variable from the prompt into environmentSZEDER Gábor
2011-10-31Merge branch 'jk/git-tricks'Junio C Hamano
2011-10-27completion: fix issue with process substitution not working on Git for WindowsStefan Naewe
2011-10-22completion: remove broken dead code from __git_heads() and __git_tags()SZEDER Gábor
2011-10-22completion: fast initial completion for config 'remote.*.fetch' valueSZEDER Gábor
2011-10-22completion: improve ls-remote output filtering in __git_refs_remotes()SZEDER Gábor
2011-10-22completion: query only refs/heads/ in __git_refs_remotes()SZEDER Gábor
2011-10-22completion: support full refs from remote repositoriesSZEDER Gábor
2011-10-22completion: improve ls-remote output filtering in __git_refs()SZEDER Gábor
2011-10-22completion: make refs completion consistent for local and remote reposSZEDER Gábor
2011-10-22completion: optimize refs completionSZEDER Gábor
2011-10-22completion: document __gitcomp()SZEDER Gábor
2011-10-22completion: match ctags symbol names in grep patternsJeff King
2011-10-18Merge branch 'sg/completion'Junio C Hamano
2011-10-18Merge branch 'tm/completion-push-set-upstream'Junio C Hamano
2011-10-18Merge branch 'tm/completion-commit-fixup-squash'Junio C Hamano
2011-10-10completion: unite --format and --pretty for 'log' and 'show'SZEDER Gábor
2011-10-10completion: unite --reuse-message and --reedit-message for 'notes'SZEDER Gábor
2011-10-07completion: push --set-upstreamTeemu Matilainen
2011-10-07completion: commit --fixup and --squashTeemu Matilainen
2011-10-07completion: unite --reuse-message and --reedit-message handlingTeemu Matilainen
2011-08-18Merge branch 'js/ref-namespaces'Junio C Hamano
2011-07-11ref namespaces: documentationJosh Triplett
2011-07-06ref namespaces: infrastructureJosh Triplett
2011-06-26Merge branch 'maint'Junio C Hamano
2011-06-24Merge branch 'maint-1.7.4' into maintJunio C Hamano
2011-06-24completion: replace core.abbrevguard to core.abbrevNamhyung Kim
2011-05-30Merge branch 'mk/grep-pcre'Junio C Hamano
2011-05-17Merge branch 'sg/completion-updates'Junio C Hamano
2011-05-11Merge branch 'fc/completion-zsh' into sg/completion-updatesJunio C Hamano
2011-05-11Revert "completion: don't declare 'local words' to make zsh happy"Junio C Hamano
2011-05-11git-completion: fix regression in zsh supportFelipe Contreras
2011-05-10git-grep: Learn PCREMichał Kiedrowicz
2011-05-09completion: move private shopt shim for zsh to __git_ namespaceJonathan Nieder
2011-05-06Merge branch 'sg/completion-cleanup'Junio C Hamano