From: Michael Krelin Date: Sat, 21 Jul 2007 17:51:47 +0000 (+0200) Subject: link raw blob from tree file view X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/d6b01dac856efda565d4085e77826fd9ac83348a link raw blob from tree file view Signed-off-by: Michael Krelin --- 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;