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
5fcc96ab77
commit
7469fe0063
|
@ -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