diff options
author | Oscar Najera <hi@oscarnajera.com> | 2024-01-19 15:46:43 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2024-01-19 15:46:43 +0100 |
commit | 5c4a581dd4abb3be83c0ea4376fe68ec0d765d24 (patch) | |
tree | 10ad201b5b558e77b1912edf681cd399e2648871 /home-dots/dot-gitconfig | |
parent | f176396621a8cebd732840b627610a78c58f1817 (diff) | |
download | dotfiles-5c4a581dd4abb3be83c0ea4376fe68ec0d765d24.tar.gz dotfiles-5c4a581dd4abb3be83c0ea4376fe68ec0d765d24.tar.bz2 dotfiles-5c4a581dd4abb3be83c0ea4376fe68ec0d765d24.zip |
git send-mail config
Diffstat (limited to 'home-dots/dot-gitconfig')
-rw-r--r-- | home-dots/dot-gitconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/home-dots/dot-gitconfig b/home-dots/dot-gitconfig index c080709..cacdd3e 100644 --- a/home-dots/dot-gitconfig +++ b/home-dots/dot-gitconfig @@ -23,5 +23,11 @@ [diff] algorithm = histogram +[sendemail] + smtpEncryption = tls + smtpServer = mail.oscarnajera.com + smtpUser = hi@oscarnajera.com + smtpServerPort = 587 + [includeIf "gitdir:~/bytegit/**"] path = ~/bytegit/.gitconfig |