diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-09-16 17:41:09 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-09-16 17:41:09 +0200 |
commit | 1b6b242e6fcdb909b4a8bff26ce967bb88fa3b89 (patch) | |
tree | e16cae1e9589ddf06818e59a0b06526ce92238f2 /using-git.texinfo | |
parent | on file permissions (diff) | |
download | using-git-1b6b242e6fcdb909b4a8bff26ce967bb88fa3b89.tar.gz using-git-1b6b242e6fcdb909b4a8bff26ce967bb88fa3b89.tar.bz2 using-git-1b6b242e6fcdb909b4a8bff26ce967bb88fa3b89.tar.xz |
more on permissions
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'using-git.texinfo')
-rw-r--r-- | using-git.texinfo | 7 |
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 |