aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--using-git.texinfo7
1 files changed, 7 insertions, 0 deletions
diff --git a/using-git.texinfo b/using-git.texinfo
index 9a95844..58a66a3 100644
--- a/using-git.texinfo
+++ b/using-git.texinfo
@@ -1343,6 +1343,13 @@ no directories are also ignored.
Be aware that some systems sets the execution
bit willy-nilly when a file is created.
+This is a short comming of git. Since
+files are only executable if they are
+compiled or have a shebang, it would make
+more since so set it on and only on the
+files with a shebang or otherwise tagged
+to how a specific permission.
+
@node Beyond Git