Skip to content

Commit

Permalink
Add EXPERIMENTAL tags to documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Jameson Miller <[email protected]>
  • Loading branch information
jamill committed Aug 5, 2017
1 parent 43166dc commit 1ae5c57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Documentation/git-status.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion Documentation/technical/api-directory-listing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The notable options are:

`DIR_SHOW_IGNORED_DIRECTORY`:::

If this is set, non-empty directories that match an ignore pattern are
(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.

Expand Down
2 changes: 1 addition & 1 deletion builtin/commit.c
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
};

Expand Down

0 comments on commit 1ae5c57

Please sign in to comment.