开源镜像站
帮助
下载
动态
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
/
tests
/
test_subcmds_sync.py
Age
Commit message (
Expand
)
Author
34 hours
sync: allow syncing groups with repo sync -g group
HEAD
main
Andrew Chant
47 hours
sync: Deprecate fetch-submodules flag names
Josef Malmström
7 days
sync: Add CLI flag for globally disabling submodule fetch
Josef Malmström
2026-06-18
sync: Support pluggable remote helpers for smart sync manifest server.
Rahul Yadav
2026-06-16
sync: do not init sibling submodules in parallel
Josef Malmström
2026-05-20
sync: Add --superproject-rev flag to sync to specific revision
v2.64
Gavin Mak
2026-05-12
linkfile: Handle directory-to-symlink transitions safely
Carlos Fernandez
2026-05-12
sync: Re-raise KeyboardInterrupt in main process
Gavin Mak
2026-05-11
sync: Exclude stateless sync pruned projects from bloat check
Gavin Mak
2026-04-20
sync: Refactor to use _RunOneGC and fix config leakage
v2.63
Gavin Mak
2026-04-20
sync: Switch to using self._bloated_projects
Gavin Mak
2026-04-20
tests: Add tests for _CheckForBloatedProjects and _GCProjects
Gavin Mak
2026-02-06
manifest: Introduce `sync-j-max` attribute to cap sync jobs
Gavin Mak
2025-10-20
sync: fix saving of fetch times and local state
v2.59
Gavin Mak
2025-08-14
sync: Fix missing error details in interleaved summary
Gavin Mak
2025-08-13
sync: Record and propagate errors from deferred actions
Gavin Mak
2025-07-23
sync: Don't checkout if no worktree
v2.57.1
Gavin Mak
2025-06-23
sync: Share self-update logic between sync modes
Gavin Mak
2025-06-18
sync: Implement --interleaved sync worker
Gavin Mak
2025-06-17
sync: Add orchestration logic for --interleaved
Gavin Mak
2024-10-07
sync: Always use WORKER_BATCH_SIZE
v2.48
Josip Sokcevic
2024-03-08
sync: Fix sorting for nested projects
Josip Sokcevic
2024-02-27
sync: Introduce git checkout levels
v2.42
Josip Sokcevic
2023-11-30
sync: Fix partial sync false positive
Matt Schulte
2023-09-13
tests: test_subcmds_sync.py: fix for py3.6 & 3.7
Daniel Kutik
2023-08-22
isort: format codebase
v2.36
Mike Frysinger
2023-08-22
upload: Suggest full sync if hooks fail with partially synced tree
Gavin Mak
2023-08-22
sync: Ignore repo project when checking partial syncs
Gavin Mak
2023-08-10
sync: Warn if partial sync state is detected
Gavin Mak
2023-08-02
Refactor errors for sync command
Jason Chang
2023-07-28
sync: Track last completed fetch/checkout
Gavin Mak
2023-03-22
Format codebase with black and check formatting in CQ
Gavin Mak
2022-12-08
sync: fix manifest sync-j handling
Mike Frysinger
2022-11-03
sync: clear preciousObjects when set in error.
LaMont Jones
2022-04-14
sync: refactor use of self.manifest
LaMont Jones
2022-04-08
sync: respect `sync-c` manifest option
Daniel Andersson