fix to git hist.
This commit is contained in:
parent
65e42b65a9
commit
44cd697b63
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
aliases = {
|
aliases = {
|
||||||
tree = "log-long-line --graph --topo-order --all --simplify-by-decoration";
|
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";
|
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'";
|
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)'";
|
recent = "branch --sort=-committerdate --format='%(committerdate:relative)%09%(refname:short)'";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue