index
:
tools/git-repo.git
main
maint
master
repo-1
stable
Mirror of gerrit.googlesource.com/git-repo
N/A
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
subcmds
/
sync.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
sync: skip bloat check if fresh sync
v2.60.1
Gavin Mak
2025-12-15
1
-1
/
+2
*
project: only use --no-auto-gc for git 2.23.0+
Gavin Mak
2025-12-15
1
-0
/
+6
*
sync: Add heuristic warning for bloated shallow repositories
v2.60
Gavin Mak
2025-12-10
1
-0
/
+104
*
sync: fix saving of fetch times and local state
v2.59
Gavin Mak
2025-10-20
1
-147
/
+164
*
sync: Fix missing error details in interleaved summary
Gavin Mak
2025-08-14
1
-22
/
+20
*
sync: Record and propagate errors from deferred actions
Gavin Mak
2025-08-13
1
-6
/
+4
*
sync: Avoid duplicate projects in error text
Gavin Mak
2025-08-13
1
-13
/
+7
*
sync: always show sync result stderr_text on error
Gavin Mak
2025-08-13
1
-1
/
+2
*
sync: fix connection error on macOS for interleaved sync
Kuang-che Wu
2025-07-28
1
-0
/
+1
*
sync: Don't checkout if no worktree
v2.57.1
Gavin Mak
2025-07-23
1
-43
/
+49
*
sync: Default to interleaved mode
v2.57
Gavin Mak
2025-07-21
1
-5
/
+14
*
sync: Improve UI and error reporting for interleaved mode
Gavin Mak
2025-07-17
1
-2
/
+14
*
sync: support post-sync hook in <repo-hooks>
Kenny Cheng
2025-07-01
1
-0
/
+17
*
sync: Share final error handling logic between sync modes
v2.56
Gavin Mak
2025-06-23
1
-27
/
+72
*
sync: Share manifest list update logic between sync modes
Gavin Mak
2025-06-23
1
-30
/
+55
*
sync: Share self-update logic between sync modes
Gavin Mak
2025-06-23
1
-10
/
+58
*
sync: clarify job flags when using interleaved
Gavin Mak
2025-06-18
1
-2
/
+3
*
sync: Implement --interleaved sync worker
Gavin Mak
2025-06-18
1
-113
/
+288
*
sync: Add orchestration logic for --interleaved
Gavin Mak
2025-06-17
1
-20
/
+275
*
sync: Add scaffolding for interleaved sync
Gavin Mak
2025-06-11
1
-22
/
+87
*
subcmds: delete redundant dest= settings
Mike Frysinger
2025-05-27
1
-16
/
+0
*
sync: Warn about excessive job counts
Gavin Mak
2025-04-09
1
-0
/
+20
*
sync: Refresh index before updating repo
Josip Sokcevic
2025-03-13
1
-0
/
+2
*
Revert "sync: skip network half on repo upgrade"
Josip Sokcevic
2025-01-31
1
-1
/
+1
*
docs: smart-sync: split out & expand details
Mike Frysinger
2025-01-30
1
-0
/
+1
*
sync: Handle KeyboardInterrupt during checkout
Josip Sokcevic
2025-01-08
1
-0
/
+2
*
sync: skip network half on repo upgrade
Josip Sokcevic
2024-12-18
1
-1
/
+1
*
sync: Delete symlinks relative to client topdir
v2.50.0
v2.50
Josip Sokcevic
2024-12-16
1
-1
/
+4
*
sync: Do not fail to sync a manifest with no projects
Peter Kjellerstedt
2024-11-26
1
-1
/
+1
*
sync: fix connection error on macOS
v2.49.3
Kuang-che Wu
2024-11-06
1
-0
/
+11
*
Add REPO_SKIP_SELF_UPDATE check in sync
Fredrik de Groot
2024-10-28
1
-1
/
+3
*
sync: reduce multiprocessing serialization overhead
Kuang-che Wu
2024-10-23
1
-83
/
+88
*
sync: Always use WORKER_BATCH_SIZE
v2.48
Josip Sokcevic
2024-10-07
1
-17
/
+10
*
sync: include TARGET_RELEASE when constructing smart sync target.
v2.47
Navil
2024-09-12
1
-0
/
+13
*
Add a `--rebase` option to sync command
Jeroen Dhollander
2024-08-30
1
-1
/
+17
*
sync: Fix sorting for nested projects
Josip Sokcevic
2024-03-08
1
-3
/
+7
*
sync: introduce --force-checkout
v2.43
Josip Sokcevic
2024-03-07
1
-3
/
+26
*
sync: Introduce git checkout levels
v2.42
Josip Sokcevic
2024-02-27
1
-9
/
+55
*
subcmds: sync: Remove deprecated _AUTO_GC
Greg Edelston
2024-02-20
1
-15
/
+0
*
sync: ensure RepoChangedException propagated
Jason Chang
2024-02-06
1
-1
/
+1
*
stop passing project to UpdateManifestError
Yiwei Zhang
2024-02-02
1
-3
/
+1
*
Clean up remaining `repo sync` log spam.
Tomasz Wasilczyk
2024-01-05
1
-2
/
+2
*
Don't log spam `repo sync` by default
v2.40
Tomasz Wasilczyk
2023-12-08
1
-5
/
+9
*
sync: Fix partial sync false positive
Matt Schulte
2023-11-30
1
-1
/
+1
*
cleanup: Update codebase to expect Python 3.6
Jason R. Coombs
2023-10-31
1
-1
/
+1
*
sync: PersistentTransport call parent init
v2.39
Daniel Kutik
2023-10-25
1
-0
/
+1
*
sync: TeeStringIO write should return int
Daniel Kutik
2023-10-24
1
-1
/
+2
*
sync: Fix tracking of broken links
Jason Chang
2023-10-24
1
-1
/
+0
*
project: Speculative fix for project corruption
Josip Sokcevic
2023-10-23
1
-2
/
+0
*
cleanup: convert exceptions to OSError
Jason R. Coombs
2023-10-21
1
-9
/
+8
[next]