From: Fredrik Gustafsson Date: Sat, 25 Apr 2015 05:42:45 +0000 (+0200) Subject: Documentation: clarify how "git commit" cleans up the edited log message X-Git-Tag: v2.4.3~4^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/9a35c14d64c3f76f99dd2853077e27cde2a30db7?ds=sidebyside;hp=9a35c14d64c3f76f99dd2853077e27cde2a30db7 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 Signed-off-by: Junio C Hamano ---