summaryrefslogtreecommitdiffstats
path: root/man1/git-submodule.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-submodule.1')
-rw-r--r--man1/git-submodule.112
1 files changed, 6 insertions, 6 deletions
diff --git a/man1/git-submodule.1 b/man1/git-submodule.1
index 961536eef..a6b605726 100644
--- a/man1/git-submodule.1
+++ b/man1/git-submodule.1
@@ -2,12 +2,12 @@
.\" Title: git-submodule
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 03/21/2023
+.\" Date: 03/28/2023
.\" Manual: Git Manual
-.\" Source: Git 2.40.0.130.g27d43aaaf5
+.\" Source: Git 2.40.0.141.g8d90352acc
.\" Language: English
.\"
-.TH "GIT\-SUBMODULE" "1" "03/21/2023" "Git 2\&.40\&.0\&.130\&.g27d43a" "Git Manual"
+.TH "GIT\-SUBMODULE" "1" "03/28/2023" "Git 2\&.40\&.0\&.141\&.g8d9035" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -272,7 +272,7 @@ As an example, the command below will show the path and currently checked out co
.RS 4
.\}
.nf
-git submodule foreach \(aqecho $sm_path `git rev\-parse HEAD`\(aq
+git submodule foreach \*(Aqecho $sm_path `git rev\-parse HEAD`\*(Aq
.fi
.if n \{\
.RE
@@ -282,7 +282,7 @@ git submodule foreach \(aqecho $sm_path `git rev\-parse HEAD`\(aq
.PP
sync [\-\-recursive] [\-\-] [<path>\&...]
.RS 4
-Synchronizes submodules\(aq remote URL configuration setting to the value specified in
+Synchronizes submodules\*(Aq remote URL configuration setting to the value specified in
\fB\&.gitmodules\fR\&. It will only affect those submodules which already have a URL entry in \&.git/config (that is the case when they are initialized or freshly added)\&. This is useful when submodule URLs change upstream and you need to update your local repositories accordingly\&.
.sp
\fBgit submodule sync\fR
@@ -451,7 +451,7 @@ command\&.
\fBNOTE\fR: Do
\fBnot\fR
use this option unless you have read the note for
-\fBgit-clone\fR(1)\(aqs
+\fBgit-clone\fR(1)\*(Aqs
\fB\-\-reference\fR,
\fB\-\-shared\fR, and
\fB\-\-dissociate\fR