receive.fsck.<msg-id> tests: remove dead code
[gitweb.git] / sequencer.c
index b89d5f2e34f960fc8d171ecb4862a65e841221de..16c1411054ab16a677b323bee035ef27a9005d18 100644 (file)
@@ -4022,7 +4022,7 @@ static int make_script_with_merges(struct pretty_print_context *pp,
                entry = oidmap_get(&state.commit2label, &commit->object.oid);
 
                if (entry)
-                       fprintf(out, "\n# Branch %s\n", entry->string);
+                       fprintf(out, "\n%c Branch %s\n", comment_line_char, entry->string);
                else
                        fprintf(out, "\n");