neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 874e2149931f40c41c470c2a6ca6c6719fab4c4d
parent 6ef5dd5266822960d254b8acd5ab0934cc2b117e
Author: Ricardo Casía <31012661+rcasia@users.noreply.github.com>
Date:   Sat, 29 Mar 2025 13:30:30 +0100

fix: remove exec permission from .gitattributes #33140

Problem:
.gitattributes was marked as executable, which isn’t needed for a config
file and goes against the principle of least privilege.

Solution:
Set file mode to 100644 to reflect its intended use.
Diffstat:
M.gitattributes | 0
1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/.gitattributes b/.gitattributes