Skip to content

Commit 7a33895

Browse files
jamilldscho
authored andcommitted
Add EXPERIMENTAL tags to documentation
Signed-off-by: Jameson Miller <[email protected]>
1 parent f333cf0 commit 7a33895

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
@@ -1367,7 +1367,7 @@ int cmd_status(int argc, const char **argv, const char *prefix)
13671367
OPT_BOOL(0, "no-lock-index", &no_lock_index,
13681368
N_("do not lock the index")),
13691369
OPT_BOOL(0, "show-ignored-directory", &show_ignored_directory,
1370-
N_("Only show directories that match an ignore pattern name.")),
1370+
N_("(EXPERIMENTAL) Only show directories that match an ignore pattern name.")),
13711371
OPT_END(),
13721372
};
13731373

0 commit comments

Comments
 (0)