Unify appending signoff in format-patch, commit and sequencer
[gitweb.git] / builtin / commit.c
index 1dd2ec5e6f878c02e2858d72f08d8b88d67bcd85..7b9e2ac2ebbe29efbda17bf0640f8796ead9d080 100644 (file)
@@ -700,7 +700,7 @@ static int prepare_to_commit(const char *index_file, const char *prefix,
                        previous = eol;
                }
 
-               append_signoff(&sb, ignore_footer);
+               append_signoff(&sb, ignore_footer, 0);
        }
 
        if (fwrite(sb.buf, 1, sb.len, s->fp) < sb.len)