<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.5.6-rc2</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.5.6-rc2</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.5.6-rc2'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2008-06-07T20:05:34Z</updated>
<entry>
<title>GIT 1.5.6-rc2</title>
<updated>2008-06-07T20:05:34Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-06-07T20:05:34Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=218bf69f0b137e0a21cfeeda6ba81947f220401f'/>
<id>urn:sha1:218bf69f0b137e0a21cfeeda6ba81947f220401f</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge 1.5.5.4 in</title>
<updated>2008-06-07T20:01:14Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-06-07T20:01:14Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=dceab837557077f70bf082727645925aec443500'/>
<id>urn:sha1:dceab837557077f70bf082727645925aec443500</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>GIT 1.5.5.4</title>
<updated>2008-06-07T18:45:48Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-06-07T18:45:48Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=7064ca51b08304d56bf57d2cceb2884f1abf66e5'/>
<id>urn:sha1:7064ca51b08304d56bf57d2cceb2884f1abf66e5</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git log --graph: print '*' for all commits, including merges</title>
<updated>2008-06-06T18:56:43Z</updated>
<author>
<name>Adam Simpkins</name>
<email>adam@adamsimpkins.net</email>
</author>
<published>2008-06-05T09:28:13Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=03300c0ac0dfd6098ff65cff518bfffb05ae4194'/>
<id>urn:sha1:03300c0ac0dfd6098ff65cff518bfffb05ae4194</id>
<content type='text'>
Previously, merge commits were printed with 'M' instead of '*'.  This
had the potential to confuse users when not all parents of the merge
commit were included in the log output.

As Junio has pointed out, merge commits can almost always be easily
identified from the log message, anyway.

Signed-off-by: Adam Simpkins &lt;adam@adamsimpkins.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Use nonrelative paths instead of absolute paths for cloned repositories</title>
<updated>2008-06-06T18:23:10Z</updated>
<author>
<name>Daniel Barkalow</name>
<email>barkalow@iabervon.org</email>
</author>
<published>2008-06-06T03:15:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=1b9a9467f8b9a8da2fe58d10ae16779492aa7737'/>
<id>urn:sha1:1b9a9467f8b9a8da2fe58d10ae16779492aa7737</id>
<content type='text'>
Particularly for the "alternates" file, if one will be created, we
want a path that doesn't depend on the current directory, but we want
to retain any symlinks in the path as given and any in the user's view
of the current directory when the path was given.

Signed-off-by: Daniel Barkalow &lt;barkalow@iabervon.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>documentation: move git(7) to git(1)</title>
<updated>2008-06-06T18:18:28Z</updated>
<author>
<name>Christian Couder</name>
<email>chriscool@tuxfamily.org</email>
</author>
<published>2008-06-06T07:07:32Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9e1f0a85c68323830ea117092c55192b17aa3ac8'/>
<id>urn:sha1:9e1f0a85c68323830ea117092c55192b17aa3ac8</id>
<content type='text'>
As the "git" man page describes the "git" command at the end-user
level, it seems better to move it to man section 1.

Signed-off-by: Christian Couder &lt;chriscool@tuxfamily.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>documentation: convert "diffcore" and "repository-layout" to man pages</title>
<updated>2008-06-06T18:14:52Z</updated>
<author>
<name>Christian Couder</name>
<email>chriscool@tuxfamily.org</email>
</author>
<published>2008-06-06T07:07:28Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=30eba7bf2caa327b4251d66bf7157dda97512e96'/>
<id>urn:sha1:30eba7bf2caa327b4251d66bf7157dda97512e96</id>
<content type='text'>
This patch renames the following documents and at the same time converts
them to the man format:

diffcore.txt          -&gt; gitdiffcore.txt		(man section 7)
repository-layout.txt -&gt; gitrepository-layout.txt	(man section 5)

Other documents that reference the above ones are changed accordingly.

Signed-off-by: Christian Couder &lt;chriscool@tuxfamily.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>graph API: fix "git log --graph --first-parent"</title>
<updated>2008-06-06T16:23:09Z</updated>
<author>
<name>Adam Simpkins</name>
<email>adam@adamsimpkins.net</email>
</author>
<published>2008-06-05T08:56:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=a0ebe573a516a1530a2c072e513fa7f529781dd0'/>
<id>urn:sha1:a0ebe573a516a1530a2c072e513fa7f529781dd0</id>
<content type='text'>
This change teaches the graph API that only the first parent of each
commit is interesting when "--first-parent" was specified.

This change also consolidates the graph parent walking logic into two
new internal functions, first_interesting_parent() and
next_interesting_parent().  A simpler fix would have been to simply
break at the end of the 2 existing for loops when
graph-&gt;revs-&gt;first_parent_only is set.  However, this change seems
nicer, especially if we ever need to add any new loops over the parent
list in the future.

Signed-off-by: Adam Simpkins &lt;adam@adamsimpkins.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Print info about "git help COMMAND" on git's main usage pages</title>
<updated>2008-06-06T16:22:18Z</updated>
<author>
<name>Teemu Likonen</name>
<email>tlikonen@iki.fi</email>
</author>
<published>2008-06-05T21:15:36Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=b7d9681974e61959f10c7b2c1063b7781c5b904e'/>
<id>urn:sha1:b7d9681974e61959f10c7b2c1063b7781c5b904e</id>
<content type='text'>
Git's main usage pages did not show "git help" as a way to get more
information on a specific subcommand. This patch adds an info line after
the list of git commands currently printed by "git", "git help", "git
--help" and "git help --all".

Signed-off-by: Teemu Likonen &lt;tlikonen@iki.fi&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2008-06-06T16:21:48Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-06-06T16:21:48Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=e919cb302e75141c2565106bed2f0b6cb8047570'/>
<id>urn:sha1:e919cb302e75141c2565106bed2f0b6cb8047570</id>
<content type='text'>
* maint:
  git-for-each-ref.txt: minor improvements
  name-rev: Fix segmentation fault when using --all
</content>
</entry>
</feed>
