From a4e102f94445b1b8ed844c8c8625eb1e750095b9 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Fri, 19 May 2023 21:12:51 +0200 Subject: [PATCH] git: nice tag alias "t" --- .gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitconfig b/.gitconfig index c300397..1c2c441 100644 --- a/.gitconfig +++ b/.gitconfig @@ -29,6 +29,7 @@ patch = !git --no-pager diff --no-color co = checkout st = status -sb pullr = pull --rebase +t = tag --sort=-v:refname --format='%(color:bold italic)%(objectname:short)%(color:noitalic) %(refname:short)' sl = branchless smartlog sync = branchless sync @@ -121,3 +122,5 @@ concurrenttransfers = 32 repo = /tmp/k2/src [fetch] showForcedUpdates = true +[tag] + sort = -v:refname