[git] Use a more precise date format for lga alias
This commit is contained in:
parent
68929a5ae8
commit
9f98d84e7b
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
# Pretty branch graph
|
# Pretty branch graph
|
||||||
lg = log --oneline --abbrev-commit --all --graph --decorate --color
|
lg = log --oneline --abbrev-commit --all --graph --decorate --color
|
||||||
# Graph with additional info (author, date)
|
# Graph with additional info (author, date)
|
||||||
lga = log --graph --abbrev-commit --decorate --format=format:'%C(yellow)%h%C(reset) %C(bold red)%d%C(reset) %C(blue)[%an]%C(reset) %C(green)(%ar)%C(reset) - %C(white)%s%C(reset)' --all
|
lga = log --graph --abbrev-commit --decorate --format=format:'%C(yellow)%h%C(reset) %C(bold red)%d%C(reset) %C(blue)[%an]%C(reset) %C(green)(%ai)%C(reset) - %C(white)%s%C(reset)' --all
|
||||||
# Same but also list modified files
|
# Same but also list modified files
|
||||||
lf = log --oneline --name-status --all --graph --decorate --color
|
lf = log --oneline --name-status --all --graph --decorate --color
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue