author | Junio C Hamano <junkio@cox.net> | |
Wed, 17 Jan 2007 21:35:13 +0000 (13:35 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 18 Jan 2007 07:48:20 +0000 (23:48 -0800) | ||
commit | 7c496280104e02cb2a02dbbe0caf3510e0e87e42 | |
tree | c933ac8386c39163593f100bc09c00efac550efa | tree | snapshot |
parent | df1b059d8dd5c16edaa98d7da842b2a32c01e526 | commit | diff |
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>
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 | diff | blob | history | |
builtin-log.c | diff | blob | history |