mirror of
https://git.zx2c4.com/cgit
synced 2025-09-01 15:25:33 +02:00
Make root handling sane again.
This commit is contained in:
parent
6bcda2f73d
commit
2e4a41e840
3 changed files with 14 additions and 14 deletions
|
@ -15,7 +15,7 @@ extern char *cgit_pageurl(const char *reponame, const char *pagename,
|
|||
extern void cgit_add_clone_urls(void (*fn)(const char *));
|
||||
|
||||
extern void cgit_index_link(const char *name, const char *title,
|
||||
const char *class, const char *pattern, const char *sort, int ofs);
|
||||
const char *class, const char *pattern, const char *sort, int ofs, int always_root);
|
||||
extern void cgit_summary_link(const char *name, const char *title,
|
||||
const char *class, const char *head);
|
||||
extern void cgit_tag_link(const char *name, const char *title,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue