diff options
author | Jason St. John <jstjohn@purdue.edu> | 2014-05-21 14:52:26 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-05-21 13:57:10 -0700 |
commit | 06ab60c06606613f238f3154cb27cb22d9723967 (patch) | |
tree | 851407afe91f051cdb3428b944e8179e1b39f04b /Documentation/git-ls-files.txt | |
parent | 8ced8e40ac07c1b13b2edbb459d37b9b2d7275d6 (diff) | |
download | git-06ab60c06606613f238f3154cb27cb22d9723967.tar.gz |
Documentation: use "command-line" when used as a compound adjective, and fix other minor grammatical issuesjj/command-line-somethingjj/command-line-adjective
Signed-off-by: Jason St. John <jstjohn@purdue.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-ls-files.txt')
-rw-r--r-- | Documentation/git-ls-files.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-ls-files.txt b/Documentation/git-ls-files.txt index c0856a6e0a..e26f01fb1d 100644 --- a/Documentation/git-ls-files.txt +++ b/Documentation/git-ls-files.txt @@ -185,15 +185,15 @@ specifies the format of exclude patterns. These exclude patterns come from these places, in order: - 1. The command line flag --exclude=<pattern> specifies a + 1. The command-line flag --exclude=<pattern> specifies a single pattern. Patterns are ordered in the same order they appear in the command line. - 2. The command line flag --exclude-from=<file> specifies a + 2. The command-line flag --exclude-from=<file> specifies a file containing a list of patterns. Patterns are ordered in the same order they appear in the file. - 3. The 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 |