Add cgit_query.nohead flag

This flag is set when no HEAD is specified in the querystring. Currently
it has no users, but it will be used by ui-snapshot to invoke a DWIM-mode
where the revision is extracted from the snapshot name.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Lars Hjemli
2008-10-11 19:05:50 +02:00
父節點 cb1cc0d82d
當前提交 5632ba35d1
共有 2 個文件被更改,包括 2 次插入0 次删除

1
cgit.h
查看文件

@ -120,6 +120,7 @@ struct cgit_query {
char *mimetype;
char *url;
int ofs;
int nohead;
};
struct cgit_config {