dotfiles/gitconfig
Tobias Schmidl 56ad983c4e update
2017-11-16 15:12:31 +01:00

59 lines
796 B
Text

[user]
name = Tobias Schmidl
[alias]
author = !git-author
unique-author = !git-unique-author
bdiff = !git --no-pager diff
[url "https://"]
insteadOf = http://
[diff "image"]
command = /home/schtobia/bin/imgdiff
[rebase]
autoSquash = true
[credential]
helper = store
[diff]
renames = copies
renameLimit = 65536
[http]
sslCAPath = /etc/ssl/certs
sslVerify = true
sslversion = tlsv1.2
#sslVersion = tlsv1.2
[merge]
renormalize = true
conflictstyle = diff3
[pack]
threads = 0
[pull]
rebase = true
[branch "master"]
rebase = true
[core]
autocrlf = input
[gitflow "branch"]
master = stable
develop = master
[gitflow "prefix"]
feature = dev/
[branch]
autosetuprebase = always
[tig]
line-graphics = utf-8
tab-size = 4
blob-view = line-number:yes,interval=5 text