mirror of
https://git.zx2c4.com/cgit
synced 2025-08-03 01:25:34 +02:00
Merge branch 'jh/context-lines'
Conflicts: cgit.c cgit.h
This commit is contained in:
commit
6f92f332e6
7 changed files with 34 additions and 8 deletions
2
cgit.c
2
cgit.c
|
@ -258,6 +258,8 @@ static void querystring_cb(const char *name, const char *value)
|
|||
ctx.qry.ssdiff = atoi(value);
|
||||
} else if (!strcmp(name, "all")) {
|
||||
ctx.qry.show_all = atoi(value);
|
||||
} else if (!strcmp(name, "context")) {
|
||||
ctx.qry.context = atoi(value);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue