Skip to content

git meta diff should not read off of the index for diffs #712

Open
@dvamin

Description

@dvamin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions