From: Hendrik Jäger Date: Tue, 6 Mar 2018 14:17:32 +0000 (+0100) Subject: Add tag aliases X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=f9993c206af1d69414aef3e22ed7b2128ac4e110;hp=d98ecabf186d5eaf9f521b33b942ff8eb2f0d87b;p=user%2Fhenk%2Fvcsh%2Fgit.git Add tag aliases --- 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"