Skip to content

Commit 1e9a3c4

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

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
@@ -105,7 +105,7 @@ configuration variable documented in linkgit:git-config[1].
105105
Show ignored files as well.
106106

107107
--show-ignored-directory::
108-
Show directories that are ignored, instead of individual files.
108+
(EXPERIMENTAL) Show directories that are ignored, instead of individual files.
109109
Does not recurse into excluded directories when listing all
110110
untracked files.
111111

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
@@ -1386,7 +1386,7 @@ int cmd_status(int argc, const char **argv, const char *prefix)
13861386
OPT_BOOL(0, "no-lock-index", &no_lock_index,
13871387
N_("do not lock the index")),
13881388
OPT_BOOL(0, "show-ignored-directory", &show_ignored_directory,
1389-
N_("Only show directories that match an ignore pattern name.")),
1389+
N_("(EXPERIMENTAL) Only show directories that match an ignore pattern name.")),
13901390
OPT_END(),
13911391
};
13921392

0 commit comments

Comments
 (0)