commit | 5632ba35d133ee29d46c031cdd4b4a37097b8ca1 | [log] [tgz] |
---|---|---|
author | Lars Hjemli <hjemli@gmail.com> | Sat Oct 11 19:05:50 2008 +0200 |
committer | Lars Hjemli <hjemli@gmail.com> | Sat Oct 11 19:05:50 2008 +0200 |
tree | 6e95881e8ec6bb812a82668fd45e4ca28b8d0f97 | |
parent | cb1cc0d82d764051d8376281fcb556153f074c1a [diff] [blame] |
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>
diff --git a/cgit.h b/cgit.h index d07185c..91db98a 100644 --- a/cgit.h +++ b/cgit.h
@@ -120,6 +120,7 @@ char *mimetype; char *url; int ofs; + int nohead; }; struct cgit_config {