• J
    git-format-patch -3 · 7c496280
    Junio C Hamano 提交于
    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: NJunio C Hamano <junkio@cox.net>
    7c496280
builtin-log.c 16.5 KB