git: nice tag alias "t"

This commit is contained in:
Daniel Lundin 2023-05-19 21:12:51 +02:00
parent 9d6880a733
commit a4e102f944

View file

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