X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/a215bf4620113fcefb8dd3442bf3501bd648c463..1d4aaff696ee1b9085dda0f0f3d84d9d20d96db0:/ui-tree.c diff --git a/ui-tree.c b/ui-tree.c index b6cb813..75ce449 100644 --- a/ui-tree.c +++ b/ui-tree.c @@ -32,6 +32,10 @@ static void print_object(const unsigned char *sha1, char *path) return; } + html(" blob: %s",sha1_to_hex(sha1)); + html("
| "); cgit_log_link("log", NULL, "button", cgit_query_head, curr_rev, - fullpath); + fullpath, 0); html(" | \n"); free(name); return 0;