summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-11-10 18:33:31 +0200
committerThanos Apollo <[email protected]>2023-11-10 18:33:31 +0200
commit981b72273384bf70e97108769aea8243c20961d2 (patch)
treefe6afbb037cb03831a4b33a292ef5d9d7213efea /.gitconfig
parentc7d831b8e803974d82293c50dfbf7a1787773593 (diff)
giconfig: Update email address
Diffstat (limited to '.gitconfig')
-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