contrib/subtree: use %B for split subject/body
[gitweb.git] / contrib / subtree / git-subtree.sh
index 920c664bb7c7a4e1aa455479e2caef3d6c6dc786..559821092dd0214b9c9ccce7a623666300adb7ac 100755 (executable)
@@ -296,7 +296,7 @@ copy_commit()
        # We're going to set some environment vars here, so
        # do it in a subshell to get rid of them safely later
        debug copy_commit "{$1}" "{$2}" "{$3}"
-       git log -1 --pretty=format:'%an%n%ae%n%ad%n%cn%n%ce%n%cd%n%s%n%n%b' "$1" |
+       git log -1 --pretty=format:'%an%n%ae%n%ad%n%cn%n%ce%n%cd%n%B' "$1" |
        (
                read GIT_AUTHOR_NAME
                read GIT_AUTHOR_EMAIL