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.110
1 files changed, 5 insertions, 5 deletions
diff --git a/man1/git-submodule.1 b/man1/git-submodule.1
index 6beed1163..03cdc374a 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: 2024-02-06
+.\" Date: 2024-02-08
.\" Manual: Git Manual
-.\" Source: Git 2.43.0.561.g235986be82
+.\" Source: Git 2.43.0.581.g5216f8f5c4
.\" Language: English
.\"
-.TH "GIT\-SUBMODULE" "1" "2024\-02\-06" "Git 2\&.43\&.0\&.561\&.g235986" "Git Manual"
+.TH "GIT\-SUBMODULE" "1" "2024\-02\-08" "Git 2\&.43\&.0\&.581\&.g5216f8" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -165,7 +165,7 @@ instead\&. See
for removal options\&.
.RE
.PP
-update [\-\-init] [\-\-remote] [\-N|\-\-no\-fetch] [\-\-[no\-]recommend\-shallow] [\-f|\-\-force] [\-\-checkout|\-\-rebase|\-\-merge] [\-\-reference <repository>] [\-\-depth <depth>] [\-\-recursive] [\-\-jobs <n>] [\-\-[no\-]single\-branch] [\-\-filter <filter spec>] [\-\-] [<path>\&...]
+update [\-\-init] [\-\-remote] [\-N|\-\-no\-fetch] [\-\-[no\-]recommend\-shallow] [\-f|\-\-force] [\-\-checkout|\-\-rebase|\-\-merge] [\-\-reference <repository>] [\-\-depth <depth>] [\-\-recursive] [\-\-jobs <n>] [\-\-[no\-]single\-branch] [\-\-filter <filter\-spec>] [\-\-] [<path>\&...]
.RS 4
Update the registered submodules to match what the superproject expects by cloning missing submodules, fetching missing commits in submodules and updating the working tree of the submodules\&. The "updating" can be done in several ways depending on command line options and the value of
\fBsubmodule\&.<name>\&.update\fR
@@ -232,7 +232,7 @@ If
is specified, this command will recurse into the registered submodules, and update any nested submodules within\&.
.sp
If
-\fB\-\-filter <filter spec>\fR
+\fB\-\-filter <filter\-spec>\fR
is specified, the given partial clone filter will be applied to the submodule\&. See
\fBgit-rev-list\fR(1)
for details on filter specifications\&.