summaryrefslogtreecommitdiffstats
path: root/git
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-11-03 21:21:21 +0100
committerGravatar Tom Willemse2013-11-03 21:21:21 +0100
commit5c6cd059e8395d7f24d4b199e59c8c2f562dc438 (patch)
tree2e108e0724b5f5248de11c515312fa8c7c04ab4c /git
parentcca8771d855a3c8ba67bcb43a45967d9e4b6dd15 (diff)
downloaddotfiles-5c6cd059e8395d7f24d4b199e59c8c2f562dc438.tar.gz
dotfiles-5c6cd059e8395d7f24d4b199e59c8c2f562dc438.zip
New stow hierarchy
Diffstat (limited to 'git')
-rw-r--r--git/.gitconfig22
1 files changed, 22 insertions, 0 deletions
diff --git a/git/.gitconfig b/git/.gitconfig
new file mode 100644
index 0000000..d55f3be
--- /dev/null
+++ b/git/.gitconfig
@@ -0,0 +1,22 @@
+[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