From: stfn Date: Wed, 27 Feb 2013 18:47:17 +0000 (+0100) Subject: Print submodule revision next to submodule link X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/c0a92e82da3063efc230538ba109ff95aa59589a Print submodule revision next to submodule link --- diff --git a/ui-shared.c b/ui-shared.c index 75b97a1..c4fb437 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -564,6 +564,7 @@ void cgit_submodule_link(const char *class, char *path, const char *rev) html("'>"); html_txt(path); html(""); + html_txt(fmt(" @ %.7s", rev)); if (item && tail) path[len - 1] = tail; }