-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
37 lines (37 loc) · 851 Bytes
/
.gitconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[user]
name = zerospiel
email = [email protected]
# [url "[email protected]:"]
# insteadOf = https://gitlab.ozon.ru/
# for git clone
[url "ssh://[email protected]:29418"]
insteadOf = https://gerrit.mcp.mirantis.com
# for go get
[url "ssh://[email protected]:29418"]
insteadOf = https://gerrit.mcp.mirantis.com/a
[advice]
detachedHead = false
[pull]
ff = only
[init]
defaultBranch = master
[diff]
tool=vimdiff
[core]
compression = 0
packedGitLimit = 512m
packedGitWindowSize = 512m
[pack]
deltaCacheSize = 2047m
packSizeLimit = 2047m
windowMemory = 2047m
[safe]
directory = /Users/morgoev/go/src/sigs.k8s.io/cluster-api-provider-openstack
[merge]
# experimental
tool = code
[mergetool "code"]
# experimental
cmd = code --wait --merge $REMOTE $LOCAL $BASE $MERGED
[http]
postBuffer = 157286400