mirror of
https://git.zx2c4.com/cgit
synced 2025-08-04 01:54:28 +02:00
about: move layout into page functions
Signed-off-by: John Keeping <john@keeping.me.uk>
This commit is contained in:
parent
764987980e
commit
51d9176e4b
3 changed files with 11 additions and 4 deletions
2
cmd.c
2
cmd.c
|
@ -155,7 +155,7 @@ struct cgit_cmd *cgit_get_cmd(void)
|
|||
static struct cgit_cmd cmds[] = {
|
||||
def_cmd(HEAD, 1, 0, 0, 1),
|
||||
def_cmd(atom, 1, 0, 0, 0),
|
||||
def_cmp(about, 0, 1, 0, 0),
|
||||
def_cmp(about, 0, 0, 0, 0),
|
||||
def_cmd(blob, 1, 0, 0, 0),
|
||||
def_cmd(commit, 1, 1, 1, 0),
|
||||
def_cmd(diff, 1, 1, 1, 0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue