Meta/ML: use short format for dates to make it easier to sort on

Junio C Hamano committed Oct 28, 2022 at 15:25 UTC ba5c51c015f271c60959c515228c700dc437788d
1 file changed +1 -1
ML
+1 -1
@@ -41,7 +41,7 @@ search_topics () {
41 ) &&
42 test -n "$fp" &&
43 ago=$(
44 - git show -s --format='%ar' $fp
44 + git show -s --format='%ad' --date=short $fp
45 ) &&
46 lg=$(git log --oneline $target..$tip | wc -l)
47 if test $lg != 0