From ba5c51c015f271c60959c515228c700dc437788d Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 28 Oct 2022 15:25:18 -0700 Subject: [PATCH] Meta/ML: use short format for dates to make it easier to sort on --- ML | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ML b/ML index 4b66826da7..35bf9b35b8 100755 --- a/ML +++ b/ML @@ -41,7 +41,7 @@ search_topics () { ) && test -n "$fp" && ago=$( - git show -s --format='%ar' $fp + git show -s --format='%ad' --date=short $fp ) && lg=$(git log --oneline $target..$tip | wc -l) if test $lg != 0 -- 2.47.3