开源镜像站
帮助
下载
动态
GitHub
index
:
git-repo
main
maint
master
repo-1
stable
A git multiple repo management tool built for AOSP
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
subcmds
/
checkout.py
Age
Commit message (
Expand
)
Author
2024-10-23
subcmds: reduce multiprocessing serialization overhead
Kuang-che Wu
2023-10-31
cleanup: Update codebase to expect Python 3.6
Jason R. Coombs
2023-09-14
subcmds: Use repo logger
Aravind Vasudevan
2023-08-22
isort: format codebase
v2.36
Mike Frysinger
2023-08-10
Raise RepoExitError in place of sys.exit
Jason Chang
2023-05-18
sync: Show elapsed time for the longest syncing project
Gavin Mak
2023-03-22
Format codebase with black and check formatting in CQ
Gavin Mak
2022-02-17
Add multi-manifest support with <submanifest> element
v2.22
LaMont Jones
2021-06-15
commands: document the "common" class attribute
Mike Frysinger
2021-04-15
command: add a helper for the parallel execution boilerplate
Mike Frysinger
2021-04-13
progress: hide progress bar when --quiet
Mike Frysinger
2021-02-27
checkout: add --jobs support
Mike Frysinger
2021-01-06
strip python2-only coding:utf-8 & print_function settings
Mike Frysinger
2020-02-12
Fix blank line issues reported by flake8
David Pursehouse
2019-08-28
split out cli validation from execution
v1.13.5
Mike Frysinger
2019-06-13
set default file encoding to utf-8
Mike Frysinger
2012-11-13
Change print statements to work in python3
Sarah Owens
2012-10-22
More coding style cleanup
David Pursehouse
2011-04-07
Fixed repo checkout error message when git reports errors.
Doug Anderson
2009-04-18
Improve checkout performance for the common unmodified case
Shawn O. Pearce
2009-04-13
Cleanup checkout help to match other commands
Shawn O. Pearce
2009-04-10
Add checkout command.
Wink Saville