-rw-r--r-- | shared.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -118,3 +118,3 @@ struct repoinfo *add_repo(const char *url) ret->path = NULL; - ret->desc = NULL; + ret->desc = "[no description]"; ret->owner = NULL; |
![]() |
index : patchwork/cgit.git | |
cgit - fast webinterface for git |
summaryrefslogtreecommitdiffabout |
-rw-r--r-- | shared.c | 2 |
@@ -118,3 +118,3 @@ struct repoinfo *add_repo(const char *url) ret->path = NULL; - ret->desc = NULL; + ret->desc = "[no description]"; ret->owner = NULL; |