<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/git.git, branch v1.5.0.7</title>
<subtitle>Git
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.5.0.7</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.5.0.7'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/'/>
<updated>2007-04-04T02:27:41Z</updated>
<entry>
<title>GIT 1.5.0.7</title>
<updated>2007-04-04T02:27:41Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-04-03T18:31:21Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=9694ec4533b30c1299e9ce7742c65c78b4fa3c5d'/>
<id>urn:sha1:9694ec4533b30c1299e9ce7742c65c78b4fa3c5d</id>
<content type='text'>
Not that this release really matters, as we will be doing
1.5.1 tomorrow.  This commit is to tie the loose ends and
merge all of "maint" branch into "master" in preparation.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>rerere should not repeat the earlier hunks in later ones</title>
<updated>2007-04-04T02:01:36Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-04-03T23:28:46Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=eb3359663d62f35999330797455dbe738bd5ed99'/>
<id>urn:sha1:eb3359663d62f35999330797455dbe738bd5ed99</id>
<content type='text'>
When a file has more then one conflicting hunks, it repeated the
contents of previous hunks in output for later ones.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>git-upload-pack: make sure we close unused pipe ends</title>
<updated>2007-03-29T08:41:23Z</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-03-27T23:45:06Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=3ac53e0d13fa7483cce90eb6a1cfcdcbda5b8e35'/>
<id>urn:sha1:3ac53e0d13fa7483cce90eb6a1cfcdcbda5b8e35</id>
<content type='text'>
Right now, we don't close the read end of the pipe when git-upload-pack
runs git-pack-object, so we hang forever (why don't we get SIGALRM?)
instead of dying with SIGPIPE if the latter dies, which seems to be the
norm if the client disconnects.

Thanks to Johannes Schindelin &lt;Johannes.Schindelin@gmx.de&gt; for
pointing out where this close() needed to go.

This patch has been tested on kernel.org for several weeks and appear
to resolve the problem of git-upload-pack processes hanging around
forever.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
(cherry picked from commit 465b3518a9ad5080a4b652ef35fb13c61a93e7a4)
</content>
</entry>
<entry>
<title>Documentation/git-rev-parse.txt: fix example in SPECIFYING RANGES.</title>
<updated>2007-03-29T08:38:28Z</updated>
<author>
<name>Gerrit Pape</name>
<email>pape@smarden.org</email>
</author>
<published>2007-03-29T06:42:44Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=c2c6d9302a98ae4c4c76822a1c83551c039271a0'/>
<id>urn:sha1:c2c6d9302a98ae4c4c76822a1c83551c039271a0</id>
<content type='text'>
Please see http://bugs.debian.org/404795:

 In git-rev-parse(1), there is an example commit tree, which is used twice.
 The explanation for this tree is very clear: B and C are commit *parents* to
 A.

 However, when the tree is reused as an example in the SPECIFYING RANGES, the
 manpage author screws up and uses A as a commit *parent* to B and C!  I.e.,
 he inverts the tree.

 And the fact that for this example you need to read the tree backwards is
 not explained anywhere (and it would be confusing even if it was).

Signed-off-by: Gerrit Pape &lt;pape@smarden.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Documentation/git-svnimport.txt: fix typo.</title>
<updated>2007-03-29T08:38:11Z</updated>
<author>
<name>Gerrit Pape</name>
<email>pape@smarden.org</email>
</author>
<published>2007-03-29T06:41:42Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=3e63e0df4f1a1610782e679be56ea75f820343fc'/>
<id>urn:sha1:3e63e0df4f1a1610782e679be56ea75f820343fc</id>
<content type='text'>
This was noticed by Frederik Schwarzer.  SVN's repository by default has
trunk, tags/, and branch_es_/.

Signed-off-by: Gerrit Pape &lt;pape@smarden.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>GIT 1.5.0.6</title>
<updated>2007-03-28T22:28:14Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-03-28T20:53:00Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=9529a2524a29c15107905f2f8f0b310a40880dc7'/>
<id>urn:sha1:9529a2524a29c15107905f2f8f0b310a40880dc7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>commit: fix pretty-printing of messages with "\nencoding "</title>
<updated>2007-03-28T22:06:18Z</updated>
<author>
<name>Jeff King</name>
<email>peff@peff.net</email>
</author>
<published>2007-03-28T21:52:09Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=d0e50cb4cb8e0cc8b445a9749547019efaa5703e'/>
<id>urn:sha1:d0e50cb4cb8e0cc8b445a9749547019efaa5703e</id>
<content type='text'>
The function replace_encoding_header is given the whole
commit buffer, including the commit message. When looking
for the encoding header, if none was found in the header, it
would locate any line in the commit message matching
"\nencoding " and remove it.

Instead, we now make sure to search only to the end of the
header.

Signed-off-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>t4118: be nice to non-GNU sed</title>
<updated>2007-03-28T21:54:30Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>Johannes.Schindelin@gmx.de</email>
</author>
<published>2007-03-23T01:05:28Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=75c962c99a9115d489549ad9b8419d3e37e85f02'/>
<id>urn:sha1:75c962c99a9115d489549ad9b8419d3e37e85f02</id>
<content type='text'>
Elias Pipping:
&gt; I'm on a mac, hence /usr/bin/sed is not gnu sed, which makes
&gt; t4118 fail.

Signed-off-by: Johannes Schindelin &lt;Johannes.Schindelin@gmx.de&gt;
Ack'd-by: Elias Pipping &lt;pipping@macports.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>git-commit: "read-tree -m HEAD" is not the right way to read-tree quickly</title>
<updated>2007-03-28T10:34:55Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-03-28T10:05:08Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=d3e41ebff44745055001e59e460509a8f04b81a2'/>
<id>urn:sha1:d3e41ebff44745055001e59e460509a8f04b81a2</id>
<content type='text'>
It still looks at the working tree and checks for locally
modified paths.  When are preparing a temporary index from HEAD,
we do not want any of that.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint' of git://linux-nfs.org/~bfields/git into maint</title>
<updated>2007-03-25T22:07:27Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-03-25T22:07:27Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=fd2a75972e90d34bc8d4bebe1d669645557a2192'/>
<id>urn:sha1:fd2a75972e90d34bc8d4bebe1d669645557a2192</id>
<content type='text'>
* 'maint' of git://linux-nfs.org/~bfields/git:
  user-manual: introduce "branch" and "branch head" differently
  glossary: clean up cross-references
  glossary: stop generating automatically
  user-manual: Use def_ instead of ref_ for glossary references.
  user-manual.txt: fix a tiny typo.
  user-manual: run xsltproc without --nonet option
</content>
</entry>
</feed>
