dotfiles/.config/gitconfig

54 lines
987 B
Text
Raw Normal View History

2017-11-16 15:12:31 +01:00
[user]
name = Tobias Schmidl
2018-01-19 08:54:02 +01:00
[branch]
autosetuprebase = always
[branch "master"]
rebase = true
[core]
autocrlf = input
2018-05-29 09:28:17 +02:00
whitespace = tabwidth=4
2019-01-17 08:05:45 +01:00
pager = less -F -X
2019-06-17 14:51:38 +02:00
excludesfile = ~/.config/gitignore
2017-11-16 15:12:31 +01:00
[credential]
helper = store
2016-12-07 17:01:55 +01:00
[diff]
2018-01-19 08:54:02 +01:00
renamelimit = 65536
2016-12-07 17:01:55 +01:00
renames = copies
2018-01-19 08:54:02 +01:00
[gitflow "prefix"]
feature = dev/
versiontag = v
2016-12-07 17:01:55 +01:00
[http]
2018-01-19 08:54:02 +01:00
sslverify = true
2017-11-16 15:12:31 +01:00
sslversion = tlsv1.2
2016-12-07 17:01:55 +01:00
[merge]
conflictstyle = diff3
2018-01-19 08:54:02 +01:00
renormalize = true
2020-07-23 10:27:59 +02:00
tool = vimdiff
2016-12-07 17:01:55 +01:00
[pack]
threads = 0
[pager]
log = diffr | less -FRX
show = diffr | less -FRX
diff = diffr | less -FRX
2017-11-16 15:12:31 +01:00
[pull]
rebase = true
2018-01-19 08:54:02 +01:00
[rebase]
autosquash = true
[url "https://"]
insteadof = http://
2017-11-16 15:12:31 +01:00
[tig]
2018-01-19 08:54:02 +01:00
blob-view = line-number:yes,interval=5 text
diff-highlight = /usr/local/bin/diff-highlight
2017-11-16 15:12:31 +01:00
line-graphics = utf-8
tab-size = 4
2018-01-19 08:18:38 +01:00
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
2019-03-18 09:10:15 +01:00
[svn]
findcopiesharder = true
rmdir = true
useLogAuthor = true
addAuthorFrom = true