diff options
| -rw-r--r-- | home/.gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.gitconfig b/home/.gitconfig index b072155..8b2af7e 100644 --- a/home/.gitconfig +++ b/home/.gitconfig @@ -34,7 +34,7 @@ stat = true [alias] - lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit + lg = log --all --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%ar) %C(bold blue)<%an>%Creset' --abbrev-commit dc = describe --contains [pretty] |
