<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, 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-19T00:19:00Z</updated>
<entry>
<title>Fix retries in git-cvsimport</title>
<updated>2006-02-19T00:19:00Z</updated>
<author>
<name>Martin Mares</name>
<email>mj@ucw.cz</email>
</author>
<published>2006-02-18T20:44:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=39ba7d54649b35c943b026b54bff40cfa0153f3e'/>
<id>urn:sha1:39ba7d54649b35c943b026b54bff40cfa0153f3e</id>
<content type='text'>
Fixed a couple of bugs in recovering from broken connections:

The _line() method now returns undef correctly when the connection
is broken instead of falling off the function and returning garbage.

Retries are now reported to stderr and the eventual partially
downloaded file is discarded instead of being appended to.

The "Server gone away" test has been removed, because it was
reachable only if the garbage return bug bit.

Signed-off-by: Martin Mares &lt;mj@ucw.cz&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>archimport: remove files from the index before adding/updating</title>
<updated>2006-02-18T19:21:16Z</updated>
<author>
<name>Eric Wong</name>
<email>normalperson@yhbt.net</email>
</author>
<published>2006-02-18T11:49:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3ff903bfb9e34a02f681f1c95ef7aa3ce4d54d2a'/>
<id>urn:sha1:3ff903bfb9e34a02f681f1c95ef7aa3ce4d54d2a</id>
<content type='text'>
This fixes a bug when importing where a directory gets removed/renamed
but is immediately replaced by a file of the same name in the same
changeset.

This fix only applies to the accurate (default) strategy the moment.

This patch should also fix the fast strategy if/when it is updated
to handle the cases that would've triggered this bug.

This bug was originally found in git-svn, but I remembered I did the
same thing with archimport as well.

Signed-off-by: Eric Wong &lt;normalperson@yhbt.net&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Make git-reset delete empty directories</title>
<updated>2006-02-18T07:52:57Z</updated>
<author>
<name>Shawn Pearce</name>
<email>spearce@spearce.org</email>
</author>
<published>2006-02-17T07:26:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=772d8a3b63ff669c285edb8aff0c63b609614933'/>
<id>urn:sha1:772d8a3b63ff669c285edb8aff0c63b609614933</id>
<content type='text'>
When git-reset --hard is used and a subdirectory becomes
empty (as it contains no tracked files in the target tree)
the empty subdirectory should be removed.  This matches
the behavior of git-checkout-index and git-read-tree -m
which would not have created the subdirectory or would
have deleted it when updating the working directory.

Subdirectories which are not empty will be left behind.
This may happen if the subdirectory still contains object
files from the user's build process (for example).

[jc: simplified the logic a bit, while keeping the test script.]
</content>
</entry>
<entry>
<title>Document --short and --git-dir in git-rev-parse(1)</title>
<updated>2006-02-18T01:33:12Z</updated>
<author>
<name>Jonas Fonseca</name>
<email>fonseca@diku.dk</email>
</author>
<published>2006-02-18T01:11:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=735d80b3bf1be9513d030e61af1ef6512cec015a'/>
<id>urn:sha1:735d80b3bf1be9513d030e61af1ef6512cec015a</id>
<content type='text'>
Signed-off-by: Jonas Fonseca &lt;fonseca@diku.dk&gt;
</content>
</entry>
<entry>
<title>git-rev-parse: Fix --short= option parsing</title>
<updated>2006-02-18T01:33:11Z</updated>
<author>
<name>Jonas Fonseca</name>
<email>fonseca@diku.dk</email>
</author>
<published>2006-02-18T01:10:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=44de0da4f908b6600647673e1236b0ca504a9c15'/>
<id>urn:sha1:44de0da4f908b6600647673e1236b0ca504a9c15</id>
<content type='text'>
Signed-off-by: Jonas Fonseca &lt;fonseca@diku.dk&gt;
</content>
</entry>
<entry>
<title>Prevent git-upload-pack segfault if object cannot be found</title>
<updated>2006-02-18T00:20:51Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2006-02-18T00:14:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b5b16990f8b074bd0481ced047b8f8bf66eee6dc'/>
<id>urn:sha1:b5b16990f8b074bd0481ced047b8f8bf66eee6dc</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>Abstract test_create_repo out for use in tests.</title>
<updated>2006-02-18T00:16:53Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2006-02-17T21:33:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=eedf8f97e58bbf4717705900379f2d63134047f9'/>
<id>urn:sha1:eedf8f97e58bbf4717705900379f2d63134047f9</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>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>More useful/hinting error messages in git-checkout</title>
<updated>2006-02-16T03:14:04Z</updated>
<author>
<name>Josef Weidendorfer</name>
<email>Josef.Weidendorfer@gmx.de</email>
</author>
<published>2006-02-15T19:22:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=babfaf8dee0baa09c56d1a2ec5623b60d900518b'/>
<id>urn:sha1:babfaf8dee0baa09c56d1a2ec5623b60d900518b</id>
<content type='text'>
Signed-off-by: Josef Weidendorfer &lt;Josef.Weidendorfer@gmx.de&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>
</feed>
