diff options
| author | Elis Eriksson <spelis.tech@gmail.com> | 2026-03-26 19:08:03 +0100 |
|---|---|---|
| committer | Elis Eriksson <spelis.tech@gmail.com> | 2026-03-26 19:08:03 +0100 |
| commit | a2a39cb2287a29767fa3bc98d05f01430c668362 (patch) | |
| tree | 5428225706ae55714227f330e4f8503a96d9cee2 /cgit.h | |
| parent | 0d8e5fbc31e1082063bfb5155c35b7869721152b (diff) | |
| download | cgit-a2a39cb2287a29767fa3bc98d05f01430c668362.tar cgit-a2a39cb2287a29767fa3bc98d05f01430c668362.tar.gz cgit-a2a39cb2287a29767fa3bc98d05f01430c668362.tar.bz2 cgit-a2a39cb2287a29767fa3bc98d05f01430c668362.tar.lz cgit-a2a39cb2287a29767fa3bc98d05f01430c668362.tar.xz cgit-a2a39cb2287a29767fa3bc98d05f01430c668362.tar.zst cgit-a2a39cb2287a29767fa3bc98d05f01430c668362.zip | |
slight changes, idk how to write proper commit messages hehe
Diffstat (limited to 'cgit.h')
| -rw-r--r-- | cgit.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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, |
