<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.4.1-rc2</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.4.1-rc2</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.4.1-rc2'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2006-06-29T02:30:51Z</updated>
<entry>
<title>checkout -m: fix read-tree invocation</title>
<updated>2006-06-29T02:30:51Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-06-28T18:47:28Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=abc02670169cee9541793a86324a014272ca8ed5'/>
<id>urn:sha1:abc02670169cee9541793a86324a014272ca8ed5</id>
<content type='text'>
When we updated "read-tree -m -u" to be careful about not
removing untracked working tree files, we broke "checkout -m" to
switch between branches.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>t/README: start testing porcelainish</title>
<updated>2006-06-28T18:45:52Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-06-28T18:45:52Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=8f4a9b62ee16eb018a9d3a675563115e14708953'/>
<id>urn:sha1:8f4a9b62ee16eb018a9d3a675563115e14708953</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Save errno in handle_alias()</title>
<updated>2006-06-28T10:55:36Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>Johannes.Schindelin@gmx.de</email>
</author>
<published>2006-06-28T10:45:27Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=47e5c0ca2cabb406518dda5c09432dc996f7ef2b'/>
<id>urn:sha1:47e5c0ca2cabb406518dda5c09432dc996f7ef2b</id>
<content type='text'>
git.c:main() relies on the value of errno being set by the last attempt to
execute the command. However, if something goes awry in handle_alias(),
that assumption is wrong. So restore errno before returning from
handle_alias().

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>rebase: check for errors from git-commit</title>
<updated>2006-06-28T10:54:31Z</updated>
<author>
<name>Eric Wong</name>
<email>normalperson@yhbt.net</email>
</author>
<published>2006-06-28T10:24:23Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f0ef05967f3b261fb16f5fdea6dd104c9bdb4c8c'/>
<id>urn:sha1:f0ef05967f3b261fb16f5fdea6dd104c9bdb4c8c</id>
<content type='text'>
commit does not always succeed, so we'll have to check for
it in the absence of set -e.  This fixes a regression
introduced in 9e4bc7dd1bb9d92491c475cec55147fa0b3f954d

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>cvsimport - cleanup of the multi-indexes handling</title>
<updated>2006-06-28T10:53:37Z</updated>
<author>
<name>Martin Langhoff</name>
<email>martin@catalyst.net.nz</email>
</author>
<published>2006-06-28T10:13:23Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=c5f448b0f2dcba3b14cd8fcae7414def4d3f4e45'/>
<id>urn:sha1:c5f448b0f2dcba3b14cd8fcae7414def4d3f4e45</id>
<content type='text'>
Indexes are only needed when we are about preparing to commit. Prime them
inside commit() when we have all the info we need, and remove all the
redundant index setups.

While we are at it, make sure that index handling is correct when opening
new branches, and on initial import.

Signed-off-by: Martin Langhoff &lt;martin@catalyst.net.nz&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>connect.c: check the commit buffer boundary while parsing.</title>
<updated>2006-06-28T10:51:00Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-06-28T10:51:00Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=3b44f15a35b3550f34a4f796706fceccdc90d506'/>
<id>urn:sha1:3b44f15a35b3550f34a4f796706fceccdc90d506</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>connect.c: remove unused parameters from tcp_connect and proxy_connect</title>
<updated>2006-06-28T10:50:33Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-06-28T10:50:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=c78963d280adc11646b95156e3d9271d0404ce7f'/>
<id>urn:sha1:c78963d280adc11646b95156e3d9271d0404ce7f</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Make some strings const</title>
<updated>2006-06-28T10:24:37Z</updated>
<author>
<name>Timo Hirvonen</name>
<email>tihirvon@gmail.com</email>
</author>
<published>2006-06-28T09:04:39Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=554fe20d805693d962bd41647c5dc075cf7f5261'/>
<id>urn:sha1:554fe20d805693d962bd41647c5dc075cf7f5261</id>
<content type='text'>
Signed-off-by: Timo Hirvonen &lt;tihirvon@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>rebase: get rid of outdated MRESOLVEMSG</title>
<updated>2006-06-28T10:20:51Z</updated>
<author>
<name>Eric Wong</name>
<email>normalperson@yhbt.net</email>
</author>
<published>2006-06-28T09:11:06Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=66eb64cba64a26dbf2b1d4e319d6514696154fee'/>
<id>urn:sha1:66eb64cba64a26dbf2b1d4e319d6514696154fee</id>
<content type='text'>
There was a time when rebase --skip didn't work when used with
--merge, but that is no more so we don't need that message
anymore.

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>git wrapper: fix command name in an error message.</title>
<updated>2006-06-28T10:20:51Z</updated>
<author>
<name>Andreas Ericsson</name>
<email>ae@op5.se</email>
</author>
<published>2006-06-28T09:17:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=33ebb8717f15a85615f712df125c37737062e1b2'/>
<id>urn:sha1:33ebb8717f15a85615f712df125c37737062e1b2</id>
<content type='text'>
When the command execution by execv_git_cmd() fails with an errno
other than ENOENT, we used an uninitialized variable instead of
the string that holds the command name to report what failed.

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