author | Junio C Hamano <gitster@pobox.com> | |
Wed, 1 Feb 2012 06:24:23 +0000 (22:24 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 1 Feb 2012 06:24:23 +0000 (22:24 -0800) | ||
commit | 5ce2b97d2c2890e4ee1dd3bc936ea20d71f830ae | |
tree | 369fb774d445e9bdbe25f8042fa2880eb3bece1a | tree | snapshot |
parent | 5e92376f8f70603e570f821267fc86c78175eb09 | commit | diff |
parent | 9049816140e75d3f7b15264e97e042f5ab0bf392 | commit | diff |
Merge branch 'nd/clone-detached'
* nd/clone-detached:
clone: fix up delay cloning conditions
push: do not let configured foreign-vcs permanently clobbered
clone: print advice on checking out detached HEAD
clone: allow --branch to take a tag
clone: refuse to clone if --branch points to bogus ref
clone: --branch=<branch> always means refs/heads/<branch>
clone: delay cloning until after remote HEAD checking
clone: factor out remote ref writing
clone: factor out HEAD update code
clone: factor out checkout code
clone: write detached HEAD in bare repositories
t5601: add missing && cascade
* nd/clone-detached:
clone: fix up delay cloning conditions
push: do not let configured foreign-vcs permanently clobbered
clone: print advice on checking out detached HEAD
clone: allow --branch to take a tag
clone: refuse to clone if --branch points to bogus ref
clone: --branch=<branch> always means refs/heads/<branch>
clone: delay cloning until after remote HEAD checking
clone: factor out remote ref writing
clone: factor out HEAD update code
clone: factor out checkout code
clone: write detached HEAD in bare repositories
t5601: add missing && cascade
advice.c | diff1 | | diff2 | | blob | history |
builtin/clone.c | diff1 | | diff2 | | blob | history |