all repos — cgit @ d6b01dac856efda565d4085e77826fd9ac83348a

a hyperfast web frontend for git written in c

link raw blob from tree file view

Signed-off-by: Michael Krelin <hacker@klever.net>
Michael Krelin hacker@klever.net
Sat, 21 Jul 2007 19:51:47 +0200
commit

d6b01dac856efda565d4085e77826fd9ac83348a

parent

bbd4a14456789a2114d8bb0f7ba245af3605bb49

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M ui-tree.cui-tree.c

@@ -32,6 +32,10 @@ sha1_to_hex(sha1)));

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;