commit | 5ee29aefac94d4ed11fc5101c89697f39057abb5 | [log] [tgz] |
---|---|---|
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | Thu Jan 03 23:16:37 2013 +0700 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Jan 03 09:01:38 2013 -0800 |
tree | 5d3ed463fa858e2638497603af4513bd41a932ad | |
parent | 20b630aae924e35c24ee3d082362c36bee1c97b3 [diff] |
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>