submodule: display summary header in bold
[gitweb.git] / diff.c
diff --git a/diff.c b/diff.c
index af01fa9b13a0ad99d45e55ee47042ca422a174f3..28933e457ef00c56256341d0ec34427a68a00e6c 100644 (file)
--- a/diff.c
+++ b/diff.c
@@ -2259,7 +2259,7 @@ static void builtin_diff(const char *name_a,
                const char *add = diff_get_color_opt(o, DIFF_FILE_NEW);
                show_submodule_summary(o->file, one ? one->path : two->path,
                                one->sha1, two->sha1, two->dirty_submodule,
-                               del, add, reset);
+                               meta, del, add, reset);
                return;
        }