ui-shared: remove "format" from cgit_print_age()

We never use any format other than FMT_SHORTDATE, so move that into the
function.

Signed-off-by: John Keeping <john@keeping.me.uk>
Cette révision appartient à :
John Keeping
2016-01-19 19:33:01 +00:00
révisé par Jason A. Donenfeld
Parent 23f7dadaab
révision 57ea1aa2a5
5 fichiers modifiés avec 9 ajouts et 9 suppressions

Voir le fichier

@ -204,7 +204,7 @@ static void print_commit(struct commit *commit, struct rev_info *revs)
}
else {
html("<td>");
cgit_print_age(commit->date, TM_WEEK * 2, FMT_SHORTDATE);
cgit_print_age(commit->date, TM_WEEK * 2);
html("</td>");
}
@ -244,7 +244,7 @@ static void print_commit(struct commit *commit, struct rev_info *revs)
if (revs->graph) {
html("</td><td>");
cgit_print_age(commit->date, TM_WEEK * 2, FMT_SHORTDATE);
cgit_print_age(commit->date, TM_WEEK * 2);
}
if (!lines_counted && (ctx.repo->enable_log_filecount ||