mirror of
https://git.zx2c4.com/cgit
synced 2025-08-03 09:34:43 +02:00
Update to libgit 1.5.2-rc2
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
66cacd053b
commit
61c3ca978c
9 changed files with 50 additions and 837 deletions
|
@ -62,7 +62,7 @@ static void cgit_print_object_ref(struct object *obj)
|
|||
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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue