all repos — cgit @ c0a92e82da3063efc230538ba109ff95aa59589a

a hyperfast web frontend for git written in c

Print submodule revision next to submodule link
stfn stfnmd@gmail.com
Wed, 27 Feb 2013 19:47:17 +0100
commit

c0a92e82da3063efc230538ba109ff95aa59589a

parent

05da4c2822f60649786c0dd81f01a3855846248f

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

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

@@ -564,6 +564,7 @@ }

html("'>"); html_txt(path); html("</a>"); + html_txt(fmt(" @ %.7s", rev)); if (item && tail) path[len - 1] = tail; }