diff options
Diffstat (limited to 'gitconfig')
-rw-r--r-- | gitconfig | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,5 +1,5 @@ | |||
1 | [user] | 1 | [user] |
2 | email = typebrook@topo.tw | 2 | email = pham@topo.tw |
3 | name = Hsieh Chin Fan | 3 | name = Hsieh Chin Fan |
4 | signingkey = 6DD8C14A | 4 | signingkey = 6DD8C14A |
5 | 5 | ||
@@ -8,7 +8,6 @@ | |||
8 | smtpuser = pham | 8 | smtpuser = pham |
9 | smtpencryption = tls | 9 | smtpencryption = tls |
10 | smtpserverport = 587 | 10 | smtpserverport = 587 |
11 | smtpPass = `pass pham@topo.tw` | ||
12 | 11 | ||
13 | [gpg] | 12 | [gpg] |
14 | program = gpg2 | 13 | program = gpg2 |
@@ -32,9 +31,6 @@ | |||
32 | [pull] | 31 | [pull] |
33 | ff = only | 32 | ff = only |
34 | 33 | ||
35 | [credential] | ||
36 | helper = store | ||
37 | |||
38 | [filter "lfs"] | 34 | [filter "lfs"] |
39 | process = git-lfs filter-process | 35 | process = git-lfs filter-process |
40 | required = true | 36 | required = true |