50 lines
893 B
Text
50 lines
893 B
Text
[user]
|
|
name = Tobias Schmidl
|
|
[branch]
|
|
autosetuprebase = always
|
|
[branch "master"]
|
|
rebase = true
|
|
[core]
|
|
autocrlf = input
|
|
whitespace = tabwidth=4
|
|
pager = less -F -X
|
|
excludesfile = ~/.config/gitignore
|
|
[credential]
|
|
helper = store
|
|
[diff]
|
|
renamelimit = 65536
|
|
renames = copies
|
|
[gitflow "branch"]
|
|
develop = master
|
|
master = stable
|
|
[gitflow "prefix"]
|
|
feature = dev/
|
|
[http]
|
|
sslverify = true
|
|
sslversion = tlsv1.2
|
|
[merge]
|
|
conflictstyle = diff3
|
|
renormalize = true
|
|
tool = vimdiff3
|
|
[pack]
|
|
threads = 0
|
|
[pull]
|
|
rebase = true
|
|
[rebase]
|
|
autosquash = true
|
|
[url "https://"]
|
|
insteadof = http://
|
|
[tig]
|
|
blob-view = line-number:yes,interval=5 text
|
|
line-graphics = utf-8
|
|
tab-size = 4
|
|
[filter "lfs"]
|
|
required = true
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|
|
process = git-lfs filter-process
|
|
[svn]
|
|
findcopiesharder = true
|
|
rmdir = true
|
|
useLogAuthor = true
|
|
addAuthorFrom = true
|