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:
7e73ddc
)
.gitconfig: Add --topo-order to glog alias
author
W. Trevor King
<wking@tremily.us>
Mon, 18 Feb 2013 23:28:35 +0000
(18:28 -0500)
committer
W. Trevor King
<wking@tremily.us>
Thu, 21 Feb 2013 11:26:28 +0000
(06:26 -0500)
This makes it easier to mentally separate development in concurrent
feature branches.
src/.gitconfig
patch
|
blob
|
history
diff --git
a/src/.gitconfig
b/src/.gitconfig
index e19e573af96f4d71cd9d529f27aed4474a0094ab..df15747bc9f8f81620a9749a4edcbd818971d26c 100644
(file)
--- a/
src/.gitconfig
+++ b/
src/.gitconfig
@@
-25,4
+25,4
@@
xfuncname = "^((pub|uid) .*)"
[alias]
- glog = log --graph --oneline --decorate
+ glog = log --graph --
topo-order --
oneline --decorate