-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Description
Steps to reproduce:
- download and unpack partial-staging-and-custom-diff.zip
- cd partial-staging-and-custom-diff
- git gui
- RMB on changed lines
Behavior:
"Stage Hunk/Line For Commit" menu entries are grayed out as in the image below
Expected behavior:
"Stage Hunk/Line For Commit" menu entries shouldn't be are grayed out.
Additional Info:
-
Version
git-gui version 0.21.0.116.g0730a
git version 2.43.0Tcl/Tk version 8.6.12
Aspell 0.60.8, pl -
The issue occurs when I have a ".gitattributes" file with following contents
*.txt diff=myDiff
and
in the ".git/config" following contents
[diff "myDiff"]
textconv=cat
binary=false
Metadata
Metadata
Assignees
Labels
No labels