summaryrefslogtreecommitdiffstats
path: root/git-checkout-index.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-checkout-index.html
parent359f02427091f2c0fcac4eb7651fe5d159b84a54 (diff)
downloadgit-htmldocs-33be82183d4cd6dc645f64da1402cf9a3f4cdbf3.tar.gz
Autogenerated HTML docs for v2.42.0-482-g2e8e7
Diffstat (limited to 'git-checkout-index.html')
-rw-r--r--git-checkout-index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/git-checkout-index.html b/git-checkout-index.html
index 3092e33bb..c4c0fd27d 100644
--- a/git-checkout-index.html
+++ b/git-checkout-index.html
@@ -762,7 +762,7 @@ git-checkout-index(1) Manual Page
<div class="sect1">
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
-<div class="paragraph"><p>Will copy all files listed from the index to the working directory
+<div class="paragraph"><p>Copies all listed files from the index to the working directory
(not overwriting existing files).</p></div>
</div>
</div>
@@ -844,7 +844,7 @@ git-checkout-index(1) Manual Page
<dd>
<p>
Instead of checking out unmerged entries, copy out the
- files from named stage. &lt;number&gt; must be between 1 and 3.
+ files from the named stage. &lt;number&gt; must be between 1 and 3.
Note: --stage=all automatically implies --temp.
</p>
</dd>
@@ -853,7 +853,7 @@ git-checkout-index(1) Manual Page
</dt>
<dd>
<p>
- Instead of copying the files to the working directory
+ Instead of copying the files to the working directory,
write the content to temporary files. The temporary name
associations will be written to stdout.
</p>
@@ -872,8 +872,8 @@ git-checkout-index(1) Manual Page
</dt>
<dd>
<p>
- Instead of taking list of paths from the command line,
- read list of paths from the standard input. Paths are
+ Instead of taking a list of paths from the command line,
+ read the list of paths from the standard input. Paths are
separated by LF (i.e. one path per line) by default.
</p>
</dd>
@@ -1020,7 +1020,7 @@ into the file <code>.merged-Makefile</code>.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2022-02-17 16:38:18 PST
+ 2023-10-23 14:43:46 PDT
</div>
</div>
</body>