diff options
| author | Gavin Mak <gavinmak@google.com> | 2026-05-07 22:30:36 +0000 |
|---|---|---|
| committer | Gavin Mak <gavinmak@google.com> | 2026-05-07 20:27:08 -0700 |
| commit | 11428ae984a141e3671f3d9f4df9e2b16314ff54 (patch) | |
| tree | f98a2b290547b75d0f7a58d32691a2b9cc11bd9f /man | |
| parent | 27d2232eb3cc4ec91fe6143b5d5c0d6f72861248 (diff) | |
| download | git-repo-11428ae984a141e3671f3d9f4df9e2b16314ff54.tar.gz | |
forall: Document REPO_UPSTREAM and REPO_DEST_BRANCH envvars
Change-Id: I74365295152f8828587c6b4ed93029efc6000881
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/580761
Tested-by: Gavin Mak <gavinmak@google.com>
Reviewed-by: Mike Frysinger <vapier@google.com>
Diffstat (limited to 'man')
| -rw-r--r-- | man/repo-forall.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/man/repo-forall.1 b/man/repo-forall.1 index f14912f9b..bbd83bd60 100644 --- a/man/repo-forall.1 +++ b/man/repo-forall.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 2022" "repo forall" "Repo Manual" | 2 | .TH REPO "1" "May 2026" "repo forall" "Repo Manual" |
| 3 | .SH NAME | 3 | .SH NAME |
| 4 | repo \- repo forall - manual page for repo forall | 4 | repo \- repo forall - manual page for repo forall |
| 5 | .SH SYNOPSIS | 5 | .SH SYNOPSIS |
| @@ -120,6 +120,11 @@ git command, use REPO_LREV. | |||
| 120 | REPO_RREV is the name of the revision from the manifest, exactly as written in | 120 | REPO_RREV is the name of the revision from the manifest, exactly as written in |
| 121 | the manifest. | 121 | the manifest. |
| 122 | .PP | 122 | .PP |
| 123 | REPO_UPSTREAM is the name of the upstream branch as specified in the manifest. | ||
| 124 | .PP | ||
| 125 | REPO_DEST_BRANCH is the name of the destination branch for code review, as | ||
| 126 | specified in the manifest. | ||
| 127 | .PP | ||
| 123 | REPO_COUNT is the total number of projects being iterated. | 128 | REPO_COUNT is the total number of projects being iterated. |
| 124 | .PP | 129 | .PP |
| 125 | REPO_I is the current (1\-based) iteration count. Can be used in conjunction with | 130 | REPO_I is the current (1\-based) iteration count. Can be used in conjunction with |
