Replace custom formats by short alias

This commit is contained in:
Mikhail f. Shiryaev 2022-02-02 16:04:19 +01:00
parent d2860a6d87
commit 744cb06a91
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -2,4 +2,4 @@
# refname:strip=2: default tag name when format is not set
# creatordate is always defined for all tags
git tag --list 'v*-lts' 'v*-stable' --format='%(refname:strip=2) %(creatordate:format:%F)' | sort -rV
git tag --list 'v*-lts' 'v*-stable' --format='%(refname:short) %(creatordate:short)' | sort -rV