summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-01-27 16:38:47 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-01-27 16:38:47 -0500
commita02c5c1758a18afdebe66f62665db44bb349474d (patch)
tree909e062e3899ac0aab50907da5885fe83a1f229a /.gitconfig
parent43f3fd77c8daf23acf86f0fff7ef95f00ec52225 (diff)
undo putting .git* in .config/git; git doesn't play well with it
Diffstat (limited to '.gitconfig')
-rw-r--r--[l---------].gitconfig15
1 files changed, 14 insertions, 1 deletions
diff --git a/.gitconfig b/.gitconfig
index 653bc6e..218b006 120000..100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -1 +1,14 @@
-.config/git/config \ No newline at end of file
+[user]
+ name = Luke Shumaker
+ email = LukeShu@sbcglobal.net
+[color]
+ ui = auto
+[sendemail]
+ smtpencryption = ssl
+ smtpserver = plus.smtp.mail.yahoo.com
+ smtpuser = lukeshu@sbcglobal.net
+ smtpserverport = 465
+[push]
+ default = matching
+[alias]
+ lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative