; vim: filetype=gitconfig

[user]
	email = ts@its1.de
	name = Thomas Schmucker

[includeIf "gitdir:~/**/up2parts-*/"]
	path = ~/.config/git/config-up2parts

[init]
	defaultBranch = master

[core]
	pager = delta

[interactive]
	diffFilter = delta --color-only

[delta]
	light = false
	navigate = true
	side-by-side = true
	line-numbers = true
	tabs = 4

[merge]
	conflictstyle = diff3

[diff]
	colorMoved = default

[alias]
	lg = log --color --graph --pretty=format:'%C(magenta)%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --branches

