开源镜像站
帮助
下载
动态
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
/
command.py
Age
Commit message (
Expand
)
Author
6 days
sync: Add CLI flag for globally disabling submodule fetch
Josef Malmström
2026-05-20
Fix submodules not synced for repeated repo
Josef Malmström
2026-05-14
command: Move smart sync override logic to Command base class
Gavin Mak
2026-05-12
sync: Re-raise KeyboardInterrupt in main process
Gavin Mak
2025-12-03
Rename XmlManifest.GetGroupsStr() to XmlManifest.GetManifestGroupsStr()
Peter Kjellerstedt
2024-12-03
Remove gitc support from repo
Josip Sokcevic
2024-10-23
subcmds: reduce multiprocessing serialization overhead
Kuang-che Wu
2024-10-23
sync: reduce multiprocessing serialization overhead
Kuang-che Wu
2023-10-21
cleanup: use new dict & set generator styles
Jason R. Coombs
2023-10-20
cleanup: leverage yield from in more places
Jason R. Coombs
2023-10-20
delete Python 2 (object) compat
Mike Frysinger
2023-08-22
isort: format codebase
v2.36
Mike Frysinger
2023-08-15
gitc: drop support
Jason Chang
2023-08-07
Raise repo exit errors in place of sys.exit
Jason Chang
2023-03-22
Format codebase with black and check formatting in CQ
Gavin Mak
2023-01-05
Fix flake8 warnings for some files
Sergiy Belozorov
2022-06-08
Only sync superproject if it will be used.
LaMont Jones
2022-05-26
sync: add multi-manifest support
v2.26
LaMont Jones
2022-02-17
Add multi-manifest support with <submanifest> element
v2.22
LaMont Jones
2021-07-31
man: make output system independent
Mike Frysinger
2021-06-16
superproject: Don't exit if superproject tag doesn't exist in manifest.
v2.16
Raman Tenneti
2021-06-15
commands: pass settings via __init__
Mike Frysinger
2021-06-15
commands: document the "event_log" class attribute
Mike Frysinger
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
command: make --verbose/--quiet available to all subcommands
Mike Frysinger
2021-03-11
superproject: pass groups to ToXml method.
Raman Tenneti
2021-02-22
status: improve parallel execution stability
Mike Frysinger
2021-02-22
command: unify --job option & default values
Mike Frysinger
2021-01-06
strip python2-only coding:utf-8 & print_function settings
Mike Frysinger
2020-02-19
command: add a `repo help` tip to --help output
Mike Frysinger
2020-02-12
Fix blank line issues reported by flake8
David Pursehouse
2020-02-12
command: Add parentheses on wrapped condition
David Pursehouse
2019-10-08
command: filter projects by active manifest groups
v1.13.7
Mike Frysinger
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
2018-07-24
Remove unused pylint suppressions
David Pursehouse
2017-05-29
sync: Add support to dump a JSON event log of all sync events.
David Riley
2016-04-08
repo: Repo does not always handle '.' parameter correctly
Mark E. Hamilton
2016-04-05
Add --inverse-regex option to forall subcommand
Takeshi Kanemoto
2016-03-02
command.py: Cleaned up pylint/pep8 violations
Mark E. Hamilton
2015-09-29
Add GitcClientCommand class for GITC-specific commands
Dan Willemsen
2015-09-01
gitc: Improve help visibility
v1.12.28
Dan Willemsen
2015-08-28
GITC: Add repo start support.
Simran Basi
2015-07-30
Support filtering by group on forall and list subcmd
Graham Christensen
2013-10-14
repo: Support multiple branches for the same project.
David James
2013-04-30
Optimise regex pattern compilation in FindProjects
David Pursehouse
2013-04-29
Add regex support for subcommand forall
Zhiguang Li
2013-04-18
Some fixes for supporting python3
Chirayu Desai
2013-04-03
Special handling for manifest group "default"
David Holmer
[next]