<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/git-clone.sh, branch v1.4.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://www.git.shady.money/git/atom?h=v1.4.2</id>
<link rel='self' href='https://www.git.shady.money/git/atom?h=v1.4.2'/>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/'/>
<updated>2006-08-07T18:35:16Z</updated>
<entry>
<title>handle https:// protocol in git-clone</title>
<updated>2006-08-07T18:35:16Z</updated>
<author>
<name>Michael Krelin</name>
<email>hacker@klever.net</email>
</author>
<published>2006-08-07T15:10:21Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=b20805af603380c3abfc1b2e7859d28185e397f1'/>
<id>urn:sha1:b20805af603380c3abfc1b2e7859d28185e397f1</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Ensure git-clone exits with error if perl script fails.</title>
<updated>2006-08-02T07:27:17Z</updated>
<author>
<name>Ramsay Allan Jones</name>
<email>ramsay@ramsay1.demon.co.uk</email>
</author>
<published>2006-07-29T16:12:34Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=6ebdee5af47df0c64354e452419015a694c25f5f'/>
<id>urn:sha1:6ebdee5af47df0c64354e452419015a694c25f5f</id>
<content type='text'>
This helps tests 5400,5600,5700,5710 "fail correctly" rather than
give some false positives.  Also ensure cleanup actions in exit trap
work correctly even if user has alias rm='rm -i'.

Signed-off-by: Ramsay Allan Jones &lt;ramsay@ramsay1.demon.co.uk&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>fetch/clone: check return status from ls-remote</title>
<updated>2006-07-14T06:10:21Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-07-10T10:34:34Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=57a39690b936c003662b6710241732b980e58790'/>
<id>urn:sha1:57a39690b936c003662b6710241732b980e58790</id>
<content type='text'>
Some callers of ls-remote did not check its return status.
</content>
</entry>
<entry>
<title>Using 'perl' in *.sh</title>
<updated>2006-07-08T18:35:20Z</updated>
<author>
<name>Michal Rokos</name>
<email>michal.rokos@nextsoft.cz</email>
</author>
<published>2006-07-08T15:32:04Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=d9bffc08fd2cec626e3a390fa4cc47587a8c7f9e'/>
<id>urn:sha1:d9bffc08fd2cec626e3a390fa4cc47587a8c7f9e</id>
<content type='text'>
Some GIT's shell script are using bare 'perl' for perl invocation.
Use @@PERL@@ symbol and replace it with PERL_PATH_SQ everywhere.

Signed-off-by: Michal Rokos &lt;michal.rokos@nextsoft.cz&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Fix expr usage for FreeBSD</title>
<updated>2006-06-27T17:56:05Z</updated>
<author>
<name>Dennis Stosberg</name>
<email>dennis@stosberg.net</email>
</author>
<published>2006-06-27T16:54:26Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=8096fae7269e7b3882394100151bc017446b01a1'/>
<id>urn:sha1:8096fae7269e7b3882394100151bc017446b01a1</id>
<content type='text'>
Some implementations of "expr" (e.g. FreeBSD's) fail, if an
argument starts with a dash.

Signed-off-by: Dennis Stosberg &lt;dennis@stosberg.net&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>git-clone: fix --bare over dumb-http</title>
<updated>2006-06-10T08:12:50Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-06-10T08:12:50Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=5e3a620cd5f7baaf27198192a614271c6145ec3b'/>
<id>urn:sha1:5e3a620cd5f7baaf27198192a614271c6145ec3b</id>
<content type='text'>
It left an extra .git/ directory under the target directory by
mistake.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>git-clone: fix duplicated "master" in $GIT_DIR/remotes/origin</title>
<updated>2006-06-08T23:19:37Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-06-08T08:17:01Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=2048bb00ee3937808ce9f0c8f59d71a9b46ab56f'/>
<id>urn:sha1:2048bb00ee3937808ce9f0c8f59d71a9b46ab56f</id>
<content type='text'>
Under --use-separate-remote we ended up duplicating the branch
remote HEAD pointed at in $GIT_DIR/remotes/origin file.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Let git-clone to pass --template=dir option to git-init-db.</title>
<updated>2006-05-28T17:14:38Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-05-28T17:14:38Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=a57c8bac0021cec21027e25bd797f85b0abf9c81'/>
<id>urn:sha1:a57c8bac0021cec21027e25bd797f85b0abf9c81</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Problem: 'trap...exit' causes error message when /bin/sh is ash.</title>
<updated>2006-05-23T01:11:52Z</updated>
<author>
<name>Yakov Lerner</name>
<email>iler.ml@gmail.com</email>
</author>
<published>2006-05-22T19:34:00Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=f803eec51b6fe812c523c8f6474e029163b307e8'/>
<id>urn:sha1:f803eec51b6fe812c523c8f6474e029163b307e8</id>
<content type='text'>
Problem: 'trap...exit' causes error message when /bin/sh is ash.
Fix: Change 'trap...exit' to 'trap...0' like in other scripts.

Signed-off-by: Yakov Lerner &lt;iler.ml@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>clone: don't clone the info/alternates file</title>
<updated>2006-05-07T22:41:35Z</updated>
<author>
<name>Martin Waitz</name>
<email>tali@admingilde.org</email>
</author>
<published>2006-05-07T18:19:33Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=0438402271cccc1711c603b0a7ba3134f1ce30f1'/>
<id>urn:sha1:0438402271cccc1711c603b0a7ba3134f1ce30f1</id>
<content type='text'>
Now that the cloned alternates file is parsed, too we don't need to
copy it into our new repository, we just reference it.

Signed-off-by: Martin Waitz &lt;tali@admingilde.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
</feed>
