summaryrefslogtreecommitdiffstats
path: root/.config/git/config
diff options
context:
space:
mode:
Diffstat (limited to '.config/git/config')
-rw-r--r--.config/git/config27
1 files changed, 27 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config
new file mode 100644
index 0000000..bfea8b7
--- /dev/null
+++ b/.config/git/config
@@ -0,0 +1,27 @@
+[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
+ su = status -suno
+ 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
+[diff "lisp"]
+ xfuncname = "^\\([^ ]+ [^ ]+"
+[diff "org"]
+ xfuncname = "^\\*+.*"