From: Jay Soffian Date: Wed, 15 Sep 2010 23:56:48 +0000 (-0400) Subject: git-ls-files.txt: clarify -x/--exclude option X-Git-Tag: v1.7.3~1^2~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=75609a0d44d02878e6260a7a4bf2dda5310a9dd9;p=git.git git-ls-files.txt: clarify -x/--exclude option Since b5227d8, -x/--exclude does not apply to cached files. This is easy to miss unless you read the discussion in the EXCLUDE PATTERNS section. Clarify that the option applies to untracked files and direct the reader to EXCLUDE PATTERNS. Signed-off-by: Jay Soffian Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-ls-files.txt b/Documentation/git-ls-files.txt index 89859153f..c05e7a5e7 100644 --- a/Documentation/git-ls-files.txt +++ b/Documentation/git-ls-files.txt @@ -79,8 +79,9 @@ OPTIONS -x :: --exclude=:: - Skips files matching pattern. - Note that pattern is a shell wildcard pattern. + Skips untracked files matching pattern. + Note that pattern is a shell wildcard pattern. See EXCLUDE PATTERNS + below for more information. -X :: --exclude-from=::