From: Silvio Rhatto Date: Fri, 7 Jun 2024 23:04:16 +0000 (+0100) Subject: Sort tags by version X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;ds=inline;p=rhatto%2Fdotfiles%2Fgit.git Sort tags by version --- 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