author | Linus Torvalds <torvalds@linux-foundation.org> | |
Tue, 15 Apr 2008 18:01:36 +0000 (11:01 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 16 Apr 2008 06:53:26 +0000 (23:53 -0700) | ||
commit | 6a28518ae098fad99ca3774ad7ed17bb681b809b | |
tree | ade086fced95db2def4e6b63e2ee3dbd494b4e06 | tree | snapshot |
parent | 48949a18c852e5119827278c37f791921e640688 | commit | diff |
Ignore leading empty lines while summarizing merges
"git log" and friends normally skip the initial empty lines when showing
one-line summary of a commit, but merge summary didn't.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
----
builtin-fmt-merge-msg.c | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
"git log" and friends normally skip the initial empty lines when showing
one-line summary of a commit, but merge summary didn't.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
----
builtin-fmt-merge-msg.c | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-fmt-merge-msg.c | diff | blob | history |