From f9993c206af1d69414aef3e22ed7b2128ac4e110 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Hendrik=20J=C3=A4ger?= Date: Tue, 6 Mar 2018 15:17:32 +0100 Subject: [PATCH 1/1] Add tag aliases --- .config/git/config | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.config/git/config b/.config/git/config index 47d6b7c..d729298 100644 --- a/.config/git/config +++ b/.config/git/config @@ -99,8 +99,11 @@ # }}} # various useful {{{ # last tag created - lasttag = describe --tags --abbrev=0 - lt = describe --tags --abbrev=0 + lasttag = "describe --tags --abbrev=0" + lt = "describe --tags --abbrev=0" + + # tag logs + taglog = "log --tags --simplify-by-decoration --pretty='format:%ci %d'" # conflict/merges ours = "!f() { git co --ours $@ && git add $@; }; f" -- 2.39.2