home: git: use topological order in log
It is the one that makes most sense, rather than some kind of date order...
This commit is contained in:
parent
971b610cd5
commit
f2dfeeb35b
|
@ -18,7 +18,7 @@ in
|
|||
package = pkgs.gitAndTools.gitFull;
|
||||
|
||||
aliases = {
|
||||
lol = "log --graph --decorate --pretty=oneline --abbrev-commit";
|
||||
lol = "log --graph --decorate --pretty=oneline --abbrev-commit --topo-order";
|
||||
lola = "lol --all";
|
||||
assume = "update-index --assume-unchanged";
|
||||
unassume = "update-index --no-assume-unchanged";
|
||||
|
|
Loading…
Reference in a new issue