File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -214,20 +214,20 @@ FROM UPSTREAM REBASE" section in linkgit:git-rebase[1].)
214
214
215
215
-u[<mode>]::
216
216
--untracked-files[=<mode>]::
217
- Show untracked files (Default: 'all') .
217
+ Show untracked files.
218
218
+
219
- The mode parameter is optional, and is used to specify
220
- the handling of untracked files.
219
+ The mode parameter is optional (defaults to 'all'), and is used to
220
+ specify the handling of untracked files; when -u is not used, the
221
+ default is 'normal', i.e. show untracked files and directories.
221
222
+
222
223
The possible options are:
223
224
+
224
225
- 'no' - Show no untracked files
225
226
- 'normal' - Shows untracked files and directories
226
227
- 'all' - Also shows individual files in untracked directories.
227
228
+
228
- See linkgit:git-config[1] for configuration variable
229
- used to change the default for when the option is not
230
- specified.
229
+ The default can be changed using the status.showUntrackedFiles
230
+ configuration variable documented in linkgit:git-config[1].
231
231
232
232
-v::
233
233
--verbose::
Original file line number Diff line number Diff line change @@ -38,20 +38,20 @@ OPTIONS
38
38
39
39
-u[<mode>]::
40
40
--untracked-files[=<mode>]::
41
- Show untracked files (Default: 'all') .
41
+ Show untracked files.
42
42
+
43
- The mode parameter is optional, and is used to specify
44
- the handling of untracked files. The possible options are:
43
+ The mode parameter is optional (defaults to 'all'), and is used to
44
+ specify the handling of untracked files; when -u is not used, the
45
+ default is 'normal', i.e. show untracked files and directories.
46
+ +
47
+ The possible options are:
45
48
+
46
- --
47
49
- 'no' - Show no untracked files
48
50
- 'normal' - Shows untracked files and directories
49
51
- 'all' - Also shows individual files in untracked directories.
50
- --
51
52
+
52
- See linkgit:git-config[1] for configuration variable
53
- used to change the default for when the option is not
54
- specified.
53
+ The default can be changed using the status.showUntrackedFiles
54
+ configuration variable documented in linkgit:git-config[1].
55
55
56
56
--ignore-submodules[=<when>]::
57
57
Ignore changes to submodules when looking for changes. <when> can be
You can’t perform that action at this time.
0 commit comments