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-05-07Merge branch 'ef/maint-1.7.6-clone-progress-fix' into ef/maint-clone-progress...Junio C Hamano
2012-05-07clone: fix progress-regressionErik Faye-Lund
2012-02-20Merge branch 'cb/transfer-no-progress'Junio C Hamano
2012-02-15Merge branch 'jk/git-dir-lookup'Junio C Hamano
2012-02-14push/fetch/clone --no-progress suppresses progress outputClemens Buchacher
2012-02-13clone: do not add alternate references to extra_refsMichael Haggerty
2012-02-13clone.c: move more code into the "if (refs)" conditionalMichael Haggerty
2012-02-03standardize and improve lookup rules for external local reposJeff King
2012-02-01Merge branch 'nd/clone-detached'Junio C Hamano
2012-01-30Merge branch 'mh/ref-clone-without-extra-refs'Junio C Hamano
2012-01-24clone: fix up delay cloning conditionsNguyễn Thái Ngọc Duy
2012-01-17write_remote_refs(): create packed (rather than extra) refsMichael Haggerty
2012-01-17clone: print advice on checking out detached HEADNguyễn Thái Ngọc Duy
2012-01-17clone: allow --branch to take a tagNguyễn Thái Ngọc Duy
2012-01-17clone: refuse to clone if --branch points to bogus refNguyễn Thái Ngọc Duy
2012-01-17clone: --branch=<branch> always means refs/heads/<branch>Nguyễn Thái Ngọc Duy
2012-01-17clone: delay cloning until after remote HEAD checkingNguyễn Thái Ngọc Duy
2012-01-17clone: factor out remote ref writingNguyễn Thái Ngọc Duy
2012-01-17clone: factor out HEAD update codeNguyễn Thái Ngọc Duy
2012-01-17clone: factor out checkout codeNguyễn Thái Ngọc Duy
2012-01-17clone: write detached HEAD in bare repositoriesNguyễn Thái Ngọc Duy
2012-01-09clone: add --single-branch to fetch only one branchNguyễn Thái Ngọc Duy
2011-12-21clone: the -o option has nothing to do with <branch>Carlos Martín Nieto
2011-10-27clone: Quote user supplied path in a single quote pairRichard Hartmann
2011-09-24Merge branch 'jc/maint-clone-alternates' into maintJunio C Hamano
2011-08-29Merge branch 'nd/maint-clone-gitdir'Junio C Hamano
2011-08-29Merge branch 'jc/maint-clone-alternates'Junio C Hamano
2011-08-23clone: clone from a repository with relative alternatesJunio C Hamano
2011-08-23clone: allow more than one --referenceJunio C Hamano
2011-08-23clone: allow to clone from .git fileNguyễn Thái Ngọc Duy
2011-08-02Merge branch 'jk/clone-detached'Junio C Hamano
2011-06-22clone: accept config options on the command lineJeff King
2011-06-08clone: always fetch remote HEADJeff King
2011-05-31Merge branch 'ab/i18n-fixup' into maintJunio C Hamano
2011-05-26Merge branch 'maint'Junio C Hamano
2011-05-25init/clone: remove short option -L and document --separate-git-dirNguyen Thai Ngoc Duy
2011-04-12i18n: mark clone nonexistent repository message for translationÆvar Arnfjörð Bjarmason
2011-04-02Merge branch 'nd/init-gitdir'Junio C Hamano
2011-04-02Merge branch 'ab/i18n-st'Junio C Hamano
2011-03-22Fix sparse warningsStephen Boyd
2011-03-20Merge branch 'jk/trace-sifter'Junio C Hamano
2011-03-20init, clone: support --separate-git-dir for .git fileNguyễn Thái Ngọc Duy
2011-03-18Name make_*_path functions more accuratelyCarlos Martín Nieto
2011-03-17Merge branch 'jk/fail-null-clone' into maintJunio C Hamano
2011-03-10i18n: git-clone "Cloning into" messageÆvar Arnfjörð Bjarmason
2011-03-10i18n: git-clone "Cloning into" messageÆvar Arnfjörð Bjarmason
2011-03-10i18n: git-clone basic messagesÆvar Arnfjörð Bjarmason
2011-03-08add packet tracing debug codeJeff King
2011-03-05Merge branch 'jk/fail-null-clone'Junio C Hamano
2011-02-18clone: die when trying to clone missing local pathJeff King