ui-tag: show the taggers email
If it's specified there's no point in hiding it. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Tento commit je obsažen v:
rodič
a8305a9543
revize
a608ff7ba3
4
ui-tag.c
4
ui-tag.c
@ -63,6 +63,10 @@ void cgit_print_tag(char *revname)
|
||||
if (info->tagger) {
|
||||
html("<tr><td>Tagged by</td><td>");
|
||||
html_txt(info->tagger);
|
||||
if (info->tagger_email) {
|
||||
html(" ");
|
||||
html_txt(info->tagger_email);
|
||||
}
|
||||
html("</td></tr>\n");
|
||||
}
|
||||
html("<tr><td>Tagged object</td><td>");
|
||||
|
Načítá se…
Odkázat v novém úkolu
Zablokovat Uživatele