mirror of
https://gerrit.googlesource.com/git-repo
synced 2026-06-02 16:09:46 +00:00
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>
This commit is contained in:
+6
-1
@@ -1,5 +1,5 @@
|
|||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
|
||||||
.TH REPO "1" "July 2022" "repo forall" "Repo Manual"
|
.TH REPO "1" "May 2026" "repo forall" "Repo Manual"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
repo \- repo forall - manual page for repo forall
|
repo \- repo forall - manual page for repo forall
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@@ -120,6 +120,11 @@ git command, use REPO_LREV.
|
|||||||
REPO_RREV is the name of the revision from the manifest, exactly as written in
|
REPO_RREV is the name of the revision from the manifest, exactly as written in
|
||||||
the manifest.
|
the manifest.
|
||||||
.PP
|
.PP
|
||||||
|
REPO_UPSTREAM is the name of the upstream branch as specified in the manifest.
|
||||||
|
.PP
|
||||||
|
REPO_DEST_BRANCH is the name of the destination branch for code review, as
|
||||||
|
specified in the manifest.
|
||||||
|
.PP
|
||||||
REPO_COUNT is the total number of projects being iterated.
|
REPO_COUNT is the total number of projects being iterated.
|
||||||
.PP
|
.PP
|
||||||
REPO_I is the current (1\-based) iteration count. Can be used in conjunction with
|
REPO_I is the current (1\-based) iteration count. Can be used in conjunction with
|
||||||
|
|||||||
@@ -102,6 +102,12 @@ revision to a locally executed git command, use REPO_LREV.
|
|||||||
REPO_RREV is the name of the revision from the manifest, exactly
|
REPO_RREV is the name of the revision from the manifest, exactly
|
||||||
as written in the manifest.
|
as written in the manifest.
|
||||||
|
|
||||||
|
REPO_UPSTREAM is the name of the upstream branch as specified in the
|
||||||
|
manifest.
|
||||||
|
|
||||||
|
REPO_DEST_BRANCH is the name of the destination branch for code review,
|
||||||
|
as specified in the manifest.
|
||||||
|
|
||||||
REPO_COUNT is the total number of projects being iterated.
|
REPO_COUNT is the total number of projects being iterated.
|
||||||
|
|
||||||
REPO_I is the current (1-based) iteration count. Can be used in
|
REPO_I is the current (1-based) iteration count. Can be used in
|
||||||
|
|||||||
Reference in New Issue
Block a user