summaryrefslogtreecommitdiff
path: root/.config/git/config
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 17:33:30 -0500
commit6a67645277a6802d934e7e5b9d39ed208d2e525a (patch)
treebdee97bf7b4bede549cec0e80e9564ceb60f9e96 /.config/git/config
parentf50997ce8bacd444a646c9d62df6847ea6fbe3f1 (diff)
undo putting .git* in .config/git; git doesn't play well with it
Diffstat (limited to '.config/git/config')
-rw-r--r--.config/git/config14
1 files changed, 0 insertions, 14 deletions
diff --git a/.config/git/config b/.config/git/config
deleted file mode 100644
index 218b006..0000000
--- a/.config/git/config
+++ /dev/null
@@ -1,14 +0,0 @@
-[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