X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=.config%2Fgit%2Fconfig;h=d729298bcbee88aa4d4c0a470122509a6a90ad5c;hb=f9993c206af1d69414aef3e22ed7b2128ac4e110;hp=47d6b7c2a4373d01ee0ee007c1a6f1dca067ddb9;hpb=d98ecabf186d5eaf9f521b33b942ff8eb2f0d87b;p=user%2Fhenk%2Fvcsh%2Fgit.git 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"