We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f2d9ba commit daf6488Copy full SHA for daf6488
EasyKey.git/ezk-git-functions.sh
@@ -419,5 +419,5 @@ ammendCommit() {
419
}
420
421
prettyLog() {
422
- git log --all --graph --decorate --oneline --format='%C(bold blue)%h%Creset %s %C(bold green)(%cd)%Creset %an' --date=format:'%Y-%m-%d %H:%M'
+ git log --all --graph --decorate --oneline --format='%C(auto)%ad %h %d %C(bold blue)%an%Creset %s %C(bold red)%D' --date=format:'%Y-%m-%d %H:%M'
423
0 commit comments