summaryrefslogtreecommitdiffstats
path: root/git-rev-list.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-10-23 14:45:54 -0700
committerJunio C Hamano <gitster@pobox.com>2023-10-23 14:45:54 -0700
commit33be82183d4cd6dc645f64da1402cf9a3f4cdbf3 (patch)
tree4a681cad5c6da23a7d7f56022666fb31397026d2 /git-rev-list.html
parent359f02427091f2c0fcac4eb7651fe5d159b84a54 (diff)
downloadgit-htmldocs-33be82183d4cd6dc645f64da1402cf9a3f4cdbf3.tar.gz
Autogenerated HTML docs for v2.42.0-482-g2e8e7
Diffstat (limited to 'git-rev-list.html')
-rw-r--r--git-rev-list.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/git-rev-list.html b/git-rev-list.html
index 410079a0b..6d5a95367 100644
--- a/git-rev-list.html
+++ b/git-rev-list.html
@@ -790,9 +790,9 @@ between the two operands. The following two commands are equivalent:</p></div>
<pre><code>$ git rev-list A B --not $(git merge-base --all A B)
$ git rev-list A...B</code></pre>
</div></div>
-<div class="paragraph"><p><em>rev-list</em> is a very essential Git command, since it
+<div class="paragraph"><p><em>rev-list</em> 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 enables it to be
+this reason, it has a lot of different options that enable it to be
used by commands as different as <em>git bisect</em> and
<em>git repack</em>.</p></div>
</div>
@@ -909,7 +909,7 @@ ordering and formatting options, such as <code>--reverse</code>.</p></div>
</dt>
<dd>
<p>
- Limit the commits output to ones with log message that
+ Limit the commits output to ones with a log message that
matches the specified pattern (regular expression). With
more than one <code>--grep=&lt;pattern&gt;</code>, commits whose message
matches any of the given patterns are chosen (but see
@@ -930,7 +930,7 @@ ordering and formatting options, such as <code>--reverse</code>.</p></div>
</dt>
<dd>
<p>
- Limit the commits output to ones with log message that do not
+ Limit the commits output to ones with a log message that do not
match the pattern specified with <code>--grep=&lt;pattern&gt;</code>.
</p>
</dd>
@@ -2362,7 +2362,7 @@ people using 80-column terminals.</p></div>
<dd>
<p>
Perform a tab expansion (replace each tab with enough spaces
- to fill to the next display column that is multiple of <em>&lt;n&gt;</em>)
+ to fill to the next display column that is a multiple of <em>&lt;n&gt;</em>)
in the log message before showing it in the output.
<code>--expand-tabs</code> is a short-hand for <code>--expand-tabs=8</code>, and
<code>--no-expand-tabs</code> is a short-hand for <code>--expand-tabs=0</code>,
@@ -3770,7 +3770,7 @@ Compare the on-disk size of branches in one group of refs, excluding
<div id="footer">
<div id="footer-text">
Last updated
- 2022-10-28 11:53:56 PDT
+ 2023-10-23 14:43:46 PDT
</div>
</div>
</body>