summaryrefslogtreecommitdiffstats
path: root/man/repo-init.1
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2021-11-12 01:41:29 -0500
committerMike Frysinger <vapier@google.com>2021-11-12 17:30:45 +0000
commite6601067ed5d2848f0610d6dd012e7707281a215 (patch)
tree3bb6d908e1a8c0cf731e0463ff77a5a8b421357e /man/repo-init.1
parent3001d6a42645731e5030d238cc739745b9c45817 (diff)
downloadgit-repo-e6601067ed5d2848f0610d6dd012e7707281a215.tar.gz
man: refresh pages
Change-Id: I3f2c3ad77c16a76276bba2954887ab9e7605661c Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/323516 Reviewed-by: Jack Neus <jackneus@google.com> Tested-by: Mike Frysinger <vapier@google.com>
Diffstat (limited to 'man/repo-init.1')
-rw-r--r--man/repo-init.113
1 files changed, 7 insertions, 6 deletions
diff --git a/man/repo-init.1 b/man/repo-init.1
index 9957b64d..6faaab0b 100644
--- a/man/repo-init.1
+++ b/man/repo-init.1
@@ -1,5 +1,5 @@
1.\" DO NOT MODIFY THIS FILE! It was generated by help2man. 1.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2.TH REPO "1" "September 2021" "repo init" "Repo Manual" 2.TH REPO "1" "November 2021" "repo init" "Repo Manual"
3.SH NAME 3.SH NAME
4repo \- repo init - manual page for repo init 4repo \- repo init - manual page for repo init
5.SH SYNOPSIS 5.SH SYNOPSIS
@@ -31,10 +31,6 @@ manifest branch or revision (use HEAD for default)
31\fB\-m\fR NAME.xml, \fB\-\-manifest\-name\fR=\fI\,NAME\/\fR.xml 31\fB\-m\fR NAME.xml, \fB\-\-manifest\-name\fR=\fI\,NAME\/\fR.xml
32initial manifest file 32initial manifest file
33.TP 33.TP
34\fB\-\-standalone\-manifest\fR
35download the manifest as a static file rather then
36create a git checkout of the manifest repo
37.TP
38\fB\-g\fR GROUP, \fB\-\-groups\fR=\fI\,GROUP\/\fR 34\fB\-g\fR GROUP, \fB\-\-groups\fR=\fI\,GROUP\/\fR
39restrict manifest projects to ones with specified 35restrict manifest projects to ones with specified
40group(s) [default|all|G1,G2,G3|G4,\-G5,\-G6] 36group(s) [default|all|G1,G2,G3|G4,\-G5,\-G6]
@@ -45,6 +41,10 @@ platform group [auto|all|none|linux|darwin|...]
45.TP 41.TP
46\fB\-\-submodules\fR 42\fB\-\-submodules\fR
47sync any submodules associated with the manifest repo 43sync any submodules associated with the manifest repo
44.TP
45\fB\-\-standalone\-manifest\fR
46download the manifest as a static file rather then
47create a git checkout of the manifest repo
48.SS Manifest (only) checkout options: 48.SS Manifest (only) checkout options:
49.TP 49.TP
50\fB\-c\fR, \fB\-\-current\-branch\fR 50\fB\-c\fR, \fB\-\-current\-branch\fR
@@ -96,7 +96,8 @@ filter for use with \fB\-\-partial\-clone\fR [default:
96blob:none] 96blob:none]
97.TP 97.TP
98\fB\-\-use\-superproject\fR 98\fB\-\-use\-superproject\fR
99use the manifest superproject to sync projects 99use the manifest superproject to sync projects;
100implies \fB\-c\fR
100.TP 101.TP
101\fB\-\-no\-use\-superproject\fR 102\fB\-\-no\-use\-superproject\fR
102disable use of manifest superprojects 103disable use of manifest superprojects