git-repo/subcmds
Jeff Bailey be0e8ac232 Export additional environment variables to repo forall:
REPO_PATH is the path relative the the root of the client.

REPO_REMOTE is the name of the remote system from the manifest.

REPO_LREV is the name of the revision from the manifest, but
translated to something the local repository knows.

REPO_RREV is the name of the revision from the manifest.

This allows us to do commands like:

  repo forall -c 'echo "(cd $REPO_PATH && git checkout `git rev-parse HEAD`)"'
2009-03-02 19:32:28 -08:00
..
__init__.py Initial Contribution 2008-10-21 07:00:00 -07:00
abandon.py Introduce 'repo abandon <branchname>' as an alias for 'git branch -D' 2008-11-03 11:24:59 -08:00
diff.py Initial Contribution 2008-10-21 07:00:00 -07:00
download.py Teach repo how to download changes to the local checkout 2008-10-23 14:43:28 -07:00
forall.py Export additional environment variables to repo forall: 2009-03-02 19:32:28 -08:00
help.py Initial Contribution 2008-10-21 07:00:00 -07:00
init.py Add 'repo init --mirror' to download a complete forrest 2008-11-05 18:08:32 -08:00
prune.py Initial Contribution 2008-10-21 07:00:00 -07:00
stage.py Initial Contribution 2008-10-21 07:00:00 -07:00
start.py Initial Contribution 2008-10-21 07:00:00 -07:00
status.py Initial Contribution 2008-10-21 07:00:00 -07:00
sync.py Add 'repo init --mirror' to download a complete forrest 2008-11-05 18:08:32 -08:00
upload.py Describe upload --replace in upload's help text 2008-12-12 08:04:07 -08:00
version.py Add 'repo version' to describe what code we are running 2009-03-02 18:24:23 -08:00