x

Programs, configuration and documentation that don't fit anywhere else
Log | Files | Refs | README | LICENSE

commit 829d9b9bd266125f534f0c616175f8c7ce5fb0c2
parent 3fc4ee00f4702eccf8874731057ecbbf1ad770c2
Author: Oliver Lowe <o@olowe.co>
Date:   Sat, 12 Sep 2026 22:03:03 +1000

sort git tags by semver by default

Diffstat:
Mlib/git | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/lib/git b/lib/git @@ -21,3 +21,6 @@ noprefix = true [rebase] updateRefs = true +[tag] + # sort v3.1.0, v3.2.0, etc. + sort = version:refname