<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/git-shortlog, branch v0.99.9c</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v0.99.9c</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v0.99.9c'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2005-09-08T00:45:20Z</updated>
<entry>
<title>Big tool rename.</title>
<updated>2005-09-08T00:45:20Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-09-08T00:26:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=215a7ad1ef790467a4cd3f0dcffbd6e5f04c38f7'/>
<id>urn:sha1:215a7ad1ef790467a4cd3f0dcffbd6e5f04c38f7</id>
<content type='text'>
As promised, this is the "big tool rename" patch.  The primary differences
since 0.99.6 are:

  (1) git-*-script are no more.  The commands installed do not
      have any such suffix so users do not have to remember if
      something is implemented as a shell script or not.

  (2) Many command names with 'cache' in them are renamed with
      'index' if that is what they mean.

There are backward compatibility symblic links so that you and
Porcelains can keep using the old names, but the backward
compatibility support  is expected to be removed in the near
future.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] list shortlog items in commit order</title>
<updated>2005-08-03T05:51:06Z</updated>
<author>
<name>Nicolas Pitre</name>
<email>nico@cam.org</email>
</author>
<published>2005-08-02T21:18:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=72d7121cc00c890c2962a5b4bff06a2af6a15df5'/>
<id>urn:sha1:72d7121cc00c890c2962a5b4bff06a2af6a15df5</id>
<content type='text'>
The current shortlog list is backward making it look odd.
This reverses it so things appear more logically.

[jc: Nico says that this restores the short-log behaviour from
the BK days.]

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>git-shortlog: add name translations for 'sparse' repo</title>
<updated>2005-06-05T03:33:01Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-06-05T03:33:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=848b292e835f10b0f859b22415be6e3fa951c55e'/>
<id>urn:sha1:848b292e835f10b0f859b22415be6e3fa951c55e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add git-shortlog perl script</title>
<updated>2005-06-05T03:21:35Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-06-05T03:21:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=fa375c7f1b6298b128492b0935e92ecd0fd668e4'/>
<id>urn:sha1:fa375c7f1b6298b128492b0935e92ecd0fd668e4</id>
<content type='text'>
Somebody finally came through - Jeff Garzik gets a gold
star for writing a shortlog script for git, so that I
can do nice release announcments again.

I added name translations from the current kernel history
(and git, for that matter). Hopefully it won't grow at
nearly the same rate the BK equivalent did, since 99% of
the time git records the full name already.

Usage: just do

        git-rev-list --pretty HEAD ^LAST_HEAD | git-shortlog

or, in fact, use any of the other tools (git-diff-tree,
git-whatchanged etc) that use the default "pretty" commit format.
</content>
</entry>
</feed>
