Merge branch 'jx/clean-interactive'
[gitweb.git] / line-log.c
index d40c79dc2be2cc2a6f405bd9c399a929d1324dcd..8b6e497b3ff187ee328cba395f30d3db7f86c0b4 100644 (file)
@@ -760,7 +760,7 @@ void line_log_init(struct rev_info *rev, const char *prefix, struct string_list
                        r = r->next;
                }
                paths[count] = NULL;
-               init_pathspec(&rev->diffopt.pathspec, paths);
+               parse_pathspec(&rev->diffopt.pathspec, 0, 0, "", paths);
                free(paths);
        }
 }