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
Disable staging and unstaging lines or hunks when the diff context size is 0 (#4235)
- **PR Description**
Git diff and patch doesn't work reliably with a context size of 0, so
disable it in this case (and discarding changes as well). Magit does the
same, see magit/magit#4222.
Staging entire files by pressing space in the Files panel is still
possible, of course.
Fixes#4233.
0 commit comments