aboutsummaryrefslogtreecommitdiff
path: root/builtin/clone.c
Commit message (Expand)AuthorAge
* Merge branch 'cb/transfer-no-progress'Junio C Hamano2012-02-20
|\
| * push/fetch/clone --no-progress suppresses progress outputClemens Buchacher2012-02-13
* | Merge branch 'jk/git-dir-lookup'Junio C Hamano2012-02-14
|\ \
| * | standardize and improve lookup rules for external local reposJeff King2012-02-02
* | | clone: do not add alternate references to extra_refsMichael Haggerty2012-02-12
* | | clone.c: move more code into the "if (refs)" conditionalMichael Haggerty2012-02-12
* | | Merge branch 'nd/clone-detached'Junio C Hamano2012-01-31
|\ \ \
| * | | clone: fix up delay cloning conditionsNguyễn Thái Ngọc Duy2012-01-24
| * | | clone: print advice on checking out detached HEADNguyễn Thái Ngọc Duy2012-01-16
| * | | clone: allow --branch to take a tagNguyễn Thái Ngọc Duy2012-01-16
| * | | clone: refuse to clone if --branch points to bogus refNguyễn Thái Ngọc Duy2012-01-16
| * | | clone: --branch=<branch> always means refs/heads/<branch>Nguyễn Thái Ngọc Duy2012-01-16
| * | | clone: delay cloning until after remote HEAD checkingNguyễn Thái Ngọc Duy2012-01-16
| * | | clone: factor out remote ref writingNguyễn Thái Ngọc Duy2012-01-16
| * | | clone: factor out HEAD update codeNguyễn Thái Ngọc Duy2012-01-16
| * | | clone: factor out checkout codeNguyễn Thái Ngọc Duy2012-01-16
| * | | clone: write detached HEAD in bare repositoriesNguyễn Thái Ngọc Duy2012-01-16
* | | | Merge branch 'mh/ref-clone-without-extra-refs'Junio C Hamano2012-01-29
|\ \ \ \ | |/ / / |/| | |
| * | | write_remote_refs(): create packed (rather than extra) refsMichael Haggerty2012-01-17
| | |/ | |/|
* | | clone: add --single-branch to fetch only one branchNguyễn Thái Ngọc Duy2012-01-08
|/ /
* | clone: the -o option has nothing to do with <branch>Carlos Martín Nieto2011-12-21
|/
* clone: Quote user supplied path in a single quote pairRichard Hartmann2011-10-27
* Merge branch 'nd/maint-clone-gitdir'Junio C Hamano2011-08-28
|\
| * clone: allow to clone from .git fileNguyễn Thái Ngọc Duy2011-08-22
* | Merge branch 'jc/maint-clone-alternates'Junio C Hamano2011-08-28
|\ \
| * | clone: clone from a repository with relative alternatesJunio C Hamano2011-08-23
| * | clone: allow more than one --referenceJunio C Hamano2011-08-22
| |/
| * Merge branch 'maint'Junio C Hamano2011-05-25
| |\
* | \ Merge branch 'jk/clone-detached'Junio C Hamano2011-08-01
|\ \ \
| * | | clone: always fetch remote HEADJeff King2011-06-07
| * | | Merge branch 'jk/fail-null-clone' into maintJunio C Hamano2011-03-16
| |\ \ \
* | | | | clone: accept config options on the command lineJeff King2011-06-22
* | | | | Merge branch 'ab/i18n-fixup' into maintJunio C Hamano2011-05-31
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | i18n: mark clone nonexistent repository message for translationÆvar Arnfjörð Bjarmason2011-04-12
* | | | init/clone: remove short option -L and document --separate-git-dirNguyen Thai Ngoc Duy2011-05-25
|/ / /
* | | Merge branch 'nd/init-gitdir'Junio C Hamano2011-04-01
|\ \ \
| * | | init, clone: support --separate-git-dir for .git fileNguyễn Thái Ngọc Duy2011-03-19
* | | | Merge branch 'ab/i18n-st'Junio C Hamano2011-04-01
|\ \ \ \
| * | | | i18n: git-clone "Cloning into" messageÆvar Arnfjörð Bjarmason2011-03-09
| * | | | i18n: git-clone "Cloning into" messageÆvar Arnfjörð Bjarmason2011-03-09
| * | | | i18n: git-clone basic messagesÆvar Arnfjörð Bjarmason2011-03-09
| | |/ / | |/| |
* | | | Fix sparse warningsStephen Boyd2011-03-22
* | | | Merge branch 'jk/trace-sifter'Junio C Hamano2011-03-19
|\ \ \ \ | |_|/ / |/| | |
| * | | add packet tracing debug codeJeff King2011-03-08
| |/ /
* | | Name make_*_path functions more accuratelyCarlos Martín Nieto2011-03-17
* | | Merge branch 'jk/fail-null-clone'Junio C Hamano2011-03-04
|\ \ \ | |/ / |/| / | |/
| * clone: die when trying to clone missing local pathJeff King2011-02-18
* | clone,init: describe --template using the same wordingMichael J Gruber2011-02-15
* | clone: fixup recurse_submodules optionChris Packham2011-02-11
|/
* clone: Add the --recurse-submodules option as alias for --recursiveJens Lehmann2010-11-05