summaryrefslogtreecommitdiffstats
path: root/git/.gitconfig
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-11-03 21:56:00 +0100
committerGravatar Tom Willemse2013-11-03 21:56:00 +0100
commit1a924d91905a22dcbab136d622cf5f0c6b1f845e (patch)
treec3a5e47da89edf0fd19e59b309aac1c0894a603f /git/.gitconfig
parent3558131bc9f04820bdd4e40a831b4844062b8c4b (diff)
downloaddotfiles-1a924d91905a22dcbab136d622cf5f0c6b1f845e.tar.gz
dotfiles-1a924d91905a22dcbab136d622cf5f0c6b1f845e.zip
Update git config
Diffstat (limited to 'git/.gitconfig')
-rw-r--r--git/.gitconfig22
1 files changed, 0 insertions, 22 deletions
diff --git a/git/.gitconfig b/git/.gitconfig
deleted file mode 100644
index d55f3be..0000000
--- a/git/.gitconfig
+++ /dev/null
@@ -1,22 +0,0 @@
-[user]
- name = Tom Willemse
- email = tom@ryuslash.org
-[core]
- editor = emacs -nw
- whitespace = trailing-space,tab-in-indent,space-before-tab
-[color]
- ui = auto
-[alias]
- st = status -s
- unadd = reset HEAD
- 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 = tls
- smtpserver = smtp.gmail.com
- smtpuser = ryuslash@gmail.com
- smtpserverport = 587
-[merge]
- tool = emerge
-[push]
- default = simple