<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.4.3-rc3</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.4.3-rc3</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.4.3-rc3'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2006-10-15T01:25:28Z</updated>
<entry>
<title>Merge branch 'jc/http'</title>
<updated>2006-10-15T01:25:28Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-10-15T01:25:28Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=0a246571d47642dd7b6b796e601b820ca9f0c8c4'/>
<id>urn:sha1:0a246571d47642dd7b6b796e601b820ca9f0c8c4</id>
<content type='text'>
* jc/http:
  Add WEBDAV timeout to http-fetch.
</content>
</entry>
<entry>
<title>clone: the given repository dir should be relative to $PWD</title>
<updated>2006-10-15T01:22:04Z</updated>
<author>
<name>Yasushi SHOJI</name>
<email>yashi@atmark-techno.com</email>
</author>
<published>2006-10-14T12:02:51Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ced78b3907dd60d8289ad5385ffcfd3339149957'/>
<id>urn:sha1:ced78b3907dd60d8289ad5385ffcfd3339149957</id>
<content type='text'>
the repository argument for git-clone should be relative to $PWD
instead of the given target directory.  The old behavior gave us
surprising success and you need a few minute to know why it worked.

GIT_DIR is already exported so no need to cd into $D. And this makes
$PWD for git-fetch-pack, which is the actual command to take the given
repository dir, the same as git-clone.

Signed-off-by: Yasushi SHOJI &lt;yashi@atmark-techno.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>cvsserver: fix "cvs diff" in a subdirectory</title>
<updated>2006-10-15T01:19:13Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>Johannes.Schindelin@gmx.de</email>
</author>
<published>2006-10-10T22:33:28Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d988b82232bb8f5826a1619fd4dcba1a5a330f27'/>
<id>urn:sha1:d988b82232bb8f5826a1619fd4dcba1a5a330f27</id>
<content type='text'>
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>cvsserver: Show correct letters for modified, removed and added files</title>
<updated>2006-10-15T01:19:12Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>Johannes.Schindelin@gmx.de</email>
</author>
<published>2006-10-10T22:20:43Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=0a7a9a12d65ca75601f841c93222652f41de09c0'/>
<id>urn:sha1:0a7a9a12d65ca75601f841c93222652f41de09c0</id>
<content type='text'>
Earlier, cvsserver showed always an 'U', sometimes even without a space
between the 'U' and the name. Now, the correct letter is shown, with a
space.

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>git-svn: reduce memory usage for large commits</title>
<updated>2006-10-15T00:38:52Z</updated>
<author>
<name>Eric Wong</name>
<email>normalperson@yhbt.net</email>
</author>
<published>2006-10-14T22:48:35Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f7197dff15a3ab12ce59626865c5a388a3bb0976'/>
<id>urn:sha1:f7197dff15a3ab12ce59626865c5a388a3bb0976</id>
<content type='text'>
apply_textdelta and send_stream can use a separate pool from the
rest of the editor interface, so we'll use a separate SVN::Pool
for them and clear the pool after each file is sent to SVN.

This drastically reduces memory usage per-changeset committed,
and makes large commits (and initial imports) of several
thousand files possible.

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>Fix tracing when GIT_TRACE is set to an empty string.</title>
<updated>2006-10-14T19:07:05Z</updated>
<author>
<name>Christian Couder</name>
<email>chriscool@tuxfamily.org</email>
</author>
<published>2006-10-14T14:05:25Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=6844fc806ace7d7c31ad788a8886cfd0498ceec5'/>
<id>urn:sha1:6844fc806ace7d7c31ad788a8886cfd0498ceec5</id>
<content type='text'>
Signed-off-by: Christian Couder &lt;chriscool@tuxfamily.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Make write_sha1_file_prepare() static</title>
<updated>2006-10-14T18:49:59Z</updated>
<author>
<name>Rene Scharfe</name>
<email>rene.scharfe@lsrfire.ath.cx</email>
</author>
<published>2006-10-14T10:45:45Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=8f9777801d09b195e1820061914ec27fcd5975c8'/>
<id>urn:sha1:8f9777801d09b195e1820061914ec27fcd5975c8</id>
<content type='text'>
There are no callers of write_sha1_file_prepare() left outside of
sha1_file.c, so make it static.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Add hash_sha1_file()</title>
<updated>2006-10-14T18:49:52Z</updated>
<author>
<name>Rene Scharfe</name>
<email>rene.scharfe@lsrfire.ath.cx</email>
</author>
<published>2006-10-14T10:45:36Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=abdc3fc84216a9334f40f3b7ce13e20a825697d0'/>
<id>urn:sha1:abdc3fc84216a9334f40f3b7ce13e20a825697d0</id>
<content type='text'>
Most callers of write_sha1_file_prepare() are only interested in the
resulting hash but don't care about the returned file name or the header.
This patch adds a simple wrapper named hash_sha1_file() which does just
that, and converts potential callers.

Signed-off-by: Rene Scharfe &lt;rene.scharfe@lsrfire.ath.cx&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>git-svn: fix commits over svn+ssh://</title>
<updated>2006-10-14T18:48:33Z</updated>
<author>
<name>Eric Wong</name>
<email>normalperson@yhbt.net</email>
</author>
<published>2006-10-14T09:02:37Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ce91fc6eb9c4aefc73f845fc7104f332b2b308d2'/>
<id>urn:sha1:ce91fc6eb9c4aefc73f845fc7104f332b2b308d2</id>
<content type='text'>
Once a get_commit_editor has been called from an SVN session, RA
layer operations are not allowed (well, unless you're using
file:// or http(s)://).  So we'll pass an alternate SVN::Ra
object to our editor object for running 'check-path'.

This should fix commits over svnserve (svn:// without ssh, too).

Closes Debian bug #392702, thanks to Pierre Habouzit for
reporting the bug.

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>t4015: work-around here document problem on Cygwin.</title>
<updated>2006-10-13T21:21:22Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junio@twinsun.com</email>
</author>
<published>2006-10-13T21:20:27Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=4035b46e12ee6e5c9339e263cd16c2e2422b8928'/>
<id>urn:sha1:4035b46e12ee6e5c9339e263cd16c2e2422b8928</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junio@twinsun.com&gt;
</content>
</entry>
</feed>
