summaryrefslogtreecommitdiffstats
path: root/man1/git-ls-files.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-ls-files.1')
-rw-r--r--man1/git-ls-files.114
1 files changed, 7 insertions, 7 deletions
diff --git a/man1/git-ls-files.1 b/man1/git-ls-files.1
index 9a9d4e408..74060f9e1 100644
--- a/man1/git-ls-files.1
+++ b/man1/git-ls-files.1
@@ -2,12 +2,12 @@
.\" Title: git-ls-files
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2023-10-20
+.\" Date: 2023-10-23
.\" Manual: Git Manual
-.\" Source: Git 2.42.0.424.gceadf0f3cf
+.\" Source: Git 2.42.0.482.g2e8e77cbac
.\" Language: English
.\"
-.TH "GIT\-LS\-FILES" "1" "2023\-10\-20" "Git 2\&.42\&.0\&.424\&.gceadf0" "Git Manual"
+.TH "GIT\-LS\-FILES" "1" "2023\-10\-23" "Git 2\&.42\&.0\&.482\&.g2e8e77" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -49,9 +49,9 @@ git-ls-files \- Show information about files in the index and the working tree
.sp
.SH "DESCRIPTION"
.sp
-This merges the file listing in the index with the actual working directory list, and shows different combinations of the two\&.
+This command merges the file listing in the index with the actual working directory list, and shows different combinations of the two\&.
.sp
-One or more of the options below may be used to determine the files shown, and each file may be printed multiple times if there are multiple entries in the index or multiple statuses are applicable for the relevant file selection options\&.
+Several flags can be used to determine which files are shown, and each file may be printed multiple times if there are multiple entries in the index or if multiple statuses are applicable for the relevant file selection options\&.
.SH "OPTIONS"
.PP
\-c, \-\-cached
@@ -81,7 +81,7 @@ Show only ignored files in the output\&. Must be used with either an explicit
or
\fI\-o\fR\&. When showing files in the index (i\&.e\&. when used with
\fI\-c\fR), print only those files matching an exclude pattern\&. When showing "other" files (i\&.e\&. when used with
-\fI\-o\fR), show only those matched by an exclude pattern\&. Standard ignore rules are not automatically activated, therefore at least one of the
+\fI\-o\fR), show only those matched by an exclude pattern\&. Standard ignore rules are not automatically activated; therefore, at least one of the
\fB\-\-exclude*\fR
options is required\&.
.RE
@@ -176,7 +176,7 @@ Show status tags together with filenames\&. Note that for scripting purposes,
and
\fBgit-diff-files\fR(1)
\fB\-\-name\-status\fR
-are almost always superior alternatives, and users should look at
+are almost always superior alternatives; users should look at
\fBgit-status\fR(1)
\fB\-\-short\fR
or