git-format-patch -3
commit7c496280104e02cb2a02dbbe0caf3510e0e87e42
authorJunio C Hamano <junkio@cox.net>
Wed, 17 Jan 2007 21:35:13 +0000 (17 13:35 -0800)
committerJunio C Hamano <junkio@cox.net>
Thu, 18 Jan 2007 07:48:20 +0000 (17 23:48 -0800)
treec933ac8386c39163593f100bc09c00efac550efa
parentdf1b059d8dd5c16edaa98d7da842b2a32c01e526
git-format-patch -3

This teaches "git-format-patch" to honor the --max-count
parameter revision traversal machinery takes, so that you can
say "git-format-patch -3" to process the three topmost commits
from the current HEAD (or "git-format-patch -2 topic" to name a
specific branch).

Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-format-patch.txt
builtin-log.c