<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.5.0-rc2</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.5.0-rc2</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.5.0-rc2'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2007-01-21T07:44:55Z</updated>
<entry>
<title>GIT v1.5.0-rc2</title>
<updated>2007-01-21T07:44:55Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-01-21T07:44:55Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=eaf6459e4d482af51429f9464125621b805eb5fd'/>
<id>urn:sha1:eaf6459e4d482af51429f9464125621b805eb5fd</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>prune: --grace=time</title>
<updated>2007-01-21T07:29:49Z</updated>
<author>
<name>Matthias Lederhofer</name>
<email>matled@gmx.net</email>
</author>
<published>2007-01-19T10:49:35Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9b088c4e394df84232cfd37aea78349a495b09c1'/>
<id>urn:sha1:9b088c4e394df84232cfd37aea78349a495b09c1</id>
<content type='text'>
This option gives grace period to objects that are unreachable
from the refs from getting pruned.

The default value is 24 hours and may be changed using
gc.prunegrace.

Signed-off-by: Matthias Lederhofer &lt;matled@gmx.net&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>--walk-reflogs: do not crash with cyclic reflog ancestry</title>
<updated>2007-01-21T06:58:42Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>Johannes.Schindelin@gmx.de</email>
</author>
<published>2007-01-20T21:28:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=a6c730644b7e1d35bd0d26962dbc978aa47d1863'/>
<id>urn:sha1:a6c730644b7e1d35bd0d26962dbc978aa47d1863</id>
<content type='text'>
Since you can reset --hard to any revision you already had, when
traversing the reflog ancestry, we may not free() the commit buffer.

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>--walk-reflogs: actually find the right commit by date.</title>
<updated>2007-01-21T05:32:31Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>Johannes.Schindelin@gmx.de</email>
</author>
<published>2007-01-20T09:49:15Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=40ab7c33cd6dfdf887ed15baee1325ee445eced7'/>
<id>urn:sha1:40ab7c33cd6dfdf887ed15baee1325ee445eced7</id>
<content type='text'>
Embarassing thinko.

Signed-off-by: Johannes Schindelin &lt;Johannes.Schindelin@gmx.de&gt;
</content>
</entry>
<entry>
<title>Fix --walk-reflog with --pretty=oneline</title>
<updated>2007-01-21T05:32:31Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-01-20T08:51:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=4d12a471230625da73be464f5a20b7480a6b8ecb'/>
<id>urn:sha1:4d12a471230625da73be464f5a20b7480a6b8ecb</id>
<content type='text'>
Now, "git log --abbrev-commit --pretty=o --walk-reflogs HEAD" is
reasonably pleasant to use.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>reflog-walk: build fixes</title>
<updated>2007-01-21T05:32:31Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-01-20T08:47:34Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=53645a3a62977d5efd96ca9f3654985802212a9d'/>
<id>urn:sha1:53645a3a62977d5efd96ca9f3654985802212a9d</id>
<content type='text'>
Dependency on reflog-walk.h was missing in the Makefile, and
reflog-walk.c did not even include it.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>log --walk-reflog: documentation</title>
<updated>2007-01-21T05:32:31Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-01-20T07:21:32Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=911cedc95c2990b75f010d0d7bdbbc5911831708'/>
<id>urn:sha1:911cedc95c2990b75f010d0d7bdbbc5911831708</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>--walk-reflogs: disallow uninteresting commits</title>
<updated>2007-01-21T05:32:31Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>Johannes.Schindelin@gmx.de</email>
</author>
<published>2007-01-20T02:28:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=db055e65d20b20f8f32eb85ee1a2417d3b95c1c7'/>
<id>urn:sha1:db055e65d20b20f8f32eb85ee1a2417d3b95c1c7</id>
<content type='text'>
Do not allow uninteresting commits with --walk-reflogs, since it is
not clear what should be shown in these cases:

	$ git log --walk-reflogs master..next
	$ git log --walk-reflogs ^master

Signed-off-by: Johannes Schindelin &lt;Johannes.Schindelin@gmx.de&gt;
</content>
</entry>
<entry>
<title>Teach the revision walker to walk by reflogs with --walk-reflogs</title>
<updated>2007-01-21T05:32:31Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>Johannes.Schindelin@gmx.de</email>
</author>
<published>2007-01-11T10:47:48Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=8860fd42fcf5a7853f7d7c2198793183320293ff'/>
<id>urn:sha1:8860fd42fcf5a7853f7d7c2198793183320293ff</id>
<content type='text'>
When called with "--walk-reflogs", as long as there are reflogs
available, the walker will take this information into account, rather
than the parent information in the commit object.

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-rebase: allow rebasing a detached HEAD.</title>
<updated>2007-01-21T05:31:00Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-01-21T03:11:29Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=bcf316187699c5e97bf47c1b8a00c844bf809fbc'/>
<id>urn:sha1:bcf316187699c5e97bf47c1b8a00c844bf809fbc</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
</feed>
