From a2a39cb2287a29767fa3bc98d05f01430c668362 Mon Sep 17 00:00:00 2001 From: Elis Eriksson Date: Thu, 26 Mar 2026 19:08:03 +0100 Subject: slight changes, idk how to write proper commit messages hehe --- cgit.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cgit.h') diff --git a/cgit.h b/cgit.h index 6945eb9..3549328 100644 --- a/cgit.h +++ b/cgit.h @@ -119,6 +119,8 @@ struct cgit_repo { struct string_list submodules; int hide; int ignore; + char *primary_lang; + int lang_confidence; }; typedef void (*repo_config_fn)(struct cgit_repo *repo, const char *name, -- cgit v1.3-7-ge9ab