repo: make file executable permissions match the cygwin derived status

In case we have a git clone from Linux that is accessed via cygwin git
the files executable status will be derived from the file content (shebang)
and won't match the git repo, leading to a initially dirty tree.

This can be worked around by setting "core.filemode=false", but let's try
to match the cygwin permissions with the in-repo permissions so this isn't
needed.
This commit is contained in:
Christoph Reiter 2024-04-14 15:17:42 +02:00
parent 3a5f218b36
commit 11a162b0e5
25 changed files with 0 additions and 5 deletions

0
.ci/ci-build.sh Normal file → Executable file
View File

0
.ci/fetch-validpgpkeys.sh Normal file → Executable file
View File

0
ca-certificates/certdata2pem.py Normal file → Executable file
View File

0
ca-certificates/update-ca-trust Normal file → Executable file
View File

0
expect/config.guess vendored Normal file → Executable file
View File

0
expect/config.sub vendored Normal file → Executable file
View File

0
filesystem/cmd Normal file → Executable file
View File

0
filesystem/shell Normal file → Executable file
View File

0
filesystem/start Normal file → Executable file
View File

0
gradle/gradle.sh Normal file → Executable file
View File

View File

@ -1,4 +1,3 @@
#! /usr/bin/bash
# Maintainer: micbou <contact@micbou.com>
pkgbase=libqrencode

0
man-db/convert-mans Normal file → Executable file
View File

0
msys2-runtime-3.3/update-patches.sh Normal file → Executable file
View File

0
msys2-runtime-3.4/update-patches.sh Normal file → Executable file
View File

0
msys2-runtime-3.5/update-patches.sh Normal file → Executable file
View File

0
msys2-runtime/update-patches.sh Normal file → Executable file
View File

0
msys2-unlocker/splash/convert-all-xcf-to-jpg Normal file → Executable file
View File

0
pacman/makepkg-mingw Normal file → Executable file
View File

0
pacman/update-patches.sh Normal file → Executable file
View File

0
perl/generate-rebuild-list.sh Normal file → Executable file
View File

0
perl/patchprov Normal file → Executable file
View File

0
perl/perlrebase Normal file → Executable file
View File

View File

@ -1,5 +1,3 @@
#!/usr/bin/env sh
post_install() {
printf "==> Run 'pkgfile --update' to initialize the database\n"
}

View File

@ -1,5 +1,3 @@
#!/bin/bash
post_install() {
cat <<EOF
Message for rlwrap $1:

0
subversion/svnclean Normal file → Executable file
View File