<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.5.4-rc0</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.5.4-rc0</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.5.4-rc0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2007-12-13T01:48:21Z</updated>
<entry>
<title>GIT 1.5.4-rc0</title>
<updated>2007-12-13T01:48:21Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2007-12-13T01:48:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=1e8df762b38e01685f3aa3613e2d61f73346fcbe'/>
<id>urn:sha1:1e8df762b38e01685f3aa3613e2d61f73346fcbe</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'cc/help'</title>
<updated>2007-12-13T01:46:16Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2007-12-13T01:46:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=467f42cfa1d298dcaab40e06f8dfa8f80ee345f7'/>
<id>urn:sha1:467f42cfa1d298dcaab40e06f8dfa8f80ee345f7</id>
<content type='text'>
* cc/help:
  RPM spec: Adjust htmldir
  git-help -w: do not require to be in git repository
  git.spec.in: remove python_path
  Documentation: rename git.texi to user-manual.texi
  Add git-browse-help to .gitignore
  git-help -i: show info documentation from matching version of git
  git-help -i: invoke info with document and node name
  Documentation: add gitman.info target
  Documentation: describe -w/--web option to "git-help".
  Use {web,instaweb,help}.browser config options.
  git-help: add -w|--web option to display html man page in a browser.
  Documentation: describe -i/--info option to "git-help"
  git-help: add -i|--info option to display info page.
</content>
</entry>
<entry>
<title>RPM spec: Adjust htmldir</title>
<updated>2007-12-13T01:41:58Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2007-12-12T22:00:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=39bf13f2d6aaec6ff34bf367f2497fc9247c721f'/>
<id>urn:sha1:39bf13f2d6aaec6ff34bf367f2497fc9247c721f</id>
<content type='text'>
git help -w needs to know the right location of installed pages.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git-help -w: do not require to be in git repository</title>
<updated>2007-12-13T01:41:58Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2007-12-13T01:34:30Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=22c9071728cdc4c5b39e4fc6a33036d967d3a3a5'/>
<id>urn:sha1:22c9071728cdc4c5b39e4fc6a33036d967d3a3a5</id>
<content type='text'>
The users used to be able to say "git help cat-file" from anywhere, but
the browse-help script insisted to be in a git repository, which caused
"git help -w cat-file" to barf outside.  Correct it.

While at it, remove leftover debugging "echo".

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jc/shortlog-e'</title>
<updated>2007-12-13T01:07:03Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2007-12-13T01:07:03Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=cd1bea918bde5b32cf29159acac067bd238825b3'/>
<id>urn:sha1:cd1bea918bde5b32cf29159acac067bd238825b3</id>
<content type='text'>
* jc/shortlog-e:
  shortlog: default to HEAD when the standard input is a tty
  Invert numbers and names in the git-shortlog summary mode.
  shortlog: document -e option
  git-shortlog -e: show e-mail address as well
</content>
</entry>
<entry>
<title>Merge branch 'ew/svn-rev-db'</title>
<updated>2007-12-13T00:53:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2007-12-13T00:53:06Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=3e5f260144514f305a529bb2fe2efa7138a6b10a'/>
<id>urn:sha1:3e5f260144514f305a529bb2fe2efa7138a6b10a</id>
<content type='text'>
* ew/svn-rev-db:
  git-svn: reinstate old rev_db optimization in new rev_map
  git-svn: replace .rev_db with a more space-efficient .rev_map format
</content>
</entry>
<entry>
<title>Merge branch 'jc/merge-recursive-gitlink'</title>
<updated>2007-12-13T00:52:59Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2007-12-13T00:52:59Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d9cf4ec9f7ddcc589351e1ac7b0e3b88537a0b25'/>
<id>urn:sha1:d9cf4ec9f7ddcc589351e1ac7b0e3b88537a0b25</id>
<content type='text'>
* jc/merge-recursive-gitlink:
  Support a merge with conflicting gitlink change
</content>
</entry>
<entry>
<title>Merge branch 'jk/svn-color'</title>
<updated>2007-12-13T00:52:51Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2007-12-13T00:52:51Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=cfa97ae141160486dbe8a786487bcaa965a160f0'/>
<id>urn:sha1:cfa97ae141160486dbe8a786487bcaa965a160f0</id>
<content type='text'>
* jk/svn-color:
  git-svn: get color config from --get-colorbool
  Support GIT_PAGER_IN_USE environment variable
</content>
</entry>
<entry>
<title>git.spec.in: remove python_path</title>
<updated>2007-12-12T21:42:12Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2007-12-12T21:42:12Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=c49d3c8a88916554c5db838c0346b6cf05d60104'/>
<id>urn:sha1:c49d3c8a88916554c5db838c0346b6cf05d60104</id>
<content type='text'>
We do not depend on python nor customize scripts for it anymore.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: rename git.texi to user-manual.texi</title>
<updated>2007-12-12T21:31:02Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2007-12-12T21:31:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=50b3555c48db08a4b4e8fe047a4fb550bdca75c5'/>
<id>urn:sha1:50b3555c48db08a4b4e8fe047a4fb550bdca75c5</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
