git meta diff should understand --word-diff
Open
- Dominant language
- JavaScript
- Stars
- 233
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
`git diff --word-diff` is very useful for figuring out change code changes when a lot of white space changes have occurred, such has re/de-indenting blocks of code.
`git meta diff --word-diff` does not error but also does not pass the argument down argument down to the individual `git diff` commands.
git meta should likely pass all arguments of after the diff to the individual `git diff`s
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.