summaryrefslogtreecommitdiffstats
path: root/man/repo-cherry-pick.1
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2022-07-10 05:15:19 -0400
committerMike Frysinger <vapier@google.com>2022-07-11 16:42:23 +0000
commitd47d9ff1cbb33da4b3e37bc524c58feef6866b7a (patch)
treea474722189661648f2c3f2a9591c17ea93db2e8e /man/repo-cherry-pick.1
parent68d69635c7bfef6ed8a5c7e29246265611471e0f (diff)
downloadgit-repo-d47d9ff1cbb33da4b3e37bc524c58feef6866b7a.tar.gz
man: regenerate
Change-Id: I3ca8ca8f502605b194ebe65b315eda08c51592a6 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/340494 Reviewed-by: LaMont Jones <lamontjones@google.com> Tested-by: Mike Frysinger <vapier@google.com>
Diffstat (limited to 'man/repo-cherry-pick.1')
-rw-r--r--man/repo-cherry-pick.115
1 files changed, 14 insertions, 1 deletions
diff --git a/man/repo-cherry-pick.1 b/man/repo-cherry-pick.1
index e7716c55..b109cbfa 100644
--- a/man/repo-cherry-pick.1
+++ b/man/repo-cherry-pick.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 cherry-pick" "Repo Manual" 2.TH REPO "1" "July 2022" "repo cherry-pick" "Repo Manual"
3.SH NAME 3.SH NAME
4repo \- repo cherry-pick - manual page for repo cherry-pick 4repo \- repo cherry-pick - manual page for repo cherry-pick
5.SH SYNOPSIS 5.SH SYNOPSIS
@@ -20,6 +20,19 @@ show all output
20.TP 20.TP
21\fB\-q\fR, \fB\-\-quiet\fR 21\fB\-q\fR, \fB\-\-quiet\fR
22only show errors 22only show errors
23.SS Multi\-manifest options:
24.TP
25\fB\-\-outer\-manifest\fR
26operate starting at the outermost manifest
27.TP
28\fB\-\-no\-outer\-manifest\fR
29do not operate on outer manifests
30.TP
31\fB\-\-this\-manifest\-only\fR
32only operate on this (sub)manifest
33.TP
34\fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR
35operate on this manifest and its submanifests
23.PP 36.PP
24Run `repo help cherry\-pick` to view the detailed manual. 37Run `repo help cherry\-pick` to view the detailed manual.
25.SH DETAILS 38.SH DETAILS