]> git.ipfire.org Git - thirdparty/git.git/commit - t/t7500-commit-template-squash-signoff.sh
commit-template: distinguish status information unconditionally
authorKaartic Sivaraam <kaarticsivaraam91196@gmail.com>
Fri, 30 Jun 2017 12:12:21 +0000 (17:42 +0530)
committerJunio C Hamano <gitster@pobox.com>
Fri, 30 Jun 2017 14:50:21 +0000 (07:50 -0700)
commitb3cf1b77894861920671def129a981b54ec9618e
tree066f8b9735f54eae4abcbca0db344fa076345205
parentb884244c844a5688f9e8de3256143839c7b3c40a
commit-template: distinguish status information unconditionally

The commit template adds the status information without
adding a new line to distinguish them in the absence
of optional parts. This results in difficulty in interpreting
it's content, specifically for inexperienced users.

Unconditionally, add new lines to separate the status message
from the other parts of the commit-template to make it more
readable.

Signed-off-by: Kaartic Sivaraam <kaarticsivaraam91196@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/commit.c
t/t7500-commit.sh