summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2023-01-16 21:15:59 -0800
committerMike Crute <mike@crute.us>2023-01-16 21:20:57 -0800
commitb4cbbad91c51da32ec247c9dfc3eaa6d01f8741c (patch)
tree86e59bc2386a50a072d1f8fa3895f5808c9bf3a2
parenta365eb0625be7c17d99412387491ac4d196e2ae9 (diff)
downloaddotfiles-b4cbbad91c51da32ec247c9dfc3eaa6d01f8741c.tar.bz2
dotfiles-b4cbbad91c51da32ec247c9dfc3eaa6d01f8741c.tar.xz
dotfiles-b4cbbad91c51da32ec247c9dfc3eaa6d01f8741c.zip
Configure git to send email
-rw-r--r--.gitconfig7
-rw-r--r--.gitconfig-personal6
2 files changed, 12 insertions, 1 deletions
diff --git a/.gitconfig b/.gitconfig
index 1c9b378..701d3c3 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -115,7 +115,12 @@
115# gpgsign = true 115# gpgsign = true
116 116
117[http] 117[http]
118 cookiefile = /Users/mcrute/.gitcookies 118 cookiefile = /home/mcrute/.gitcookies
119
120[sendemail]
121 smtpencryption = tls
122 smtpserver = mail.messagingengine.com
123 smtpserverport = 587
119 124
120# Force the system-wide credential helper to nothing, otherwise on Mac OS the 125# Force the system-wide credential helper to nothing, otherwise on Mac OS the
121# Apple provided one that uses keychain overrides the repository-local ones. 126# Apple provided one that uses keychain overrides the repository-local ones.
diff --git a/.gitconfig-personal b/.gitconfig-personal
index 4855335..26fe7af 100644
--- a/.gitconfig-personal
+++ b/.gitconfig-personal
@@ -5,3 +5,9 @@
5 5
6[git-pair] 6[git-pair]
7 email = mcrute@gmail.com 7 email = mcrute@gmail.com
8
9[sendemail]
10 smtpuser = mike@crute.us
11
12[include]
13 path = ~/.git-secrets