<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/git-clone.sh, branch v1.2.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.2.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.2.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2006-02-18T00:16:49Z</updated>
<entry>
<title>Trap exit to clean up created directory if clone fails.</title>
<updated>2006-02-18T00:16:49Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2006-02-17T21:33:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=41ff7a1076e9282535f77ddfb4e23a95354009fd'/>
<id>urn:sha1:41ff7a1076e9282535f77ddfb4e23a95354009fd</id>
<content type='text'>
Signed-off-by: Carl Worth &lt;cworth@cworth.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Print an error if cloning a http repo and NO_CURL is set</title>
<updated>2006-02-16T03:14:01Z</updated>
<author>
<name>Fernando J. Pereda</name>
<email>ferdy@gentoo.org</email>
</author>
<published>2006-02-15T11:37:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6c5c62f3401dc8f4b567af46582c112f6a859b5e'/>
<id>urn:sha1:6c5c62f3401dc8f4b567af46582c112f6a859b5e</id>
<content type='text'>
If Git is compiled with NO_CURL=YesPlease and one tries to
clone a http repository, git-clone tries to call the curl
binary. This trivial patch prints an error instead in such
situation.

Signed-off-by: Fernando J. Pereda &lt;ferdy@gentoo.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>clone: do not accept more than one -o option.</title>
<updated>2006-01-25T07:17:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-01-23T01:28:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e6489a1bdf6e20371e6cd6497918f1c1198d5f81'/>
<id>urn:sha1:e6489a1bdf6e20371e6cd6497918f1c1198d5f81</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>clone: do not create remotes/origin nor origin branch in a bare repository.</title>
<updated>2006-01-25T07:17:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-01-23T01:27:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4fb66a62eeb7bfec115cd0058d7a05ab62fc23e7'/>
<id>urn:sha1:4fb66a62eeb7bfec115cd0058d7a05ab62fc23e7</id>
<content type='text'>
It is simply pointless, since no merges will ever happen in such
a repository.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>git-clone: PG13 --naked option to --bare.</title>
<updated>2006-01-25T07:17:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-01-23T01:24:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=87e80c4b5fec421ecd566498b7dd4672f76fdca2'/>
<id>urn:sha1:87e80c4b5fec421ecd566498b7dd4672f76fdca2</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Fix generation of "humanish" part of source repo</title>
<updated>2006-01-20T07:24:34Z</updated>
<author>
<name>Uwe Zeisberger</name>
<email>zeisberg@informatik.uni-freiburg.de</email>
</author>
<published>2006-01-20T06:47:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e7555785f4edcf4988c53305349e3f525216e2cb'/>
<id>urn:sha1:e7555785f4edcf4988c53305349e3f525216e2cb</id>
<content type='text'>
If repo has the form &lt;host&gt;:&lt;path&gt; and &lt;path&gt; doesn't contain a slash, the
cloned repository is named "&lt;host&gt;:&lt;path&gt;", instead of "&lt;path&gt;" only.

Signed-off-by: Uwe Zeisberger &lt;zeisberg@informatik.uni-freiburg.de&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>clone: --naked option.</title>
<updated>2006-01-15T00:00:32Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-01-15T00:00:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=8a1a120c55a67c3193e136a06826585711717399'/>
<id>urn:sha1:8a1a120c55a67c3193e136a06826585711717399</id>
<content type='text'>
The new option --naked is to help creating a naked repository
for public consumption.

	$ git clone -l -s --naked \
	  /pub/scm/.../torvalds/linux-2.6.git subproj-2.6.git

is equivalent to this sequence:

	$ git clone -l -s -n /pub/scm/.../torvalds/linux-2.6.git temp
	$ mv temp/.git subproj-2.6.git
	$ rmdir temp

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>git-clone: do not special case dumb http.</title>
<updated>2005-12-23T23:30:07Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-12-23T00:01:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=056211053b7516a57ff7a6dd02f503ecef6fca70'/>
<id>urn:sha1:056211053b7516a57ff7a6dd02f503ecef6fca70</id>
<content type='text'>
Underlying http-fetch is supposed to be capable of handling
packed repositories just fine, so no need to special case it in
the wrapper script.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>git-clone: Support changing the origin branch with -o</title>
<updated>2005-12-23T00:35:37Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>Johannes.Schindelin@gmx.de</email>
</author>
<published>2005-12-22T22:37:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e6c310fd0d7384973efc6b1d5999a5e8a5b2f3bd'/>
<id>urn:sha1:e6c310fd0d7384973efc6b1d5999a5e8a5b2f3bd</id>
<content type='text'>
Earlier, git-clone stored upstream's master in the branch named 'origin',
possibly overwriting an existing such branch.

Now you can change it by calling git-clone with '-o &lt;other_name&gt;'.

[jc: added ref format check, subdirectory safety, documentation
 and usage string.]

Signed-off-by: Johannes Schindelin &lt;Johannes.Schindelin@gmx.de&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Trivial usage string clean-up</title>
<updated>2005-12-14T10:53:43Z</updated>
<author>
<name>freku045@student.liu.se</name>
<email>freku045@student.liu.se</email>
</author>
<published>2005-12-13T22:30:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=806f36d4d7caf75b6d3e098cb0353d85d3477c7d'/>
<id>urn:sha1:806f36d4d7caf75b6d3e098cb0353d85d3477c7d</id>
<content type='text'>
Signed-off-by: Fredrik Kuivinen &lt;freku045@student.liu.se&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
</feed>
