format-patch: pick up branch description when no ref is specified
commit5ee29aefac94d4ed11fc5101c89697f39057abb5
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Thu, 3 Jan 2013 16:16:37 +0000 (3 23:16 +0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 Jan 2013 17:01:38 +0000 (3 09:01 -0800)
tree5d3ed463fa858e2638497603af4513bd41a932ad
parent20b630aae924e35c24ee3d082362c36bee1c97b3
format-patch: pick up branch description when no ref is specified

We only try to get branch name in "format-patch origin" case or
similar and not "format-patch -22" where HEAD is automatically
added. Without correct branch name, branch description cannot be
added. Make sure we always get branch name.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/log.c
t/t4014-format-patch.sh