File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ SYNOPSIS
11
11
'git add' [--verbose | -v] [--dry-run | -n] [--force | -f] [--interactive | -i] [--patch | -p]
12
12
[--edit | -e] [--[no-]all | --[no-]ignore-removal | [--update | -u]]
13
13
[--intent-to-add | -N] [--refresh] [--ignore-errors] [--ignore-missing]
14
- [--] [<pathspec>...]
14
+ [--chmod=(+|-)x] [-- ] [<pathspec>...]
15
15
16
16
DESCRIPTION
17
17
-----------
@@ -165,6 +165,11 @@ for "git add --no-all <pathspec>...", i.e. ignored removed files.
165
165
be ignored, no matter if they are already present in the work
166
166
tree or not.
167
167
168
+ --chmod=(+|-)x::
169
+ Override the executable bit of the added files. The executable
170
+ bit is only changed in the index, the files on disk are left
171
+ unchanged.
172
+
168
173
\--::
169
174
This option can be used to separate command-line options from
170
175
the list of files, (useful when filenames might be mistaken
You can’t perform that action at this time.
0 commit comments