diff --git a/ui-summary.c b/ui-summary.c index 70ea908..46ca713 100644 --- a/ui-summary.c +++ b/ui-summary.c @@ -31,9 +31,11 @@ static void print_url(const char *url) htmlf("Clone\n", columns); } - htmlf(""); + html("' title='"); + html_attr(ctx.repo->name); + html(" Git repository'>"); html_txt(url); html("\n"); }