comparison dot_gitconfig.tmpl @ 279:994e456b145e

Add tags alias
author zegervdv <zegervdv@me.com>
date Tue, 25 Aug 2020 08:56:35 +0200
parents d726921aaabe
children d8216ea00ad1
comparison
equal deleted inserted replaced
278:7daae1b70617 279:994e456b145e
17 [mergetool "splice"] 17 [mergetool "splice"]
18 cmd = "nvim -f $BASE $LOCAL $REMOTE $MERGED -c 'SpliceInit'" 18 cmd = "nvim -f $BASE $LOCAL $REMOTE $MERGED -c 'SpliceInit'"
19 trustExitCode = true 19 trustExitCode = true
20 [alias] 20 [alias]
21 ls = log --format=\"%C(auto)%h %<(15)%C(auto, green)%cr %>(20)%C(auto, magenta)%an %C(auto)%s %D\" 21 ls = log --format=\"%C(auto)%h %<(15)%C(auto, green)%cr %>(20)%C(auto, magenta)%an %C(auto)%s %D\"
22 tags = tag -l --sort creatordate --column
22 [core] 23 [core]
23 excludesfile = ~/.gitignore 24 excludesfile = ~/.gitignore
24 editor = nvim 25 editor = nvim
25 autocrlf = input 26 autocrlf = input
26 pager = less -+F 27 pager = less -+F