summaryrefslogtreecommitdiffstats
path: root/man1/git-rev-list.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-rev-list.1')
-rw-r--r--man1/git-rev-list.114
1 files changed, 7 insertions, 7 deletions
diff --git a/man1/git-rev-list.1 b/man1/git-rev-list.1
index c4c561307..d9e454ab7 100644
--- a/man1/git-rev-list.1
+++ b/man1/git-rev-list.1
@@ -2,12 +2,12 @@
.\" Title: git-rev-list
.\" 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\-REV\-LIST" "1" "2023\-10\-20" "Git 2\&.42\&.0\&.424\&.gceadf0" "Git Manual"
+.TH "GIT\-REV\-LIST" "1" "2023\-10\-23" "Git 2\&.42\&.0\&.482\&.g2e8e77" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -84,7 +84,7 @@ $ git rev\-list A\&.\&.\&.B
.\}
.sp
.sp
-\fIrev\-list\fR is a very essential Git command, since it provides the ability to build and traverse commit ancestry graphs\&. For this reason, it has a lot of different options that enables it to be used by commands as different as \fIgit bisect\fR and \fIgit repack\fR\&.
+\fIrev\-list\fR is an essential Git command, since it provides the ability to build and traverse commit ancestry graphs\&. For this reason, it has a lot of different options that enable it to be used by commands as different as \fIgit bisect\fR and \fIgit repack\fR\&.
.SH "OPTIONS"
.SS "Commit Limiting"
.sp
@@ -143,7 +143,7 @@ is in use\&.
.PP
\-\-grep=<pattern>
.RS 4
-Limit the commits output to ones with log message that matches the specified pattern (regular expression)\&. With more than one
+Limit the commits output to ones with a log message that matches the specified pattern (regular expression)\&. With more than one
\fB\-\-grep=<pattern>\fR, commits whose message matches any of the given patterns are chosen (but see
\fB\-\-all\-match\fR)\&.
.RE
@@ -156,7 +156,7 @@ Limit the commits output to ones that match all given
.PP
\-\-invert\-grep
.RS 4
-Limit the commits output to ones with log message that do not match the pattern specified with
+Limit the commits output to ones with a log message that do not match the pattern specified with
\fB\-\-grep=<pattern>\fR\&.
.RE
.PP
@@ -1683,7 +1683,7 @@ and we are outputting in
.PP
\-\-expand\-tabs=<n>, \-\-expand\-tabs, \-\-no\-expand\-tabs
.RS 4
-Perform a tab expansion (replace each tab with enough spaces to fill to the next display column that is multiple of
+Perform a tab expansion (replace each tab with enough spaces to fill to the next display column that is a multiple of
\fI<n>\fR) in the log message before showing it in the output\&.
\fB\-\-expand\-tabs\fR
is a short\-hand for