add glraw alias

This commit is contained in:
Fred Klassen 2023-12-29 10:35:55 -08:00
commit 8bc6994e10
No known key found for this signature in database
GPG key ID: E9E2149793BDE17E

View file

@ -235,6 +235,7 @@ alias glol='git log --graph --pretty="%Cred%h%Creset -%C(auto)%d%Creset %s %Cgre
alias glo='git log --oneline --decorate'
alias glog='git log --oneline --decorate --graph'
alias gloga='git log --oneline --decorate --graph --all'
alias glraw='git log --format=%B'
# Pretty log messages
function _git_log_prettily(){