开源镜像站
帮助
下载
动态
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
/
main.py
Age
Commit message (
Expand
)
Author
2026-03-24
Implement command forgiveness with autocorrect
Sam Saccone
2026-02-03
Make git trace2 logging errors conditional on verbose mode.
Sam Saccone
2025-08-21
standardize file header wrt licensing
Mike Frysinger
2024-12-03
Remove gitc support from repo
Josip Sokcevic
2024-11-22
Fix event log command event hierarchy.
Josip Sokcevic
2024-03-15
main: Stringify project name in error_info
Josip Sokcevic
2024-02-22
trace: Save trace2 sid in REPO_TRACE file
Josip Sokcevic
2023-11-06
main: Log ManifestParseError exception messages
LuK1337
2023-10-31
cleanup: Update codebase to expect Python 3.6
Jason R. Coombs
2023-10-21
cleanup: convert exceptions to OSError
Jason R. Coombs
2023-10-20
delete Python 2 (object) compat
Mike Frysinger
2023-10-13
main: drop Python 2 check
Mike Frysinger
2023-10-13
Update logger.warn to logger.warning
Aravind Vasudevan
2023-09-18
main: Use repo logger
Aravind Vasudevan
2023-08-22
isort: format codebase
v2.36
Mike Frysinger
2023-08-15
gitc: drop support
Jason Chang
2023-08-10
Raise RepoExitError in place of sys.exit
Jason Chang
2023-08-08
main: Pass path to python binary as arg0 when restarting repo
Gavin Mak
2023-08-02
Refactor errors for sync command
Jason Chang
2023-07-28
sync: Track last completed fetch/checkout
Gavin Mak
2023-06-26
main: Fix exitcode logging
v2.35
Jason Chang
2023-03-22
Format codebase with black and check formatting in CQ
Gavin Mak
2022-11-09
Fix TRACE_FILE renaming.
v2.29.8
Joanna Wang
2022-11-08
Improve always-on-trace
LaMont Jones
2022-11-03
Set tracing to always on and save to .repo/TRACE_FILE.
Joanna Wang
2022-05-26
sync: add multi-manifest support
v2.26
LaMont Jones
2022-04-19
Override the manifest for the entire command
LaMont Jones
2022-02-17
Add multi-manifest support with <submanifest> element
v2.22
LaMont Jones
2021-07-28
repo: add --show-toplevel akin to git
Mike Frysinger
2021-07-28
repo: refactor help output handling
Mike Frysinger
2021-07-28
repo: make --version always work
Mike Frysinger
2021-07-28
repo: refactor internal --help/--version parsing
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-03
Drop support for Python 3.5
Peter Kjellerstedt
2021-05-10
ssh: move proxy usage to the sync subcommand
Mike Frysinger
2021-05-06
ssh: move all ssh logic to a common place
Mike Frysinger
2021-04-13
command: make --verbose/--quiet available to all subcommands
Mike Frysinger
2021-03-18
repo: Add a new "command" event type to git trace2 logging in repo.
Raman Tenneti
2021-03-08
Log repo.* config variables in git trace2 logger.
Ian Kasprzak
2021-01-06
drop pyversion & is_python3 checking
Mike Frysinger
2021-01-06
strip python2-only coding:utf-8 & print_function settings
Mike Frysinger
2021-01-06
main: require Python 3.5 now
Mike Frysinger
2021-01-06
Enable git trace2 event format logging.
Ian Kasprzak
2020-11-18
manifest_xml: refactor manifest parsing from client management
Mike Frysinger
2020-11-17
main: require Python 3 now
Mike Frysinger
2020-04-28
main: re-exec self with the current interp
Mike Frysinger
2020-03-17
subcmds: stop instantiating at import time
Mike Frysinger
2020-03-17
subcmds: centralize all_commands logic
Mike Frysinger
2020-02-26
main: improve launcher update messaging wrt system installs
Mike Frysinger
[next]