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:
Bruno BELANYI 2021-07-13 17:50:41 +02:00
parent 5fcc96ab77
commit 7469fe0063

View file

@ -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";