documentation: help: add "man.<tool>.path" config variable
[gitweb.git] / builtin-commit.c
index bcb7aaaa93bb11bfb965fe67a644e2dd46c21c1b..b41d4a3561d6fd4376c1520c3b7dd436674e8325 100644 (file)
@@ -808,7 +808,7 @@ static void print_summary(const char *prefix, const unsigned char *sha1)
 
        rev.verbose_header = 1;
        rev.show_root_diff = 1;
-       rev.commit_format = get_commit_format("format:%h: %s");
+       get_commit_format("format:%h: %s", &rev);
        rev.always_show_header = 0;
        rev.diffopt.detect_rename = 1;
        rev.diffopt.rename_limit = 100;