summaryrefslogtreecommitdiffstats
path: root/man1/git-checkout-index.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-checkout-index.1')
-rw-r--r--man1/git-checkout-index.114
1 files changed, 7 insertions, 7 deletions
diff --git a/man1/git-checkout-index.1 b/man1/git-checkout-index.1
index 289c0dddf..f9cf1ad7f 100644
--- a/man1/git-checkout-index.1
+++ b/man1/git-checkout-index.1
@@ -2,12 +2,12 @@
.\" Title: git-checkout-index
.\" 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\-CHECKOUT\-INDEX" "1" "2023\-10\-20" "Git 2\&.42\&.0\&.424\&.gceadf0" "Git Manual"
+.TH "GIT\-CHECKOUT\-INDEX" "1" "2023\-10\-23" "Git 2\&.42\&.0\&.482\&.g2e8e77" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -42,7 +42,7 @@ git-checkout-index \- Copy files from the index to the working tree
.sp
.SH "DESCRIPTION"
.sp
-Will copy all files listed from the index to the working directory (not overwriting existing files)\&.
+Copies all listed files from the index to the working directory (not overwriting existing files)\&.
.SH "OPTIONS"
.PP
\-u, \-\-index
@@ -78,12 +78,12 @@ When creating files, prepend <string> (usually a directory including a trailing
.PP
\-\-stage=<number>|all
.RS 4
-Instead of checking out unmerged entries, copy out the files from named stage\&. <number> must be between 1 and 3\&. Note: \-\-stage=all automatically implies \-\-temp\&.
+Instead of checking out unmerged entries, copy out the files from the named stage\&. <number> must be between 1 and 3\&. Note: \-\-stage=all automatically implies \-\-temp\&.
.RE
.PP
\-\-temp
.RS 4
-Instead of copying the files to the working directory write the content to temporary files\&. The temporary name associations will be written to stdout\&.
+Instead of copying the files to the working directory, write the content to temporary files\&. The temporary name associations will be written to stdout\&.
.RE
.PP
\-\-ignore\-skip\-worktree\-bits
@@ -93,7 +93,7 @@ Check out all files, including those with the skip\-worktree bit set\&.
.PP
\-\-stdin
.RS 4
-Instead of taking list of paths from the command line, read list of paths from the standard input\&. Paths are separated by LF (i\&.e\&. one path per line) by default\&.
+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\&.
.RE
.PP
\-z