From d946c8cf11385f5766e827ae71b3fc798750a335 Mon Sep 17 00:00:00 2001 From: justanothercatgirl Date: Wed, 2 Apr 2025 21:00:51 +0200 Subject: Added default_index config parameter. Note: currently breaks repos that contain no readme --- ui-plain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui-plain.c') diff --git a/ui-plain.c b/ui-plain.c index 4d69607..d95fb22 100644 --- a/ui-plain.c +++ b/ui-plain.c @@ -18,7 +18,7 @@ struct walk_tree_context { int match; }; -static int print_object(const struct object_id *oid, const char *path) +int print_object(const struct object_id *oid, const char *path) { enum object_type type; char *buf, *mimetype; -- cgit v1.2.3-70-g09d2