<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/commit.c, branch v1.3.2</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.3.2</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.3.2'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2006-04-17T21:17:50Z</updated>
<entry>
<title>Allow empty lines in info/grafts</title>
<updated>2006-04-17T21:17:50Z</updated>
<author>
<name>Yann Dirson</name>
<email>ydirson@altern.org</email>
</author>
<published>2006-04-17T11:41:49Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=360204c324ca9178e2bcb4d75f3986201f8ac7e1'/>
<id>urn:sha1:360204c324ca9178e2bcb4d75f3986201f8ac7e1</id>
<content type='text'>
In addition to the existing comment support, that just allows the user
to use a convention that works pretty much everywhere else.

Signed-off-by: Yann Dirson &lt;ydirson@altern.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>reading $GIT_DIR/info/graft - skip comments correctly.</title>
<updated>2006-04-16T21:24:56Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-04-16T21:24:56Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=5bc4ce589646faf72c7a77a5d32d9496ccc8d456'/>
<id>urn:sha1:5bc4ce589646faf72c7a77a5d32d9496ccc8d456</id>
<content type='text'>
Noticed by Yann Dirson.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Clean up trailing whitespace when pretty-printing commits</title>
<updated>2006-04-15T04:46:08Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@osdl.org</email>
</author>
<published>2006-04-15T04:20:51Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=40c2fe003ce2af3ec522f239be274fd1a27422f6'/>
<id>urn:sha1:40c2fe003ce2af3ec522f239be274fd1a27422f6</id>
<content type='text'>
Partly because we've messed up and now have some commits with trailing
whitespace, but partly because this also just simplifies the code, let's
remove trailing whitespace from the end when pretty-printing commits.

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>When showing a commit message, do not lose an incomplete line.</title>
<updated>2006-04-12T18:31:23Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@osdl.org</email>
</author>
<published>2006-04-12T18:31:23Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=684958ae6162c593bd90ba893271ffb2381c3c44'/>
<id>urn:sha1:684958ae6162c593bd90ba893271ffb2381c3c44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>blame -S &lt;ancestry-file&gt;</title>
<updated>2006-04-07T08:59:51Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-04-07T06:58:51Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=5040f17eba15504bad66b14a645bddd9b015ebb7'/>
<id>urn:sha1:5040f17eba15504bad66b14a645bddd9b015ebb7</id>
<content type='text'>
This adds the -S &lt;ancestry-file&gt; option to blame, which is
needed by the CVS server emulation.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</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>Make it possible to not clobber object.util in sort_in_topological_order (take 2)</title>
<updated>2006-03-11T06:11:14Z</updated>
<author>
<name>Fredrik Kuivinen</name>
<email>freku045@student.liu.se</email>
</author>
<published>2006-03-10T09:21:37Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=6b6dcfc297722f5a5324c4cb22f45adccd4c84ef'/>
<id>urn:sha1:6b6dcfc297722f5a5324c4cb22f45adccd4c84ef</id>
<content type='text'>
Signed-off-by: Fredrik Kuivinen &lt;freku045@student.liu.se&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Merge fixes early for next maint series.</title>
<updated>2006-02-24T06:27:03Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-02-24T06:27:03Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=816c02ce8ecddce065e83db9f4ecb78f6b0e23dc'/>
<id>urn:sha1:816c02ce8ecddce065e83db9f4ecb78f6b0e23dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Give no terminating LF to error() function.</title>
<updated>2006-02-23T03:10:26Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-02-23T01:47:10Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=bd2afde8a38b97391b22afebf15c583fb0fffacb'/>
<id>urn:sha1:bd2afde8a38b97391b22afebf15c583fb0fffacb</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>topo-order: make --date-order optional.</title>
<updated>2006-02-16T06:12:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-02-16T06:05:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=4c8725f16abff4be4812d0d07a663250bef3ef0e'/>
<id>urn:sha1:4c8725f16abff4be4812d0d07a663250bef3ef0e</id>
<content type='text'>
This adds --date-order to rev-list; it is similar to topo order
in the sense that no parent comes before all of its children,
but otherwise things are still ordered in the commit timestamp
order.

The same flag is also added to show-branch.

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