<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.3.0-rc2</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.3.0-rc2</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.3.0-rc2'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2006-04-04T21:52:53Z</updated>
<entry>
<title>GIT 1.3.0-rc2</title>
<updated>2006-04-04T21:52:53Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-04-04T21:52:53Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=fc4c4cd21c783b6dc387002c6e018d26f7405e9f'/>
<id>urn:sha1:fc4c4cd21c783b6dc387002c6e018d26f7405e9f</id>
<content type='text'>
Bunch of cleanups with a few notable enhancements since
1.3.0-rc1:

 - revision traversal infrastructure is updated so that
   existence of paths limiters and/or --max-age does not cause
   it to call limit_list().  This helps the latency working with
   the command quite a bit.

 - comes with updated gitk.

One notable fix is to make sure that the IO is restarted upon
signal even on platforms whose default signal semantics is not
to do so.  This is the fix for the notorious "clone is broken
since 1.2.2 on Solaris" problem.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Merge in xdiff cleanup pieces</title>
<updated>2006-04-04T21:43:57Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-04-04T21:43:57Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=3d9c54d7b39faab35f0b30459fe4e2c7f32124b8'/>
<id>urn:sha1:3d9c54d7b39faab35f0b30459fe4e2c7f32124b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set HTTP user agent to git/GIT_VERSION</title>
<updated>2006-04-04T21:42:47Z</updated>
<author>
<name>Nick Hengeveld</name>
<email>nickh@reactrix.com</email>
</author>
<published>2006-04-04T17:11:29Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=20fc9bc5e4fdd4b1f7fd98fbd2e91879f945d7e1'/>
<id>urn:sha1:20fc9bc5e4fdd4b1f7fd98fbd2e91879f945d7e1</id>
<content type='text'>
Useful for diagnostics/troubleshooting to know which client versions are
hitting your server.

Signed-off-by: Nick Hengeveld &lt;nickh@reactrix.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>git-ls-remote: send no-cache header when fetching info/refs</title>
<updated>2006-04-04T21:36:22Z</updated>
<author>
<name>Nick Hengeveld</name>
<email>nickh@reactrix.com</email>
</author>
<published>2006-04-04T18:01:30Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=7fa8ddd6e283f120938e379c980624798561c32d'/>
<id>urn:sha1:7fa8ddd6e283f120938e379c980624798561c32d</id>
<content type='text'>
Proxies should not cache this file as it can cause a client to end up with
a stale version, as reported here:

http://marc.theaimsgroup.com/?l=git&amp;m=114407944125389

Signed-off-by: Nick Hengeveld &lt;nickh@reactrix.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Merge branch 'pe/cleanup'</title>
<updated>2006-04-04T20:43:00Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-04-04T20:43:00Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=810e1523753553968aac827f57e0e24fc9af6546'/>
<id>urn:sha1:810e1523753553968aac827f57e0e24fc9af6546</id>
<content type='text'>
* pe/cleanup:
  Replace xmalloc+memset(0) with xcalloc.
  Use blob_, commit_, tag_, and tree_type throughout.
</content>
</entry>
<entry>
<title>Merge branch 'lt/fix-sol-pack'</title>
<updated>2006-04-04T20:42:02Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-04-04T20:42:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=4c61b7d15a6215fa4dffa33c37c3ef9df80d3f67'/>
<id>urn:sha1:4c61b7d15a6215fa4dffa33c37c3ef9df80d3f67</id>
<content type='text'>
* lt/fix-sol-pack:
  Use sigaction and SA_RESTART in read-tree.c; add option in Makefile.
  safe_fgets() - even more anal fgets()
  pack-objects: be incredibly anal about stdio semantics
  Fix Solaris stdio signal handling stupidities
</content>
</entry>
<entry>
<title>Replace xmalloc+memset(0) with xcalloc.</title>
<updated>2006-04-04T07:11:19Z</updated>
<author>
<name>Peter Eriksen</name>
<email>s022018@student.dtu.dk</email>
</author>
<published>2006-04-03T18:30:46Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=90321c106ca6e36c0e884ca677c9a52dea47bdde'/>
<id>urn:sha1:90321c106ca6e36c0e884ca677c9a52dea47bdde</id>
<content type='text'>
Signed-off-by: Peter Eriksen &lt;s022018@student.dtu.dk&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Use blob_, commit_, tag_, and tree_type throughout.</title>
<updated>2006-04-04T07:11:19Z</updated>
<author>
<name>Peter Eriksen</name>
<email>s022018@student.dtu.dk</email>
</author>
<published>2006-04-02T12:44:09Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=8e4402592574d630cdb5ab4f55a1b7131802ff72'/>
<id>urn:sha1:8e4402592574d630cdb5ab4f55a1b7131802ff72</id>
<content type='text'>
This replaces occurences of "blob", "commit", "tag", and "tree",
where they're really used as type specifiers, which we already
have defined global constants for.

Signed-off-by: Peter Eriksen &lt;s022018@student.dtu.dk&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Clean-up trivially redundant diff.</title>
<updated>2006-04-04T07:11:09Z</updated>
<author>
<name>Davide Libenzi</name>
<email>davidel@xmailserver.org</email>
</author>
<published>2006-04-04T01:47:55Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ca557afff9f7dad7a8739cd193ac0730d872e282'/>
<id>urn:sha1:ca557afff9f7dad7a8739cd193ac0730d872e282</id>
<content type='text'>
Also corrects the line numbers in unified output when using
zero lines context.
</content>
</entry>
<entry>
<title>contrib/git-svn: handle array values correctly</title>
<updated>2006-04-04T07:09:47Z</updated>
<author>
<name>Eric Wong</name>
<email>normalperson@yhbt.net</email>
</author>
<published>2006-04-04T00:41:44Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=fc9957b0052df6a8248420395bc9febd66194252'/>
<id>urn:sha1:fc9957b0052df6a8248420395bc9febd66194252</id>
<content type='text'>
Signed-off-by: Eric Wong &lt;normalperson@yhbt.net&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
</feed>
