*/
#include "cgit.h"
+#include "ui-blob.h"
#include "html.h"
#include "ui-shared.h"
struct commit *commit;
struct pathspec_item path_items = {
.match = path,
- .len = strlen(path)
+ .len = path ? strlen(path) : 0
};
struct pathspec paths = {
.nr = 1,