diff options
author | Mike Frysinger <vapier@google.com> | 2022-07-10 05:15:19 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@google.com> | 2022-07-11 16:42:23 +0000 |
commit | d47d9ff1cbb33da4b3e37bc524c58feef6866b7a (patch) | |
tree | a474722189661648f2c3f2a9591c17ea93db2e8e /man/repo-branches.1 | |
parent | 68d69635c7bfef6ed8a5c7e29246265611471e0f (diff) | |
download | git-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-branches.1')
-rw-r--r-- | man/repo-branches.1 | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/man/repo-branches.1 b/man/repo-branches.1 index 7fe0b02d..5e9892d4 100644 --- a/man/repo-branches.1 +++ b/man/repo-branches.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 branches" "Repo Manual" | 2 | .TH REPO "1" "July 2022" "repo branches" "Repo Manual" |
3 | .SH NAME | 3 | .SH NAME |
4 | repo \- repo branches - manual page for repo branches | 4 | repo \- repo branches - manual page for repo branches |
5 | .SH SYNOPSIS | 5 | .SH SYNOPSIS |
@@ -55,5 +55,18 @@ show all output | |||
55 | .TP | 55 | .TP |
56 | \fB\-q\fR, \fB\-\-quiet\fR | 56 | \fB\-q\fR, \fB\-\-quiet\fR |
57 | only show errors | 57 | only show errors |
58 | .SS Multi\-manifest options: | ||
59 | .TP | ||
60 | \fB\-\-outer\-manifest\fR | ||
61 | operate starting at the outermost manifest | ||
62 | .TP | ||
63 | \fB\-\-no\-outer\-manifest\fR | ||
64 | do not operate on outer manifests | ||
65 | .TP | ||
66 | \fB\-\-this\-manifest\-only\fR | ||
67 | only operate on this (sub)manifest | ||
68 | .TP | ||
69 | \fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR | ||
70 | operate on this manifest and its submanifests | ||
58 | .PP | 71 | .PP |
59 | Run `repo help branches` to view the detailed manual. | 72 | Run `repo help branches` to view the detailed manual. |