index
:
patchwork/cgit.git
master
cgit - fast webinterface for git
summary
refs
log
tree
commit
diff
about
log msg
author
committer
range
path:
root
/
cmd.h
Side-by-side diff
Diffstat
(limited to 'cmd.h') (
more
/
less
context) (
ignore
whitespace changes)
-rw-r--r--
cmd.h
3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd.h b/cmd.h
index ec9e691..8dc01bd 100644
--- a/
cmd.h
+++ b/
cmd.h
@@ -8,5 +8,6 @@ struct cgit_cmd {
cgit_cmd_fn fn;
unsigned int want_repo:1,
- want_layout:1;
+ want_layout:1,
+ want_vpath:1;
};