summaryrefslogtreecommitdiffstats
path: root/.gitconfig
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-08-16 21:33:21 +0200
committerGravatar Tom Willemsen2011-08-16 21:33:21 +0200
commite05e8763c750c16895c105dda8feeff698b920d8 (patch)
tree231bd0caf21b94bf5465608ac34ecf94b6f17c56 /.gitconfig
parentc348bcfd1c37f1986a9506d9ef8fbdec29dc4d7d (diff)
downloaddotfiles-e05e8763c750c16895c105dda8feeff698b920d8.tar.gz
dotfiles-e05e8763c750c16895c105dda8feeff698b920d8.zip
GIT: fix typo lts (should be tls)
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitconfig b/.gitconfig
index b8f5f8e..dfb30c9 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -11,7 +11,7 @@
lschanged = diff --name-only
history = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
[sendemail]
- smtpencryption = lts
+ smtpencryption = tls
smtpserver = smtp.gmail.com
smtpuser = ryuslash@gmail.com
smtpserverport = 587