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
/
project.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
sync: Implement fetchcmd for standard Git layouts
Gavin Mak
2026-06-30
1
-31
/
+180
*
status: Show ahead/behind info for local branches
Brian Gan
2026-06-30
1
-3
/
+24
*
info: Report actual checked-out HEAD revision
Gavin Mak
2026-06-29
1
-0
/
+12
*
git_config: Support SHA-256 object IDs
Gavin Mak
2026-06-26
1
-1
/
+1
*
project: fix sync of shallow projects sharing objdir
Sainath Varanasi
2026-06-25
1
-4
/
+25
*
project: Add REPO_PROJECT_FETCH_URL environment variable
Gavin Mak
2026-06-16
1
-0
/
+1
*
project: handle corrupted projects in DeleteWorktree
Gavin Mak
2026-06-05
1
-32
/
+65
*
project: Extract project envvar generation to GetEnvVars
Gavin Mak
2026-05-27
1
-1
/
+45
*
sync: Skip copyfile/linkfile for unavailable projects
Xin Li
2026-05-27
1
-0
/
+2
*
init: Add --use-local-gitdirs for standard Git layouts
Gavin Mak
2026-05-26
1
-1
/
+44
*
Add support for self referencing submodules
Josef Malmström
2026-05-13
1
-1
/
+1
*
linkfile: Handle directory-to-symlink transitions safely
Carlos Fernandez
2026-05-12
1
-2
/
+6
*
sync: Fix force_checkout propagation
Josef Malmström
2026-05-06
1
-1
/
+1
*
project: Avoid skipping fetches for shallow clones without .git/shallow
Becky Siegel
2026-04-17
1
-0
/
+7
*
project: Drop --no-deref from update-ref --stdin
Miyako.Enei
2026-04-12
1
-2
/
+2
*
project: implement stateless sync pruning logic
Gavin Mak
2026-04-09
1
-0
/
+101
*
manifest: Add `sync-strategy` attribute to project elements
Gavin Mak
2026-04-09
1
-0
/
+2
*
Fix all flake8 warnings from newer flake8-bugbear and flake8-comprehensions
Carlos Fernandez
2026-04-03
1
-5
/
+7
*
project: Refactor GetHead to use symbolic-ref first
Gavin Mak
2026-04-02
1
-23
/
+7
*
project: don't re-shallow manually unshallowed repos during sync
Lucas Tanure
2026-03-20
1
-0
/
+9
*
Use git_superproject.UseSuperproject() everywhere
Jacky Liu
2026-03-18
1
-7
/
+24
*
project: resolve unborn HEAD robustly in reftable repos
Gavin Mak
2026-03-17
1
-0
/
+18
*
project: support reftable anchors in worktree .git migration
Gavin Mak
2026-03-17
1
-4
/
+28
*
project: avoid direct packed-refs writes during fetch
Gavin Mak
2026-03-17
1
-150
/
+161
*
project: disable auto-gc for depth=1 in git config
v2.61
Gavin Mak
2026-01-08
1
-0
/
+9
*
project: only use --no-auto-gc for git 2.23.0+
Gavin Mak
2025-12-15
1
-1
/
+1
*
project: disable auto-gc on fetch for projects with clone-depth=1
Gavin Mak
2025-12-08
1
-0
/
+10
*
Prevent leftover bare gitdirs after failed sync attempts
Kaushik Lingarkar
2025-12-05
1
-17
/
+53
*
project: Make the error message more logical when a linkfile fail
Peter Kjellerstedt
2025-12-03
1
-3
/
+1
*
manifest, project: Store project groups as sets
Peter Kjellerstedt
2025-11-26
1
-3
/
+3
*
project: Use dicts to keep track of copyfiles and linkfiles
Peter Kjellerstedt
2025-11-26
1
-32
/
+23
*
sync: Use 'git rebase' during 'repo sync --rebase'
Jeroen Dhollander
2025-10-15
1
-12
/
+20
*
Fix submodule initialization in interleaved sync mode
Kaushik Lingarkar
2025-10-14
1
-14
/
+31
*
Follow up "Fix shallow clones when upstream attribute is present"
Kaushik Lingarkar
2025-09-22
1
-2
/
+6
*
Revert "Fix shallow clones when upstream attribute is present"
v2.58
Gavin Mak
2025-08-14
1
-6
/
+2
*
sync: Record and propagate errors from deferred actions
Gavin Mak
2025-08-13
1
-10
/
+19
*
Fix shallow clones when upstream attribute is present
Krzysztof Wesolowski
2025-08-05
1
-2
/
+6
*
project: fallback to reading HEAD when rev-parse fails
v2.57.3
Gavin Mak
2025-08-04
1
-1
/
+22
*
project: Fix GetHead to handle detached HEADs
Gavin Mak
2025-07-25
1
-1
/
+5
*
project: Use git rev-parse to read HEAD
Gavin Mak
2025-07-21
1
-11
/
+3
*
project: Use plumbing commands to manage HEAD
Gavin Mak
2025-07-17
1
-10
/
+3
*
Fallback to full sync when depth enabled fetch of a sha1 fails
Kaushik Lingarkar
2025-04-17
1
-0
/
+8
*
project: use --netrc-optional instead of --netrc
v2.54
Gavin Mak
2025-04-10
1
-1
/
+8
*
Sync: Fix full submodule sync while shallow specified
v2.53
Albert Akmukhametov
2025-03-13
1
-8
/
+20
*
Activate submodules
Kaushik Lingarkar
2025-02-04
1
-0
/
+22
*
Use 'gitfile' in submodule checkouts
Kaushik Lingarkar
2025-02-04
1
-7
/
+42
*
Update internal filesystem layout for submodules
Kaushik Lingarkar
2025-02-04
1
-0
/
+27
*
sync: Recover from errors during read-tree
v2.51
Josip Sokcevic
2025-01-16
1
-5
/
+12
*
Remove gitc support from repo
Josip Sokcevic
2024-12-03
1
-3
/
+0
*
worktree: Do not try to fix relative paths
v2.49.1
Allen Webb
2024-10-30
1
-18
/
+23
[next]