delim = "&";
}
html("'>");
- html_txt(name);
+ if (name[0] != '\0')
+ html_txt(name);
+ else
+ html_txt("(no commit message)");
html("</a>");
}
html("'>");
html_txt(path);
html("</a>");
+ html_txt(fmt(" @ %.7s", rev));
if (item && tail)
path[len - 1] = tail;
}