]> git.ipfire.org Git - thirdparty/git.git/commit - shortlog.h
Add API access to shortlog
authorDaniel Barkalow <barkalow@iabervon.org>
Mon, 25 Feb 2008 23:24:14 +0000 (18:24 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 26 Feb 2008 03:57:06 +0000 (19:57 -0800)
commit552bcac3f9f34833cf546f8c197da4c1985a0b84
treefe809e852151e65fbaa0dbbc3e4a23ce4b1eea58
parent1ba0836307c463ce6de11868c85aa46c7396dae4
Add API access to shortlog

Shortlog is gives a pretty simple API for cases where you're already
identifying all of the individual commits. Make this available to
other code instead of requiring them to use the revision API and
command line.

Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
builtin-shortlog.c
shortlog.h [new file with mode: 0644]