<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v0.99.8c</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v0.99.8c</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v0.99.8c'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2005-10-10T02:19:36Z</updated>
<entry>
<title>GIT 0.99.8c</title>
<updated>2005-10-10T02:19:36Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-10T02:19:36Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=32e49d5d1ccbc4833b0c6f30d6dfc0f0936cc3f3'/>
<id>urn:sha1:32e49d5d1ccbc4833b0c6f30d6dfc0f0936cc3f3</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Merge branch 'fixes'</title>
<updated>2005-10-10T02:17:43Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-10T02:17:43Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=2af60a0521a8d0514e8bb1ca371cc9d502ea1c58'/>
<id>urn:sha1:2af60a0521a8d0514e8bb1ca371cc9d502ea1c58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>git-tag: update usage string and documentation.</title>
<updated>2005-10-10T02:13:47Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-10T02:13:47Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=fb8024b414b417d85ce215eba3dd23c188500c15'/>
<id>urn:sha1:fb8024b414b417d85ce215eba3dd23c188500c15</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>ignore new git-diff index header when computing patch ids</title>
<updated>2005-10-09T23:52:50Z</updated>
<author>
<name>Kai Ruemmler</name>
<email>kai.ruemmler@gmx.net</email>
</author>
<published>2005-10-09T23:52:50Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9fabdedc0edd4ff150197a53cc3032e7bf27c4d4'/>
<id>urn:sha1:9fabdedc0edd4ff150197a53cc3032e7bf27c4d4</id>
<content type='text'>
Two else equal patches should not result in different checksums, only
because they were applied to different versions of the file.

Signed-off-by:  Kai Ruemmler &lt;kai.ruemmler@gmx.net&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Fix git-verify-tag for light-weight tags</title>
<updated>2005-10-09T23:50:34Z</updated>
<author>
<name>Paolo 'Blaisorblade' Giarrusso</name>
<email>blaisorblade@yahoo.it</email>
</author>
<published>2005-10-09T23:50:34Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=5a6850e8aae7c6ef4f22e07cb620eb9325543732'/>
<id>urn:sha1:5a6850e8aae7c6ef4f22e07cb620eb9325543732</id>
<content type='text'>
It currently exits printing "git-cat-file SHA1: bad file", while
instead we must just abort the verification for light-weight
tags (e.g. referring to commit objects).

[jc: tag objects can tag anything not just commits, so I fixed
 up the original patch slightly.  you should be able to validate
 a signed tag that points at a blob object. ]

Signed-off-by: Paolo 'Blaisorblade' Giarrusso &lt;blaisorblade@yahoo.it&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Make sure 'make install' does not have to rebuild templates.</title>
<updated>2005-10-09T09:58:35Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-09T01:01:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=8c51242873d63cfaf87fa2e2e407198a6ad2c3d0'/>
<id>urn:sha1:8c51242873d63cfaf87fa2e2e407198a6ad2c3d0</id>
<content type='text'>
The dependency rule in templates directory forced 'make install'
that immediately followed 'make all' to rebuild boilerplates.
This was problematic for a workflow that built first as yourself
and then installed as root, from a working tree that is on an
NFS mounted filesystem that is unwritable by root.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Give proper prototype to gitstrcasestr.</title>
<updated>2005-10-08T21:54:41Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-08T21:54:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=e1e9c254660244756a72ecfcfff81c15fb32a6e9'/>
<id>urn:sha1:e1e9c254660244756a72ecfcfff81c15fb32a6e9</id>
<content type='text'>
Borrow from NO_MMAP patch by Johannes, squelch compiler warnings by
declaring gitstrcasestr() when we use it.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Merge branch 'fixes'</title>
<updated>2005-10-08T00:08:56Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-08T00:08:56Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=305a5c78bf4459c0aefb1b7d7b59ea53e2c4b036'/>
<id>urn:sha1:305a5c78bf4459c0aefb1b7d7b59ea53e2c4b036</id>
<content type='text'>
</content>
</entry>
<entry>
<title>teach git-status about spaces in filenames</title>
<updated>2005-10-07T23:55:00Z</updated>
<author>
<name>Kai Ruemmler</name>
<email>kai.ruemmler@gmx.net</email>
</author>
<published>2005-10-07T23:55:00Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=33bb218e9d7299f6ed06177c65d357ec81954ca9'/>
<id>urn:sha1:33bb218e9d7299f6ed06177c65d357ec81954ca9</id>
<content type='text'>
git-status truncates filenames up to the first occurrence of a whitespace
character when displaying.  More precisely, it displays the filename up to any
field seperator defined in $IFS.

This patch fixes it.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Fix wrong filename listing bug in git-ls-tree.</title>
<updated>2005-10-07T23:54:06Z</updated>
<author>
<name>robfitz@273k.net</name>
<email>robfitz@273k.net</email>
</author>
<published>2005-10-07T23:54:06Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ab1630a3ed31d6ec5ae83769c78ed542fe3c4a28'/>
<id>urn:sha1:ab1630a3ed31d6ec5ae83769c78ed542fe3c4a28</id>
<content type='text'>
This patch fixes a bug in git-ls-tree in which the wrong filenames are
listed if the exact same file and directory contents are present in
another location in the tree.

Added a new series of test cases for directory and filename handling.

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