dotfiles/gitconfig.client

42 lines
633 B
Text
Raw Normal View History

2013-08-29 11:38:02 +02:00
[alias]
st = status
ci = commit
di = diff
wdi = diff --color-words
co = checkout
up = fetch --all
2014-11-17 12:34:12 +01:00
hg = !git-hg
2014-07-14 17:04:21 +02:00
2013-08-29 11:38:02 +02:00
[color]
ui = auto
2014-07-14 17:04:21 +02:00
[gui]
2015-02-20 10:00:05 +01:00
fontdiff = -family \"Droid Sans Mono\" -size 8 -weight normal -slant roman -underline 0 -overstrike 0
2014-07-14 17:04:21 +02:00
fontui = -family \"DejaVu Sans\" -size 9 -weight normal -slant roman -underline 0 -overstrike 0
spellingdictionary = en
# recognize file copies
2014-11-17 12:34:12 +01:00
2014-07-14 17:04:21 +02:00
[diff]
renames = copies
2014-08-19 13:58:40 +02:00
renameLimit = 65536
2014-07-14 17:04:21 +02:00
2013-08-29 11:38:02 +02:00
[push]
default = upstream
2014-07-14 17:04:21 +02:00
2013-08-29 11:38:02 +02:00
[branch "master"]
rebase = true
2014-07-14 17:04:21 +02:00
2013-08-29 11:38:02 +02:00
[pull]
rebase = true
2014-07-14 17:04:21 +02:00
2014-05-13 15:57:22 +02:00
[http]
sslCAPath = /etc/ssl/certs
sslVerify = true
2014-07-14 17:04:21 +02:00
2014-07-14 17:11:23 +02:00
[commit]
gpgsign = true
2014-11-17 12:34:12 +01:00
2014-08-19 13:58:40 +02:00
[core]
preloadindex = 1