projects
/
dotfiles-public.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c452781
)
.gitconfig: Add 'dlog' alias for date-ordered graphs
author
W. Trevor King
<wking@tremily.us>
Mon, 1 Jul 2013 10:44:06 +0000
(06:44 -0400)
committer
W. Trevor King
<wking@tremily.us>
Mon, 1 Jul 2013 10:44:06 +0000
(06:44 -0400)
src/.gitconfig
patch
|
blob
|
history
diff --git
a/src/.gitconfig
b/src/.gitconfig
index e55518c84e747b515d5afe5e1972a3d4447e7f16..5320aef21d04c84574a57400c2611f197a8a73a2 100644
(file)
--- 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