OSDN Git Service

Merge branch 'jk/format-patch-number-singleton-patch-with-cover'
authorJunio C Hamano <gitster@pobox.com>
Fri, 9 Sep 2016 04:49:47 +0000 (21:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 9 Sep 2016 04:49:47 +0000 (21:49 -0700)
"git format-patch --cover-letter HEAD^" to format a single patch
with a separate cover letter now numbers the output as [PATCH 0/1]
and [PATCH 1/1] by default.

* jk/format-patch-number-singleton-patch-with-cover:
  format-patch: show 0/1 and 1/1 for singleton patch with cover letter

1  2 
builtin/log.c

diff --cc builtin/log.c
Simple merge