summaryrefslogtreecommitdiff
path: root/git-shortlog
Commit message (Collapse)AuthorAgeFilesLines
* [PATCH] list shortlog items in commit orderNicolas Pitre2005-08-021-1/+1
| | | | | | | | | | | 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 <nico@cam.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
* git-shortlog: add name translations for 'sparse' repoLinus Torvalds2005-06-041-1/+11
|
* Add git-shortlog perl scriptLinus Torvalds2005-06-041-0/+167
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.