1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-02 07:06:10 +02:00

ls-files documentation: reword for consistency

Similar to descriptions of other options, state what -x does in imperative
mood.  Start sentences for -X and --exclude-per-directory options in
capital letters.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2010-09-15 17:34:20 -07:00
parent 75609a0d44
commit 4c608520ed

View File

@ -79,16 +79,16 @@ OPTIONS
-x <pattern>::
--exclude=<pattern>::
Skips untracked files matching pattern.
Skip untracked files matching pattern.
Note that pattern is a shell wildcard pattern. See EXCLUDE PATTERNS
below for more information.
-X <file>::
--exclude-from=<file>::
exclude patterns are read from <file>; 1 per line.
Read exclude patterns from <file>; 1 per line.
--exclude-per-directory=<file>::
read additional exclude patterns that apply only to the
Read additional exclude patterns that apply only to the
directory and its subdirectories in <file>.
--exclude-standard::
@ -178,7 +178,7 @@ These exclude patterns come from these places, in order:
file containing a list of patterns. Patterns are ordered
in the same order they appear in the file.
3. command line flag --exclude-per-directory=<name> specifies
3. The command line flag --exclude-per-directory=<name> specifies
a name of the file in each directory 'git-ls-files'
examines, normally `.gitignore`. Files in deeper
directories take precedence. Patterns are ordered in the