diff options
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,5 +1,5 @@ [user] - email = [email protected] + email = [email protected] name = Thanos Apollo signingkey = 5F6B32E27F433AA9E42A530A0A50703D1CE7AE29 [commit] @@ -7,7 +7,7 @@ [format] subjectPrefix = PATCH [sendemail] - from = Thanos Apollo <[email protected]> + from = Thanos Apollo <[email protected]> smtpserver = smtp.fastmail.com smtpuser = [email protected] smtpencryption = ssl @@ -17,6 +17,5 @@ commitGraph = true [gc] writeCommitGraph = true - [fetch] writeCommitGraph = true
\ No newline at end of file |