NeogitOrg / neogit

An interactive and powerful Git interface for Neovim, inspired by Magit
MIT License
4.08k stars 241 forks source link

Change in modes not detected #1482

Closed acampove closed 1 month ago

acampove commented 2 months ago

Is your feature request related to a problem? Please describe. The plugin does not detect changes in file permissions, e.g. if I do chmod 644 file, the mode change normally is caught by git status.

Describe the solution you'd like Maybe a message like mode change 744 -> 644 next to the file in the unstaged section or a message like this when toggling.

Describe alternatives you've considered None really

Additional context When toggling no change appears.

image

CKolkey commented 1 month ago

Yeah, good call. Done here 43060b2053c6715e218c0b21bd74f71c77b1e677 :)