fix(git): replace whatchanged with log (#13338)
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Failing after 2s

Closes #13333
This commit is contained in:
Carlo Sala 2025-09-29 08:41:24 +02:00 committed by GitHub
commit d57775d89e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -409,7 +409,7 @@ alias gts='git tag --sign'
alias gtv='git tag | sort -V'
alias gignore='git update-index --assume-unchanged'
alias gunignore='git update-index --no-assume-unchanged'
alias gwch='git whatchanged -p --abbrev-commit --pretty=medium'
alias gwch='git log --patch --abbrev-commit --pretty=medium --raw'
alias gwt='git worktree'
alias gwta='git worktree add'
alias gwtls='git worktree list'