Update to libgit 1.5.2-rc2

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
diff --git a/ui-summary.c b/ui-summary.c
index 42f4300..0a7869b 100644
--- a/ui-summary.c
+++ b/ui-summary.c
@@ -62,7 +62,7 @@
 	url = cgit_pageurl(cgit_query_repo, page, 
 			   fmt("id=%s", sha1_to_hex(obj->sha1)));
 	html_link_open(url, NULL, NULL);
-	htmlf("%s %s", type_names[obj->type], 
+	htmlf("%s %s", typename(obj->type), 
 	      sha1_to_hex(obj->sha1));
 	html_link_close();
 }