summaryrefslogtreecommitdiffstats
path: root/git-restore.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-restore.html
parent359f02427091f2c0fcac4eb7651fe5d159b84a54 (diff)
downloadgit-htmldocs-33be82183d4cd6dc645f64da1402cf9a3f4cdbf3.tar.gz
Autogenerated HTML docs for v2.42.0-482-g2e8e7
Diffstat (limited to 'git-restore.html')
-rw-r--r--git-restore.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-restore.html b/git-restore.html
index 3ac507ae8..04efbff66 100644
--- a/git-restore.html
+++ b/git-restore.html
@@ -912,7 +912,7 @@ in <a href="git-checkout.html">git-checkout(1)</a> for details.</p></div>
</dt>
<dd>
<p>
- In sparse checkout mode, by default is to only update entries
+ In sparse checkout mode, the default is to only update entries
matched by <code>&lt;pathspec&gt;</code> and sparse patterns in
$GIT_DIR/info/sparse-checkout. This option ignores the sparse
patterns and unconditionally restores any files in
@@ -1046,7 +1046,7 @@ the same as using <a href="git-reset.html">git-reset(1)</a>)</p></div>
<div class="content">
<pre><code>$ git restore --staged hello.c</code></pre>
</div></div>
-<div class="paragraph"><p>or you can restore both the index and the working tree (this the same
+<div class="paragraph"><p>or you can restore both the index and the working tree (this is the same
as using <a href="git-checkout.html">git-checkout(1)</a>)</p></div>
<div class="listingblock">
<div class="content">
@@ -1077,7 +1077,7 @@ as using <a href="git-checkout.html">git-checkout(1)</a>)</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2023-10-02 12:46:05 PDT
+ 2023-10-23 14:43:46 PDT
</div>
</div>
</body>