git: highlight dates and author in logs
This commit is contained in:
parent
b0695cb851
commit
8242d356bc
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
[alias]
|
[alias]
|
||||||
cm = commit --verbose
|
cm = commit --verbose
|
||||||
co = checkout
|
co = checkout
|
||||||
l = log --graph --format='%C(auto)%h%d %s %C(10)%ad'
|
l = log --graph --format='%C(auto)%h%d %s %C(6)%ad'
|
||||||
ln = log --graph --format='%C(auto)%h%d %s %C(10)%ad %C(auto)by %C(10)%an<%ae>'
|
ln = log --graph --format='%C(auto)%h%d %s %C(10)on %ad %C(6)by %aN%C(10)<%C(13)%aE%C(10)>'
|
||||||
ll = log --graph --decorate --stat
|
ll = log --graph --decorate --stat
|
||||||
la = l --all
|
la = l --all
|
||||||
lna = ln --all
|
lna = ln --all
|
||||||
|
|
Loading…
Add table
Reference in a new issue