mirror of
https://gerrit.googlesource.com/git-repo
synced 2024-12-21 07:16:21 +00:00
632768bc65
Now `repo download . 1402` would download the change numbered 1402 into the current project and check it out for the user, using a detached HEAD. `repo sync .` would back out of the change and return to the upstream version. Multiple projects can be fetched at once by listing them out on the command line as different arguments. Individual patch sets can be selected by adding a '/n' to indicate the n-th patch set should be downloaded instead of the default of patch set 1. Signed-off-by: Shawn O. Pearce <sop@google.com> |
||
---|---|---|
codereview | ||
froofle | ||
subcmds | ||
.gitignore | ||
color.py | ||
command.py | ||
COPYING | ||
editor.py | ||
error.py | ||
gerrit_upload.py | ||
git_command.py | ||
git_config.py | ||
import_ext.py | ||
import_tar.py | ||
import_zip.py | ||
main.py | ||
Makefile | ||
manifest.py | ||
pager.py | ||
project.py | ||
remote.py | ||
repo |