Skip to content

Commit 62c7c56

Browse files
jamillGit for Windows Build Agent
authored andcommitted
Add EXPERIMENTAL tags to documentation
Signed-off-by: Jameson Miller <[email protected]>
1 parent db8fac6 commit 62c7c56

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Documentation/git-status.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ configuration variable documented in linkgit:git-config[1].
101101
Show ignored files as well.
102102

103103
--show-ignored-directory::
104-
Show directories that are ignored, instead of individual files.
104+
(EXPERIMENTAL) Show directories that are ignored, instead of individual files.
105105
Does not recurse into excluded directories when listing all
106106
untracked files.
107107

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 ignored
40+
directories are not included.
4141

4242
`DIR_KEEP_UNTRACKED_CONTENTS`:::
4343

builtin/commit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1374,7 +1374,7 @@ int cmd_status(int argc, const char **argv, const char *prefix)
13741374
OPT_BOOL(0, "no-lock-index", &no_lock_index,
13751375
N_("do not lock the index")),
13761376
OPT_BOOL(0, "show-ignored-directory", &show_ignored_directory,
1377-
N_("Only show directories that match an ignore pattern name.")),
1377+
N_("(EXPERIMENTAL) Only show directories that match an ignore pattern name.")),
13781378
OPT_END(),
13791379
};
13801380

0 commit comments

Comments
 (0)