X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/23f7dadaaba2817c92c42c0a642a3186aa8ef24d..57ea1aa2a5eab7f6aba702b3366fe4dcc72124f6:/ui-log.c
diff --git a/ui-log.c b/ui-log.c
index a4dc707..5f6a69c 100644
--- a/ui-log.c
+++ b/ui-log.c
@@ -204,7 +204,7 @@ static void print_commit(struct commit *commit, struct rev_info *revs)
}
else {
html("
");
- cgit_print_age(commit->date, TM_WEEK * 2, FMT_SHORTDATE);
+ cgit_print_age(commit->date, TM_WEEK * 2);
html(" | ");
}
@@ -244,7 +244,7 @@ static void print_commit(struct commit *commit, struct rev_info *revs)
if (revs->graph) {
html("");
- 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 ||
|