Commit 89575b5f authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Use date order for 'git graph'

This MASSIVELY simplifies the look of the graph, I don't know why
I didn't do this years ago.
parent c8551870
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
	name = Dom Sekotill

[alias]
	graph = log --graph --decorate --color
	graph = log --graph --decorate --color --date-order
	fast-forward = merge --ff-only
	pull-forward = pull --ff-only
	stat = status -sb