<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.4.3-rc2</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.4.3-rc2</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.4.3-rc2'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2006-10-10T03:23:09Z</updated>
<entry>
<title>add commit count options to git-shortlog</title>
<updated>2006-10-10T03:23:09Z</updated>
<author>
<name>Nicolas Pitre</name>
<email>nico@cam.org</email>
</author>
<published>2006-10-06T19:39:09Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=4e27fb06f0fe4206606172f94a18e08d7d87c070'/>
<id>urn:sha1:4e27fb06f0fe4206606172f94a18e08d7d87c070</id>
<content type='text'>
This patch does 3 things:

1) Output the number of commits along with the name for each author
   (nice to know for long lists spending more than a screen worth of
   commit lines).

2) Provide a switch (-n) to sort authors according to their number of
   commits instead of author alphabetic order.

3) Provide a switch (-s) to supress commit lines and only keep a
   summary of authors and the number of commits for each of them.

And for good measure a short usage is displayed with -h.

Signed-off-by: Nicolas Pitre &lt;nico@cam.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Fix git-revert</title>
<updated>2006-10-10T02:19:45Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-10-10T02:19:45Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=96779be48a8e5d3a50a07e0fcab942e7066235a9'/>
<id>urn:sha1:96779be48a8e5d3a50a07e0fcab942e7066235a9</id>
<content type='text'>
Defaulting to $replay for the sake of fixing cherry-pick was not
done conditionally, which broke git-revert.

Noticed by Luben.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb: Cleanup Git logo and Git logo target generation</title>
<updated>2006-10-08T20:36:58Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2006-10-06T10:31:05Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9a7a62ff71c436fb5e024ec409ec28fca460a168'/>
<id>urn:sha1:9a7a62ff71c436fb5e024ec409ec28fca460a168</id>
<content type='text'>
Rename $githelp_url and $githelp_label to $logo_url and $logo_label to
be more obvious what they refer to; while at it add commented out
previous contents (git documentation at kernel.org). Add comment about
logo size.

Use $cgi-&gt;a(...) to generate Git logo link; it automatically escapes
attribute values when it is needed.  Escape href attribute using
esc_url instead of (incorrect!) esc_html.

Move styling of git logo &lt;img&gt; element from "style" attribute to CSS
via setting class to "logo".  Perhaps we should set it by id rather
than by class.

Signed-off-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>git-tar-tree: don't RUN_SETUP</title>
<updated>2006-10-08T19:43:07Z</updated>
<author>
<name>Rene Scharfe</name>
<email>rene.scharfe@lsrfire.ath.cx</email>
</author>
<published>2006-10-08T13:44:50Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9cb90b80fc1ec09d8e51451b18a7c8ef7eac8908'/>
<id>urn:sha1:9cb90b80fc1ec09d8e51451b18a7c8ef7eac8908</id>
<content type='text'>
Noted by Jiri Slaby, git-tar-tree --remote doesn't need to be run
from inside of a git archive.  Since git-tar-tree is now only a
wrapper for git-archive, which calls setup_git_directory() as
needed, we should drop the flag RUN_SETUP.

Signed-off-by: Rene Scharfe &lt;rene.scharfe@lsrfire.ath.cx&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>test-lib: separate individual test better in verbose mode.</title>
<updated>2006-10-08T04:33:48Z</updated>
<author>
<name>Martin Waitz</name>
<email>tali@admingilde.org</email>
</author>
<published>2006-10-07T19:27:46Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=7a0cf2d0138cf3abd3f2c3c9a1aa4dc55bf0700f'/>
<id>urn:sha1:7a0cf2d0138cf3abd3f2c3c9a1aa4dc55bf0700f</id>
<content type='text'>
When running tests with --verbose it is difficult to see where
one test starts and where it ends because everything is printed
in one big lump.
Fix that by printing one single newline between each test.

Signed-off-by: Martin Waitz &lt;tali@admingilde.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>git-commit: fix coding style.</title>
<updated>2006-10-08T04:28:17Z</updated>
<author>
<name>Martin Waitz</name>
<email>tali@admingilde.org</email>
</author>
<published>2006-10-07T19:07:40Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=3de63c3f9f82cd0a43f3f69dd1e3662bc101d629'/>
<id>urn:sha1:3de63c3f9f82cd0a43f3f69dd1e3662bc101d629</id>
<content type='text'>
git-commit.sh was using a mixture of spaces and tabs for indentation.
This is changed to one tab per indentation level.
No code changes.

Signed-off-by: Martin Waitz &lt;tali@admingilde.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb: [commit view] Do not suppress commitdiff link in root commit</title>
<updated>2006-10-07T09:19:17Z</updated>
<author>
<name>Petr Baudis</name>
<email>pasky@suse.cz</email>
</author>
<published>2006-10-06T16:59:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=a144154f85fe1d61da2a515e79ea1d08b5137f20'/>
<id>urn:sha1:a144154f85fe1d61da2a515e79ea1d08b5137f20</id>
<content type='text'>
There's no reason for that, the commitdiff view is meaningful for the
root commit as well and we link to it everywhere else.

Signed-off-by: Petr Baudis &lt;pasky@suse.cz&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb: Handle commits with empty commit messages more reasonably</title>
<updated>2006-10-07T09:16:33Z</updated>
<author>
<name>Petr Baudis</name>
<email>pasky@suse.cz</email>
</author>
<published>2006-10-06T16:55:04Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=7e0fe5c939bdd5cc2885d21799e95304a46bf706'/>
<id>urn:sha1:7e0fe5c939bdd5cc2885d21799e95304a46bf706</id>
<content type='text'>
Currently those look very weird, you can't get easily at the commit view
etc. This patch makes their title '(no commit message)'.

Signed-off-by: Petr Baudis &lt;pasky@suse.cz&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb: Separate (new) and (deleted) in commitdiff by a space</title>
<updated>2006-10-07T09:16:22Z</updated>
<author>
<name>Petr Baudis</name>
<email>pasky@suse.cz</email>
</author>
<published>2006-10-06T16:00:17Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=689b7f5ccbbb71f5a1a165cfb1e24abd42c7d009'/>
<id>urn:sha1:689b7f5ccbbb71f5a1a165cfb1e24abd42c7d009</id>
<content type='text'>
Currently it's pasted to the sha1 of the blob and looks ugly.

Signed-off-by: Petr Baudis &lt;pasky@suse.cz&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Show snapshot link in shortlog only if have_snapsho</title>
<updated>2006-10-07T08:38:46Z</updated>
<author>
<name>Petr Baudis</name>
<email>pasky@suse.cz</email>
</author>
<published>2006-10-06T13:57:52Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=55ff35cb649e77f7633f9a30e9988ecad1371fe5'/>
<id>urn:sha1:55ff35cb649e77f7633f9a30e9988ecad1371fe5</id>
<content type='text'>
Signed-off-by: Petr Baudis &lt;pasky@suse.cz&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
</feed>
