-rw-r--r-- | cgit.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -63,2 +63,3 @@ struct cgit_repo { int enable_log_linecount; + time_t mtime; }; @@ -123,2 +124,4 @@ struct cgit_query { int nohead; + char *sort; + int showmsg; }; |
![]() |
index : patchwork/cgit.git | |
cgit - fast webinterface for git |
summaryrefslogtreecommitdiffabout |
-rw-r--r-- | cgit.h | 3 |
@@ -63,2 +63,3 @@ struct cgit_repo { int enable_log_linecount; + time_t mtime; }; @@ -123,2 +124,4 @@ struct cgit_query { int nohead; + char *sort; + int showmsg; }; |