Documentation: clarify how "git commit" cleans up the edited log message
commit9a35c14d64c3f76f99dd2853077e27cde2a30db7
authorFredrik Gustafsson <iveqy@iveqy.com>
Sat, 25 Apr 2015 05:42:45 +0000 (25 07:42 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Apr 2015 18:32:55 +0000 (27 11:32 -0700)
tree1ae59a4f360d6e0a0cf780bc8802d3048cfc6274
parent564705c7f0938107f372cc1aa3a54689f30473bf
Documentation: clarify how "git commit" cleans up the edited log message

The `-v` shows a unified diff in the editor to edit the commit
message to help the user to describe the change.  The diff is
stripped and will not become a part of the commit message.

Add a note about this with the `-v` description and slightly modify
the description for the default `--cleanup` mode.

Signed-off-by: Fredrik Gustafsson <iveqy@iveqy.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-commit.txt