You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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.0
Tcl/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
git add -i respects binary=false set under [diff "myDiff"] and allows me to "Stage Hunk/Line For Commit" as in the image below
It would not allow me to do so if binary=true. Meanwhile git gui doesn't allow me to do so in either case.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
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.0
Tcl/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
andin the ".git/config" following contents
git add -i
respectsbinary=false
set under[diff "myDiff"]
and allows me to "Stage Hunk/Line For Commit" as in the image belowIt would not allow me to do so if
binary=true
. Meanwhilegit gui
doesn't allow me to do so in either case.The text was updated successfully, but these errors were encountered: