Skip to content

Commit 0fdc42e

Browse files
jamilldscho
authored andcommitted
status --show-ignored-directory: add EXPERIMENTAL tags to documentation
Signed-off-by: Jameson Miller <[email protected]> Signed-off-by: Johannes Schindelin <[email protected]>
1 parent c404eb1 commit 0fdc42e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Documentation/git-status.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ configuration variable documented in linkgit:git-config[1].
9898
Show ignored files as well.
9999

100100
--show-ignored-directory::
101-
Show directories that are ignored, instead of individual files.
102-
Does not recurse into excluded directories when listing all
101+
(EXPERIMENTAL) Show directories that are ignored, instead of individual
102+
files. Does not recurse into excluded directories when listing all
103103
untracked files.
104104

105105
-z::

Documentation/technical/api-directory-listing.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ The notable options are:
3535

3636
`DIR_SHOW_IGNORED_DIRECTORY`:::
3737

38-
If this is set, non-empty directories that match an ignore pattern are
39-
returned. The individual files contained in ignored directories are not
40-
included.
38+
(EXPERIMENTAL) If this is set, non-empty directories that match an
39+
ignore pattern are returned. The individual files contained in
40+
ignored directories are not included.
4141

4242
`DIR_COLLECT_IGNORED`:::
4343

builtin/commit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1362,7 +1362,7 @@ int cmd_status(int argc, const char **argv, const char *prefix)
13621362
OPT_BOOL(0, "no-lock-index", &no_lock_index,
13631363
N_("do not lock the index")),
13641364
OPT_BOOL(0, "show-ignored-directory", &show_ignored_directory,
1365-
N_("Only show directories that match an ignore pattern name.")),
1365+
N_("(EXPERIMENTAL) Only show directories that match an ignore pattern name.")),
13661366
OPT_END(),
13671367
};
13681368

0 commit comments

Comments
 (0)