Add support for sorting by Age in the repolist
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Dieser Commit ist enthalten in:
committet von
Lars Hjemli
Ursprung
7b5cee65fd
Commit
d71c0c725d
2
cgit.c
2
cgit.c
@@ -154,6 +154,8 @@ static void querystring_cb(const char *name, const char *value)
|
||||
ctx.qry.name = xstrdup(value);
|
||||
} else if (!strcmp(name, "mimetype")) {
|
||||
ctx.qry.mimetype = xstrdup(value);
|
||||
} else if (!strcmp(name, "s")){
|
||||
ctx.qry.sort = xstrdup(value);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren