mirror of
https://git.zx2c4.com/cgit
synced 2025-07-14 20:24:36 +02:00
Merge branch 'full-log'
Conflicts: cgit.c cgit.h
This commit is contained in:
commit
3c32fe0771
9 changed files with 61 additions and 13 deletions
2
cgit.c
2
cgit.c
|
@ -156,6 +156,8 @@ static void querystring_cb(const char *name, const char *value)
|
|||
ctx.qry.mimetype = xstrdup(value);
|
||||
} else if (!strcmp(name, "s")){
|
||||
ctx.qry.sort = xstrdup(value);
|
||||
} else if (!strcmp(name, "showmsg")) {
|
||||
ctx.qry.showmsg = atoi(value);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue