]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-log.c
t0107: Skip ZIP tests if unzip(1) isn't available
[ps-cgit] / ui-log.c
index 93af0cee4d5f39c18e3e4727b8662b9f197f8391..2aa12c34e967df47a07e9c609b04057ef4829bdb 100644 (file)
--- a/ui-log.c
+++ b/ui-log.c
@@ -403,7 +403,6 @@ void cgit_print_log(const char *tip, int ofs, int cnt, char *grep, char *pattern
                commit->parents = NULL;
        }
 
-       init_display_notes(NULL);
        for (i = 0; i < cnt && (commit = get_revision(&rev)) != NULL; i++) {
                print_commit(commit, &rev);
                free(commit->buffer);