diff options
Diffstat (limited to 'gitconfig')
| -rw-r--r-- | gitconfig | 15 |
1 files changed, 12 insertions, 3 deletions
| @@ -1,8 +1,18 @@ | |||
| 1 | [user] | 1 | [user] |
| 2 | email = typebrook@gmail.com | 2 | email = pham@topo.tw |
| 3 | name = Hsieh Chin Fan | 3 | name = Hsieh Chin Fan |
| 4 | signingkey = 6DD8C14A | 4 | signingkey = 6DD8C14A |
| 5 | 5 | ||
| 6 | [sendemail] | ||
| 7 | smtpserver = mail.topo.tw | ||
| 8 | smtpuser = pham | ||
| 9 | smtpencryption = tls | ||
| 10 | smtpserverport = 587 | ||
| 11 | smtpPass = `pass pham@topo.tw` | ||
| 12 | |||
| 13 | [gpg] | ||
| 14 | program = gpg2 | ||
| 15 | |||
| 6 | [alias] | 16 | [alias] |
| 7 | reorder = "!GIT_SEQUENCE_EDITOR=\"sed -i -n 'h;1n;2p;g;p'\" git rebase -i HEAD~2" | 17 | reorder = "!GIT_SEQUENCE_EDITOR=\"sed -i -n 'h;1n;2p;g;p'\" git rebase -i HEAD~2" |
| 8 | stashstaged = !git stash --keep-index && \ | 18 | stashstaged = !git stash --keep-index && \ |
| @@ -24,8 +34,7 @@ | |||
| 24 | 34 | ||
| 25 | [credential] | 35 | [credential] |
| 26 | helper = store | 36 | helper = store |
| 27 | [gpg] | 37 | |
| 28 | program = gpg2 | ||
| 29 | [filter "lfs"] | 38 | [filter "lfs"] |
| 30 | process = git-lfs filter-process | 39 | process = git-lfs filter-process |
| 31 | required = true | 40 | required = true |