fine tuned format for git graph.
This commit is contained in:
parent
c5307172ad
commit
18eb063667
|
@ -3,7 +3,7 @@
|
||||||
name = Gabe Venberg
|
name = Gabe Venberg
|
||||||
[alias]
|
[alias]
|
||||||
hist = log --graph --date-order --date=short --pretty=format:'%C(auto)%h%d %C(reset)%s %C(bold blue)%ce %C(reset)%C(green)%cr (%cd)'
|
hist = log --graph --date-order --date=short --pretty=format:'%C(auto)%h%d %C(reset)%s %C(bold blue)%ce %C(reset)%C(green)%cr (%cd)'
|
||||||
graph = log --graph --decorate --oneline --topo-order
|
graph = log --graph --topo-order --all --pretty=format:'%C(auto)%h %C(cyan)%an %C(blue)%ar %C(auto)%d %s'
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = trunk
|
defaultBranch = trunk
|
||||||
[push]
|
[push]
|
||||||
|
|
Loading…
Reference in a new issue