fix to git hist.

This commit is contained in:
Gabe Venberg 2025-09-19 12:40:09 +02:00
parent 65e42b65a9
commit 44cd697b63

View file

@ -32,7 +32,7 @@
enable = true;
aliases = {
tree = "log-long-line --graph --topo-order --all --simplify-by-decoration";
hist = "log-long-line --graph --date-order --date=short ";
hist = "log-long-line --graph --date-order --date=short";
graph = "log-long-line --graph --topo-order --all";
log-long-line = "log --pretty=format:'%C(auto)%h %C(cyan)%an %C(blue)%ar %C(auto)%d %s'";
recent = "branch --sort=-committerdate --format='%(committerdate:relative)%09%(refname:short)'";