`git meta diff` should not read off of the index for diffs
Open
diff
- Dominant language
- JavaScript
- Stars
- 233
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
`git meta diff` shows you changes from both disk and the index. This is inconsistent with `git diff` which shows only the unstaged changes. You need `git diff --cached` to see the staged changes, and `git diff HEAD` for both. Please make `git meta diff` usage consistent with `git diff`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.