<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v0.99.9i</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v0.99.9i</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v0.99.9i'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2005-11-15T02:39:18Z</updated>
<entry>
<title>GIT 0.99.9i aka 1.0rc2</title>
<updated>2005-11-15T02:39:18Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-11-15T02:39:18Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=60d64db4614b1007ca37c228923ec1964d5ad394'/>
<id>urn:sha1:60d64db4614b1007ca37c228923ec1964d5ad394</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Update topo-order test.</title>
<updated>2005-11-15T02:15:30Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-11-15T02:15:30Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d7bba815753bf8c31886fcf6bb89c9e6250674a5'/>
<id>urn:sha1:d7bba815753bf8c31886fcf6bb89c9e6250674a5</id>
<content type='text'>
The recently we updated rev-list --topo-order to show the heads
in date order, but we had a test that expected to see the old
behaviour.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>allow git-update-ref create refs with slashes in names</title>
<updated>2005-11-15T01:15:32Z</updated>
<author>
<name>Alex Riesen</name>
<email>raa.lkml@gmail.com</email>
</author>
<published>2005-11-14T22:10:59Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=08db81a9f1e4072790f0257f5398e8408e3d6816'/>
<id>urn:sha1:08db81a9f1e4072790f0257f5398e8408e3d6816</id>
<content type='text'>
Make git-update-ref create references with slashes in them. git-branch
and git-checkout already support such reference names.

git-branch can use git-update-ref to create the references in a more
formal manner now.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Documentation nitpicking</title>
<updated>2005-11-15T01:15:32Z</updated>
<author>
<name>Nikolai Weibull</name>
<email>mailing-lists.git@rawuncut.elitemail.org</email>
</author>
<published>2005-11-14T23:20:01Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=7acab8f16785151f9b6d9bbd8a9b0a8b76b26fba'/>
<id>urn:sha1:7acab8f16785151f9b6d9bbd8a9b0a8b76b26fba</id>
<content type='text'>
This patch fixes some small problems with the documentation.

Signed-off-by: Nikolai Weibull &lt;nikolai@bitwi.se&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Document a couple of missing command-line options.</title>
<updated>2005-11-15T01:15:32Z</updated>
<author>
<name>Nikolai Weibull</name>
<email>mailing-lists.git@rawuncut.elitemail.org</email>
</author>
<published>2005-11-14T23:20:01Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=2db0bfbc04478d9fb42f58ff50ad4123a2a9ddde'/>
<id>urn:sha1:2db0bfbc04478d9fb42f58ff50ad4123a2a9ddde</id>
<content type='text'>
This patch adds documentation to quite a few command-line options.

Signed-off-by: Nikolai Weibull &lt;nikolai@bitwi.se&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Document the -n command-line option to git-unpack-objects</title>
<updated>2005-11-15T01:15:32Z</updated>
<author>
<name>Nikolai Weibull</name>
<email>mailing-lists.git@rawuncut.elitemail.org</email>
</author>
<published>2005-11-14T23:20:01Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=b2309b70197f9067cb32a620465a9b3477d8f0c3'/>
<id>urn:sha1:b2309b70197f9067cb32a620465a9b3477d8f0c3</id>
<content type='text'>
This patch documents the -n command-line option to git-unpack-objects,
as it was previously undocumented.

Signed-off-by: Nikolai Weibull &lt;nikolai@bitwi.se&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>apply: fix binary patch detection.</title>
<updated>2005-11-15T01:15:07Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-11-15T01:15:07Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9add69b1b1f76db874ed899c46fbe0b252aa3c23'/>
<id>urn:sha1:9add69b1b1f76db874ed899c46fbe0b252aa3c23</id>
<content type='text'>
The comparison to find "Binary files " string was looking at a
wrong place when offset != 0.

Also, we may have the full 40-byte textual sha1 on the index
line; two off-by-one errors prevented it.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Fix git-rev-list "date order" with --topo-order</title>
<updated>2005-11-14T22:16:38Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@osdl.org</email>
</author>
<published>2005-11-14T18:01:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=2ed02887bda74871bad64f1be36fb4f60d07706e'/>
<id>urn:sha1:2ed02887bda74871bad64f1be36fb4f60d07706e</id>
<content type='text'>
This fixes git-rev-list so that when there are multiple branches, we still
sort the heads in proper approximate date order even when sorting the
output topologically.

This makes things like

	gitk --all -d

work sanely and show the branches in date order (where "date order" is
obviously modified by the paren-child dependency requirements of the
topological sort).

The trivial fix is to just build the "work" list in date order rather than
inserting the new work entries at the beginning.

Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>git-branch: Mention -d and -D in man-page.</title>
<updated>2005-11-14T22:16:37Z</updated>
<author>
<name>Andreas Ericsson</name>
<email>exon@op5.se</email>
</author>
<published>2005-11-14T16:53:42Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d4072c9722d1ef28abe8ef0eb0b244017fff3f42'/>
<id>urn:sha1:d4072c9722d1ef28abe8ef0eb0b244017fff3f42</id>
<content type='text'>
Signed-off-by: Andreas Ericsson &lt;ae@op5.se&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Merge branch 'svnup' of http://netz.smurf.noris.de/git/git</title>
<updated>2005-11-14T21:50:05Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-11-14T21:50:05Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=b6ebac9e4316cd5d35c2c24f83f1eb51ce17beb9'/>
<id>urn:sha1:b6ebac9e4316cd5d35c2c24f83f1eb51ce17beb9</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
</feed>
