diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2018-06-22 08:50:37 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-06-22 23:26:23 +0200 |
commit | 928f0ab4bae61954c27a77794d80c2332c8e816c (patch) | |
tree | 786977d843634899a64cecd6f51fcf669062035f /Documentation/git-status.txt | |
parent | Git 2.18 (diff) | |
download | git-928f0ab4bae61954c27a77794d80c2332c8e816c.tar.xz git-928f0ab4bae61954c27a77794d80c2332c8e816c.zip |
Documentation: spelling and grammar fixes
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
Reviewed-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-status.txt')
-rw-r--r-- | Documentation/git-status.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-status.txt b/Documentation/git-status.txt index c4467ffb98..d9f422d560 100644 --- a/Documentation/git-status.txt +++ b/Documentation/git-status.txt @@ -106,7 +106,7 @@ It is optional: it defaults to 'traditional'. The possible options are: + - 'traditional' - Shows ignored files and directories, unless - --untracked-files=all is specifed, in which case + --untracked-files=all is specified, in which case individual files in ignored directories are displayed. - 'no' - Show no ignored files. |