git analog of 'hg glog'.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 27 Dec 2014 23:32:25 +0200
changeset 718 0507a0b1a45a
parent 717 fc3234dde467
child 720 c60d05657d5b
git analog of 'hg glog'.
.gitconfig
--- a/.gitconfig	Sat Dec 20 13:02:36 2014 +0200
+++ b/.gitconfig	Sat Dec 27 23:32:25 2014 +0200
@@ -18,6 +18,7 @@
 summary = log --oneline
 tags = tag -n1 -l
 w = whatchanged
+glog = log --all --graph
 
 [core]
 whitespace=-indent-with-non-tab,trailing-space,cr-at-eol