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