Add EXPERIMENTAL tags to documentation

Signed-off-by: Jameson Miller <jamill@microsoft.com>
This commit is contained in:
Jameson Miller
2017-08-04 17:19:51 -04:00
committed by Johannes Schindelin
parent 9b7eec2a9d
commit f5f7b0ee93
3 changed files with 5 additions and 5 deletions

View File

@@ -101,7 +101,7 @@ configuration variable documented in linkgit:git-config[1].
Show ignored files as well.
--show-ignored-directory::
Show directories that are ignored, instead of individual files.
(EXPERIMENTAL) Show directories that are ignored, instead of individual files.
Does not recurse into excluded directories when listing all
untracked files.

View File

@@ -35,9 +35,9 @@ The notable options are:
`DIR_SHOW_IGNORED_DIRECTORY`:::
If this is set, non-empty directories that match an ignore pattern are
returned. The individual files contained in ignored directories are not
included.
(EXPERIMENTAL) If this is set, non-empty directories that match an
ignore pattern are returned. The individual files contained in ignored
directories are not included.
`DIR_KEEP_UNTRACKED_CONTENTS`:::

View File

@@ -1367,7 +1367,7 @@ int cmd_status(int argc, const char **argv, const char *prefix)
OPT_BOOL(0, "no-lock-index", &no_lock_index,
N_("do not lock the index")),
OPT_BOOL(0, "show-ignored-directory", &show_ignored_directory,
N_("Only show directories that match an ignore pattern name.")),
N_("(EXPERIMENTAL) Only show directories that match an ignore pattern name.")),
OPT_END(),
};