summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-06-22 22:03:14 +0200
committerGravatar Tom Willemsen2011-06-22 22:03:14 +0200
commit78f52bef2aa8e0762df13ae0c8cd85646b9be3d7 (patch)
tree56d8c4c3b48b80984685470702261ee944dc8e41
parentd46b304e0f00bf8fed81f0b605bdbbaa56f6134e (diff)
downloaddotfiles-78f52bef2aa8e0762df13ae0c8cd85646b9be3d7.tar.gz
dotfiles-78f52bef2aa8e0762df13ae0c8cd85646b9be3d7.zip
GIT: Added history alias
history shows a nice graph of current branch's history
-rw-r--r--gitconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig
index 58f051f..b8f5f8e 100644
--- a/gitconfig
+++ b/gitconfig
@@ -9,6 +9,7 @@
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 = lts
smtpserver = smtp.gmail.com