Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
ls-files documentation: reword for consistency
author
Junio C Hamano
<gitster@pobox.com>
Thu, 16 Sep 2010 00:34:20 +0000
(17:34 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 16 Sep 2010 00:38:50 +0000
(17:38 -0700)
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>
Documentation/git-ls-files.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
75609a0
)
diff --git
a/Documentation/git-ls-files.txt
b/Documentation/git-ls-files.txt
index c05e7a5e7011f46d4590ba3ccdf7a92f47bfc0d8..44b6480c0f7f71fcbb5adc2ccc9c319ca440b533 100644
(file)
--- a/
Documentation/git-ls-files.txt
+++ b/
Documentation/git-ls-files.txt
@@
-79,16
+79,16
@@
OPTIONS
-x <pattern>::
--exclude=<pattern>::
-x <pattern>::
--exclude=<pattern>::
- Skip
s
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>::
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>::
--exclude-per-directory=<file>::
-
r
ead additional exclude patterns that apply only to the
+
R
ead additional exclude patterns that apply only to the
directory and its subdirectories in <file>.
--exclude-standard::
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.
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
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