mirror of
https://git.zx2c4.com/cgit
synced 2025-07-14 20:24:36 +02:00
Merge branch 'stable'
This commit is contained in:
commit
cb92d05b6b
2 changed files with 7 additions and 1 deletions
3
cgit.c
3
cgit.c
|
@ -177,6 +177,9 @@ void config_cb(const char *name, const char *value)
|
|||
|
||||
static void querystring_cb(const char *name, const char *value)
|
||||
{
|
||||
if (!value)
|
||||
value = "";
|
||||
|
||||
if (!strcmp(name,"r")) {
|
||||
ctx.qry.repo = xstrdup(value);
|
||||
ctx.repo = cgit_get_repoinfo(value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue