Skip to content

Commit e0d98a8

Browse files
committed
Add EXPERIMENTAL tags to documentation
Signed-off-by: Jameson Miller <[email protected]>
1 parent e0a3684 commit e0d98a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The notable options are:
3636
`DIR_SHOW_IGNORED_DIRECTORY`:::
3737

3838

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

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)