diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-05-25 09:02:03 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-05-25 11:24:08 -0700 |
commit | a3347b988a338e95b7f3b11eda776ac0d7b84dd0 (patch) | |
tree | b48538117bd7c5dcd0a2ba60ab1a9b184f553b39 /contrib/git-jump | |
parent | config doc: remove confusion about relative GIT_DIR from FILES section (diff) | |
download | tgif-a3347b988a338e95b7f3b11eda776ac0d7b84dd0.tar.xz |
fmt-merge-message: add empty line between tag and signature verification
When adding the information from a tag, put an empty line between the
message of the tag and the commented-out signature verification
information.
At least for the kernel workflow, I often end up re-formatting the message
that people send me in the tag data. In that situation, putting the tag
message and the tag signature verification back-to-back then means that
normal editor "reflow parapgraph" command will get confused and think that
the signature is a continuation of the last message paragraph.
So I always end up having to first add an empty line, and then go back and
reflow the last paragraph. Let's just do it in git directly.
The extra vertical space also makes the verification visually stand out
more from the user-supplied message, so it looks a bit more readable to me
too, but that may be just an odd personal preference.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/git-jump')
0 files changed, 0 insertions, 0 deletions