diff --git a/ui-tree.c b/ui-tree.c index c5d64ff..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("\n"); idx = 0; start = 0;