From c81ea41bec91f340ddc31326c44675cce86f2846 Mon Sep 17 00:00:00 2001 From: Grzegorz Szymaszek Date: Sun, 11 Dec 2022 21:19:08 +0100 Subject: cfix: Add missing and remove unneeded execute bits Remove the execute bit from files that most likely should not be executable in a Unix-like environment, like Markdown or Yaml. Set the execute bit on files that most likely should be executable: those having "#!/usr/bin/env ..." or similar solutions. --- .chglog/CHANGELOG.tpl.md | 0 .chglog/config.yml | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 .chglog/CHANGELOG.tpl.md mode change 100755 => 100644 .chglog/config.yml (limited to '.chglog') diff --git a/.chglog/CHANGELOG.tpl.md b/.chglog/CHANGELOG.tpl.md old mode 100755 new mode 100644 diff --git a/.chglog/config.yml b/.chglog/config.yml old mode 100755 new mode 100644 -- cgit v1.2.3