Print submodule revision next to submodule link

Tento commit je obsažen v:
stfn 2013-02-27 19:47:17 +01:00 odevzdal Jason A. Donenfeld
rodič 05da4c2822
revize c0a92e82da

Zobrazit soubor

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