Add msg_sep to diff_options
[gitweb.git] / diff.c
diff --git a/diff.c b/diff.c
index 928345199d60fef23087f9fba1160c1132263e0f..491b846f6238e5915313e955ca4822fccc72707f 100644 (file)
--- a/diff.c
+++ b/diff.c
@@ -1424,6 +1424,7 @@ void diff_setup(struct diff_options *options)
        options->break_opt = -1;
        options->rename_limit = -1;
        options->context = 3;
+       options->msg_sep = "\n";
 
        options->change = diff_change;
        options->add_remove = diff_addremove;