builtin-commit: Add newline when showing which commit was created
commit129fa606365c172d07a5d98bea9345277f221363
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sun, 11 Nov 2007 17:36:52 +0000 (11 17:36 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 23 Nov 2007 01:05:03 +0000 (22 17:05 -0800)
treee2f612257b02569d8b65e3f024e364b4ba0f97af
parentf9568530c97757d840171c685fd623e1f68bc552
builtin-commit: Add newline when showing which commit was created

The function log_tree_commit() does not break the line, so we have to
do it ourselves.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-commit.c