aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-06-08 00:04:16 +0100
committerSilvio Rhatto <rhatto@riseup.net>2024-06-08 00:04:16 +0100
commit94a25bd91829033a2849770181403b277c0b7e57 (patch)
treef4010329250a0a811872bba92eb326a0f1807e38
parent7fbcfd6d08b1f78fbfb7e7a6e683cc805a51a935 (diff)
downloadgit-94a25bd91829033a2849770181403b277c0b7e57.tar.gz
git-94a25bd91829033a2849770181403b277c0b7e57.tar.bz2
Sort tags by versionHEADmaster
-rw-r--r--gitconfig.dot.link3
1 files changed, 3 insertions, 0 deletions
diff --git a/gitconfig.dot.link b/gitconfig.dot.link
index 26475ef..2349b32 100644
--- a/gitconfig.dot.link
+++ b/gitconfig.dot.link
@@ -42,6 +42,9 @@
[pull]
rebase = false
+[tag]
+ sort = version:refname
+
# Default initial branch
# https://stackoverflow.com/questions/64249491/difference-between-main-branch-and-master-branch-in-github
# https://stackoverflow.com/questions/42871542/how-can-i-create-a-git-repository-with-the-default-branch-name-other-than-maste