]> granicus.if.org Git - cgit/commitdiff
link raw blob from tree file view
authorMichael Krelin <hacker@klever.net>
Sat, 21 Jul 2007 17:51:47 +0000 (19:51 +0200)
committerMichael Krelin <hacker@klever.net>
Sat, 21 Jul 2007 17:51:47 +0000 (19:51 +0200)
Signed-off-by: Michael Krelin <hacker@klever.net>
ui-tree.c

index c5d64ffe81246cd6fbf937b8ae1fe9dfd84bfdd9..75ce449e99cc12c1d9bb8a3e8a655761d5898d7b 100644 (file)
--- 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: <a href='");
+       html_attr(cgit_pageurl(cgit_query_repo, "blob", fmt("id=%s", sha1_to_hex(sha1))));
+       htmlf("'>%s</a>",sha1_to_hex(sha1));
+
        html("<table class='blob'>\n");
        idx = 0;
        start = 0;