# HG changeset patch # User zegervdv # Date 1598338595 -7200 # Node ID 994e456b145e2898b8cb23717b4ace83b3d658bb # Parent 7daae1b70617387fdba6a87207d428da6d287bfd Add tags alias diff -r 7daae1b70617 -r 994e456b145e dot_gitconfig.tmpl --- a/dot_gitconfig.tmpl Mon Aug 24 21:50:33 2020 +0200 +++ b/dot_gitconfig.tmpl Tue Aug 25 08:56:35 2020 +0200 @@ -19,6 +19,7 @@ trustExitCode = true [alias] ls = log --format=\"%C(auto)%h %<(15)%C(auto, green)%cr %>(20)%C(auto, magenta)%an %C(auto)%s %D\" + tags = tag -l --sort creatordate --column [core] excludesfile = ~/.gitignore editor = nvim