summaryrefslogtreecommitdiffstats
path: root/man/repo-sync.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-sync.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-sync.1')
-rw-r--r--man/repo-sync.111
1 files changed, 8 insertions, 3 deletions
diff --git a/man/repo-sync.1 b/man/repo-sync.1
index c87c9701..63f41409 100644
--- a/man/repo-sync.1
+++ b/man/repo-sync.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" "July 2021" "repo sync" "Repo Manual" 2.TH REPO "1" "November 2021" "repo sync" "Repo Manual"
3.SH NAME 3.SH NAME
4repo \- repo sync - manual page for repo sync 4repo \- repo sync - manual page for repo sync
5.SH SYNOPSIS 5.SH SYNOPSIS
@@ -80,7 +80,8 @@ password to authenticate with the manifest server
80fetch submodules from server 80fetch submodules from server
81.TP 81.TP
82\fB\-\-use\-superproject\fR 82\fB\-\-use\-superproject\fR
83use the manifest superproject to sync projects 83use the manifest superproject to sync projects;
84implies \fB\-c\fR
84.TP 85.TP
85\fB\-\-no\-use\-superproject\fR 86\fB\-\-no\-use\-superproject\fR
86disable use of manifest superprojects 87disable use of manifest superprojects
@@ -89,7 +90,7 @@ disable use of manifest superprojects
89fetch tags 90fetch tags
90.TP 91.TP
91\fB\-\-no\-tags\fR 92\fB\-\-no\-tags\fR
92don't fetch tags 93don't fetch tags (default)
93.TP 94.TP
94\fB\-\-optimized\-fetch\fR 95\fB\-\-optimized\-fetch\fR
95only fetch projects fixed to sha1 if revision does not 96only fetch projects fixed to sha1 if revision does not
@@ -100,6 +101,10 @@ number of times to retry fetches on transient errors
100.TP 101.TP
101\fB\-\-prune\fR 102\fB\-\-prune\fR
102delete refs that no longer exist on the remote 103delete refs that no longer exist on the remote
104(default)
105.TP
106\fB\-\-no\-prune\fR
107do not delete refs that no longer exist on the remote
103.TP 108.TP
104\fB\-s\fR, \fB\-\-smart\-sync\fR 109\fB\-s\fR, \fB\-\-smart\-sync\fR
105smart sync using manifest from the latest known good 110smart sync using manifest from the latest known good