From 4646a3557b822c3893dc6773882a689118b77611 Mon Sep 17 00:00:00 2001 From: Christopher Tubbs Date: Tue, 24 May 2022 05:19:41 -0400 Subject: Remove execute bit from plain text files in git (#2611) Trivially change file mode from 755 to 644 for files in git that shouldn't be marked as executable. These were probably marked as executable due to some contributors developing on Windows using a filesystem that doesn't support POSIX file modes, or aggressively marks everything as executable. --- doap.rdf | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 doap.rdf (limited to 'doap.rdf') diff --git a/doap.rdf b/doap.rdf old mode 100755 new mode 100644 -- cgit v1.2.1