view dot_gitconfig.tmpl @ 801:16d86895ac4b

[pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 ? v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0) - [github.com/JohnnyMorganz/StyLua: v0.18.1 ? v0.19.0](https://github.com/JohnnyMorganz/StyLua/compare/v0.18.1...v0.19.0) - [github.com/pre-commit/mirrors-prettier: v3.0.2 ? v3.1.0](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.2...v3.1.0)
author pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
date Mon, 13 Nov 2023 18:18:57 +0000
parents abf8938c8c6c
children 83bf3561016d
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 = settle
[mergetool "settle"]
	cmd = "nvim -f $BASE $LOCAL $REMOTE $MERGED -c 'SettleInit'"
	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
[filter "lfs"]
  clean = git-lfs clean -- %f
  smudge = git-lfs smudge -- %f
  process = git-lfs filter-process
  required = true
[include]
  path = ~/.gitconfig.local
[diff "gpg"]
  textconv = gpg --no-tty --decrypt