zsh: replace git whatchanged with git log -p

This commit is contained in:
He4eT 2025-08-29 23:13:26 +02:00
commit 87080f66fa

View file

@ -88,6 +88,7 @@ alias ga.='ga . && gst'
alias gcmsgrnd='git commit -m "$(fakemsg)"'
alias ghist="git log --name-only --pretty='' | sed -e '/^\\s*$/d' | awk '!seen[\$0]++' | less"
alias cdgr='cd $(git rev-parse --show-toplevel)'
alias gwch='git log --patch --abbrev-commit'
## Servers