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 {