Fix git-format-patch -s to include a Signed-off-by: line...
[git.git] / git-commit.sh
index 82d743b..193feeb 100755 (executable)
@@ -165,6 +165,7 @@ then
        then
                pick_author_script='
                /^author /{
+                       s/'\''/'\''\\'\'\''/g
                        h
                        s/^author \([^<]*\) <[^>]*> .*$/\1/
                        s/'\''/'\''\'\'\''/g