From 773adf7ab600824fe64bf5b5496763345eaed33d Mon Sep 17 00:00:00 2001 From: Arnaud Rebillout Date: Wed, 19 Feb 2020 16:30:13 +0700 Subject: [PATCH] Remove the executable bit for api/*.txt files These are text files so there's no reason these files are executable, unless I'm missing something? Maybe it's something that doesn't show on a Windows filesystem, only on Linux or macOS, hence nobody noticed? Signed-off-by: Arnaud Rebillout --- api/1.0.pb.txt | 0 api/1.1.pb.txt | 0 api/1.2.pb.txt | 0 api/next.pb.txt | 0 4 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 api/1.0.pb.txt mode change 100755 => 100644 api/1.1.pb.txt mode change 100755 => 100644 api/1.2.pb.txt mode change 100755 => 100644 api/next.pb.txt diff --git a/api/1.0.pb.txt b/api/1.0.pb.txt old mode 100755 new mode 100644 diff --git a/api/1.1.pb.txt b/api/1.1.pb.txt old mode 100755 new mode 100644 diff --git a/api/1.2.pb.txt b/api/1.2.pb.txt old mode 100755 new mode 100644 diff --git a/api/next.pb.txt b/api/next.pb.txt old mode 100755 new mode 100644