Commit Diff


commit - deac617cc77c38c186932807abd78a8191e72301
commit + f9315db03ecd251537cbd120c3e7bc8834bbd67a
blob - 9e8a8492e829e72113f7b1de73127250fed0aa48
blob + 20a9cf0606f6b35abd60cd13e69f12868504201c
--- gotweb/gotweb.c
+++ gotweb/gotweb.c
@@ -2942,6 +2942,8 @@ gw_init_header()
 
 	header->refs_str = NULL;
 	header->commit_id = NULL;
+	header->committer = NULL;
+	header->author = NULL;
 	header->parent_id = NULL;
 	header->tree_id = NULL;
 	header->commit_msg = NULL;