From da19b3f9f3d77b0f0d632fd53da0ff33bedd93aa Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Wed, 6 Nov 2019 13:28:47 +0900 Subject: [PATCH] Add tag.sort --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 0db7c8f..7f29f57 100644 --- a/Makefile +++ b/Makefile @@ -307,6 +307,7 @@ ifneq (,$(xz)) $(git_conf) tar.txz.command "xz -c" endif $(git_conf) tag.forceSignAnnotated true + $(git_conf) tag.sort "version:refname" $(git_conf) alias.graph "log --graph --date-order -C -M --pretty=tformat:\"%C(green)%h%C(reset) %C(white)%ad%C(reset) %C(red)%an%C(reset)%C(yellow)%d%C(reset) %C(white bold)%s%C(reset)\" --date=short -n 499" $(git_conf) alias.px "log -p -G" # pickaxe