]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
ui-log: add support for showing the full commit message
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index 08fd95a528ef9ab925d1bc899cdf70f4f10dd41d..aab898b03bdbff524059b17b2ebc136243fa605d 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -118,7 +118,10 @@ struct cgit_query {
        char *path;
        char *name;
        char *mimetype;
+       char *url;
        int   ofs;
+       int nohead;
+       int showmsg;
 };
 
 struct cgit_config {