From 3674a9ee108115bea7c9af47ab10a883935dd75c Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Wed, 14 May 2025 15:54:42 -0700 Subject: [PATCH] git: Sort tags assuming they're version numbers first --- git/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/git/config b/git/config index 82e99d5..15e237e 100644 --- a/git/config +++ b/git/config @@ -56,6 +56,9 @@ ff = only [push] default = simple +[tag] +sort = version:refname + [alias] ap = add -p b = branch