Mercurial > dotfiles
view dot_gitconfig.tmpl @ 426:53a73096981a
Prefer single line comments
author | zegervdv <zegervdv@me.com> |
---|---|
date | Wed, 28 Jul 2021 18:24:39 +0200 |
parents | 095b39bdfdf4 |
children | 41a48a26b0aa |
line wrap: on
line source
[user] email = {{ .email }} name = {{ .name }} signingkey = {{ .signingkey }} [rebase] autosquash = true autostash = true [commit] {{- if ne .signingkey "" }} gpgsign = true {{- end }} verbose = true [pull] rebase = true [gpg] program = gpg [merge] tool = splice [mergetool "splice"] cmd = "nvim -f $BASE $LOCAL $REMOTE $MERGED -c 'SpliceInit'" 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 autocrlf = input pager = less -+F [help] autocorrect = 1 [color] diff = always status = always branch = always ui = true {{- if eq .chezmoi.username "zvandeva" }} [url "https://"] insteadOf = git:// {{- end }} [rerere] enabled = 1