summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitconfig5
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitconfig b/.gitconfig
index 5452b83..e552ed7 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -1,5 +1,5 @@
[user]
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