<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.5.0-rc0</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.5.0-rc0</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.5.0-rc0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2006-12-26T02:39:54Z</updated>
<entry>
<title>GIT v1.5.0 preview</title>
<updated>2006-12-26T02:39:54Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-12-26T02:14:12Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d5e86da89155b462c30a59bc724037fb111d3894'/>
<id>urn:sha1:d5e86da89155b462c30a59bc724037fb111d3894</id>
<content type='text'>
This is not yet -rc1 where all new topics closes, but I think it
is getting pretty closer.  I'd still want to merge updates to
fsck/prune to honor reflog entries before -rc1.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jc/bm'</title>
<updated>2006-12-26T02:08:01Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-12-26T02:08:01Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d2bafe5c320c1204b264dc25392a3fc35ed57153'/>
<id>urn:sha1:d2bafe5c320c1204b264dc25392a3fc35ed57153</id>
<content type='text'>
* jc/bm:
  Allow branch.*.merge to talk about remote tracking branches.
</content>
</entry>
<entry>
<title>Merge branch 'rf/web'</title>
<updated>2006-12-26T02:02:39Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-12-26T02:02:39Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=6ec45f3bd180ed0404733d0f5c648691245cf571'/>
<id>urn:sha1:6ec45f3bd180ed0404733d0f5c648691245cf571</id>
<content type='text'>
* rf/web:
  gitweb: Use rev-list --skip option.
  gitweb: Change history action to use parse_commits.
  gitweb: Change atom, rss actions to use parse_commits.
  gitweb: Change header search action to use parse_commits.
  gitweb: Change log action to use parse_commits.
  gitweb: Change summary, shortlog actions to use parse_commits.
  gitweb: We do longer need the --parents flag in rev-list.
  gitweb: Add parse_commits, used to bulk load commit objects.
</content>
</entry>
<entry>
<title>git-add -f: allow adding otherwise ignored files.</title>
<updated>2006-12-26T01:46:38Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-12-26T01:46:38Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=6a1ad32519898a8fa4400e081c2d61fd3af42e2c'/>
<id>urn:sha1:6a1ad32519898a8fa4400e081c2d61fd3af42e2c</id>
<content type='text'>
Instead of just warning, refuse to add otherwise ignored files
by default, and allow it with an -f option.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb: Use rev-list --skip option.</title>
<updated>2006-12-25T18:40:44Z</updated>
<author>
<name>Robert Fitzsimons</name>
<email>robfitz@273k.net</email>
</author>
<published>2006-12-24T14:31:49Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f47efbb7ab735fc49d8d93f9ed1c087c5da09c23'/>
<id>urn:sha1:f47efbb7ab735fc49d8d93f9ed1c087c5da09c23</id>
<content type='text'>
Signed-off-by: Robert Fitzsimons &lt;robfitz@273k.net&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb: Change history action to use parse_commits.</title>
<updated>2006-12-25T18:40:44Z</updated>
<author>
<name>Robert Fitzsimons</name>
<email>robfitz@273k.net</email>
</author>
<published>2006-12-24T14:31:48Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=a8b983bfea9daa255fd32dfc6b39e809733e4c5a'/>
<id>urn:sha1:a8b983bfea9daa255fd32dfc6b39e809733e4c5a</id>
<content type='text'>
Also added missing accesskey.

Signed-off-by: Robert Fitzsimons &lt;robfitz@273k.net&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb: Change atom, rss actions to use parse_commits.</title>
<updated>2006-12-25T18:40:44Z</updated>
<author>
<name>Robert Fitzsimons</name>
<email>robfitz@273k.net</email>
</author>
<published>2006-12-24T14:31:47Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=b6093a5c02f6dd16dadcc0e9caa1e0e76216f929'/>
<id>urn:sha1:b6093a5c02f6dd16dadcc0e9caa1e0e76216f929</id>
<content type='text'>
Signed-off-by: Robert Fitzsimons &lt;robfitz@273k.net&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb: Change header search action to use parse_commits.</title>
<updated>2006-12-25T18:40:43Z</updated>
<author>
<name>Robert Fitzsimons</name>
<email>robfitz@273k.net</email>
</author>
<published>2006-12-24T14:31:46Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=5ad66088d1166bf91cf2890682f4582049756539'/>
<id>urn:sha1:5ad66088d1166bf91cf2890682f4582049756539</id>
<content type='text'>
Signed-off-by: Robert Fitzsimons &lt;robfitz@273k.net&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb: Change log action to use parse_commits.</title>
<updated>2006-12-25T18:40:43Z</updated>
<author>
<name>Robert Fitzsimons</name>
<email>robfitz@273k.net</email>
</author>
<published>2006-12-24T14:31:45Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=719dad28c599dc2e2917c3cb0e44152fd92bf133'/>
<id>urn:sha1:719dad28c599dc2e2917c3cb0e44152fd92bf133</id>
<content type='text'>
Also add missing next link to bottom of page.

Signed-off-by: Robert Fitzsimons &lt;robfitz@273k.net&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb: Change summary, shortlog actions to use parse_commits.</title>
<updated>2006-12-25T18:40:43Z</updated>
<author>
<name>Robert Fitzsimons</name>
<email>robfitz@273k.net</email>
</author>
<published>2006-12-24T14:31:44Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=190d7fdcf325bb444fa806f09ebbb403a4ae4ee6'/>
<id>urn:sha1:190d7fdcf325bb444fa806f09ebbb403a4ae4ee6</id>
<content type='text'>
Also added missing accesskey.

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