summaryrefslogtreecommitdiffstats
path: root/man1/git-rev-parse.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-rev-parse.1')
-rw-r--r--man1/git-rev-parse.114
1 files changed, 7 insertions, 7 deletions
diff --git a/man1/git-rev-parse.1 b/man1/git-rev-parse.1
index a5acf0a83..37f323d82 100644
--- a/man1/git-rev-parse.1
+++ b/man1/git-rev-parse.1
@@ -2,12 +2,12 @@
.\" Title: git-rev-parse
.\" 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\-PARSE" "1" "2023\-10\-20" "Git 2\&.42\&.0\&.424\&.gceadf0" "Git Manual"
+.TH "GIT\-REV\-PARSE" "1" "2023\-10\-23" "Git 2\&.42\&.0\&.482\&.g2e8e77" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -37,7 +37,7 @@ git-rev-parse \- Pick out and massage parameters
.sp
.SH "DESCRIPTION"
.sp
-Many Git porcelainish commands take mixture of flags (i\&.e\&. parameters that begin with a dash \fI\-\fR) and parameters meant for the underlying \fIgit rev\-list\fR command they use internally and flags and parameters for the other commands they use downstream of \fIgit rev\-list\fR\&. This command is used to distinguish between them\&.
+Many Git porcelainish commands take a mixture of flags (i\&.e\&. parameters that begin with a dash \fI\-\fR) and parameters meant for the underlying \fIgit rev\-list\fR command they use internally and flags and parameters for the other commands they use downstream of \fIgit rev\-list\fR\&. This command is used to distinguish between them\&.
.SH "OPTIONS"
.SS "Operation Modes"
.sp
@@ -56,7 +56,7 @@ Use
\fIgit rev\-parse\fR
in shell quoting mode (see SQ\-QUOTE section below)\&. In contrast to the
\fB\-\-sq\fR
-option below, this mode does only quoting\&. Nothing else is done to command input\&.
+option below, this mode only does quoting\&. Nothing else is done to command input\&.
.RE
.SS "Options for \-\-parseopt"
.PP
@@ -216,7 +216,7 @@ prefix); this option makes them output in a form as close to the original input
.PP
\-\-symbolic\-full\-name
.RS 4
-This is similar to \-\-symbolic, but it omits input that are not refs (i\&.e\&. branch or tag names; or more explicitly disambiguating "heads/master" form, when you want to name the "master" branch when there is an unfortunately named tag "master"), and show them as full refnames (e\&.g\&. "refs/heads/master")\&.
+This is similar to \-\-symbolic, but it omits input that are not refs (i\&.e\&. branch or tag names; or more explicitly disambiguating "heads/master" form, when you want to name the "master" branch when there is an unfortunately named tag "master"), and shows them as full refnames (e\&.g\&. "refs/heads/master")\&.
.RE
.SS "Options for Objects"
.PP
@@ -1199,7 +1199,7 @@ to not make the corresponding negated long option available\&.
is terminated by the first whitespace\&. It is customary to use a dash to separate words in a multi\-word argument hint\&.
.RE
.sp
-The remainder of the line, after stripping the spaces, is used as the help associated to the option\&.
+The remainder of the line, after stripping the spaces, is used as the help associated with the option\&.
.sp
Blank lines are ignored, and lines that don\(cqt match this specification are used as option group headers (start the line with a space to create such lines on purpose)\&.
.SS "Example"