From: Junio C Hamano Date: Fri, 28 Oct 2022 22:25:18 +0000 (-0700) Subject: Meta/ML: use short format for dates to make it easier to sort on X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba5c51c015f271c60959c515228c700dc437788d;p=thirdparty%2Fgit.git Meta/ML: use short format for dates to make it easier to sort on --- 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