From: W. Trevor King Date: Mon, 1 Jul 2013 10:44:06 +0000 (-0400) Subject: .gitconfig: Add 'dlog' alias for date-ordered graphs X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f63f94317ad59d5f5fce76aed7c0ae4409509976;p=dotfiles-public.git .gitconfig: Add 'dlog' alias for date-ordered graphs --- diff --git a/src/.gitconfig b/src/.gitconfig index e55518c..5320aef 100644 --- a/src/.gitconfig +++ b/src/.gitconfig @@ -27,3 +27,4 @@ [alias] authors = shortlog -se glog = log --graph --topo-order --oneline --decorate + dlog = log --graph --date-order --oneline --decorate