]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/commit.c
commit -C: skip blank lines at the beginning of the message
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 29 Jun 2016 14:14:42 +0000 (16:14 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 29 Jun 2016 21:56:37 +0000 (14:56 -0700)
commit84e213a30a1d4a3835e23b2f3d6217eb74ea55f7
treec0294371210ad9c52f66c001be0b1e9a28e536a2
parent4e1b06da252a7609f0c6641750e6acbec451e698
commit -C: skip blank lines at the beginning of the message

Consistent with the pretty-printing machinery, we skip leading blank
lines (if any) of existing commit messages.

While Git itself only produces commit objects with a single empty line
between commit header and commit message, it is legal to have more than
one blank line (i.e. lines containing only white space, or no
characters) at the beginning of the commit message, and the
pretty-printing code already handles that.

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