41 lines
633 B
Text
41 lines
633 B
Text
[alias]
|
|
st = status
|
|
ci = commit
|
|
di = diff
|
|
wdi = diff --color-words
|
|
co = checkout
|
|
up = fetch --all
|
|
hg = !git-hg
|
|
|
|
[color]
|
|
ui = auto
|
|
|
|
[gui]
|
|
fontdiff = -family \"Droid Sans Mono\" -size 8 -weight normal -slant roman -underline 0 -overstrike 0
|
|
fontui = -family \"DejaVu Sans\" -size 9 -weight normal -slant roman -underline 0 -overstrike 0
|
|
spellingdictionary = en
|
|
|
|
# recognize file copies
|
|
|
|
[diff]
|
|
renames = copies
|
|
renameLimit = 65536
|
|
|
|
[push]
|
|
default = upstream
|
|
|
|
[branch "master"]
|
|
rebase = true
|
|
|
|
[pull]
|
|
rebase = true
|
|
|
|
[http]
|
|
sslCAPath = /etc/ssl/certs
|
|
sslVerify = true
|
|
|
|
[commit]
|
|
gpgsign = true
|
|
|
|
[core]
|
|
preloadindex = 1
|