diff options
Diffstat (limited to 'third_party/cgit/cmd.c')
-rw-r--r-- | third_party/cgit/cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/cgit/cmd.c b/third_party/cgit/cmd.c index 0fd0a01bc87f..8fac7e9c09bf 100644 --- a/third_party/cgit/cmd.c +++ b/third_party/cgit/cmd.c @@ -150,7 +150,7 @@ struct cgit_cmd *cgit_get_cmd(void) static struct cgit_cmd cmds[] = { def_cmd(HEAD, 1, 0, 1), def_cmd(atom, 1, 0, 0), - def_cmd(about, 0, 0, 0), + def_cmd(about, 1, 1, 0), def_cmd(blame, 1, 1, 0), def_cmd(blob, 1, 0, 0), def_cmd(commit, 1, 1, 0), |