@leroysheep / rag-system / commits / ba5c51c015

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
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