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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
sync: Add --superproject-rev flag to sync to specific revision
v2.64
Gavin Mak
2026-05-20
1
-0
/
+168
*
Fix submodules not synced for repeated repo
Josef Malmström
2026-05-20
1
-0
/
+88
*
Fix missing `None` check in Remote.Save
Josef Malmström
2026-05-13
1
-0
/
+18
*
Add support for self referencing submodules
Josef Malmström
2026-05-13
1
-0
/
+82
*
release: update-manpages: revert color filtering
Mike Frysinger
2026-05-12
1
-23
/
+0
*
linkfile: Handle directory-to-symlink transitions safely
Carlos Fernandez
2026-05-12
3
-0
/
+250
*
sync: Re-raise KeyboardInterrupt in main process
Gavin Mak
2026-05-12
1
-0
/
+50
*
sync: Exclude stateless sync pruned projects from bloat check
Gavin Mak
2026-05-11
1
-0
/
+16
*
info: add --format and --include-summary/--include-projects options
Carlos Fernandez
2026-05-07
1
-0
/
+201
*
sync: Fix force_checkout propagation
Josef Malmström
2026-05-06
1
-0
/
+30
*
git_superproject: Remove redundant _branch variable
Gavin Mak
2026-04-28
1
-1
/
+1
*
tests: Add tests for repo status output
Nasser Grainawi
2026-04-23
1
-0
/
+220
*
color: type SetDefaultColoring and drop bool states
Nasser Grainawi
2026-04-22
1
-0
/
+11
*
Add timing keyword argument for hooks
Ram Peri
2026-04-21
1
-0
/
+47
*
sync: Refactor to use _RunOneGC and fix config leakage
v2.63
Gavin Mak
2026-04-20
1
-18
/
+19
*
sync: Switch to using self._bloated_projects
Gavin Mak
2026-04-20
1
-2
/
+3
*
tests: Add tests for _CheckForBloatedProjects and _GCProjects
Gavin Mak
2026-04-20
1
-0
/
+107
*
project: Avoid skipping fetches for shallow clones without .git/shallow
Becky Siegel
2026-04-17
1
-0
/
+111
*
project: implement stateless sync pruning logic
Gavin Mak
2026-04-09
1
-0
/
+118
*
manifest: Add `sync-strategy` attribute to project elements
Gavin Mak
2026-04-09
1
-0
/
+23
*
tests: Convert forall subcmd test to pytest
Nasser Grainawi
2026-04-09
1
-108
/
+76
*
test_wrapper: add test for repo script executable permission
Carlos Fernandez
2026-04-06
1
-0
/
+5
*
tests: convert more tests to pytest
Mike Frysinger
2026-04-06
4
-1206
/
+1308
*
tests: convert __file__ usage to pathlib
Mike Frysinger
2026-04-06
1
-7
/
+6
*
tests: unify fixture() helper with Path constant
Mike Frysinger
2026-04-06
4
-21
/
+10
*
Fix all flake8 warnings from newer flake8-bugbear and flake8-comprehensions
Carlos Fernandez
2026-04-03
1
-5
/
+5
*
Implement command forgiveness with autocorrect
Sam Saccone
2026-03-24
1
-0
/
+166
*
tests: switch some test modules to pytest
Mike Frysinger
2026-03-18
12
-700
/
+717
*
git_superproject: avoid re-initing bare repo
Gavin Mak
2026-03-17
1
-0
/
+56
*
project: resolve unborn HEAD robustly in reftable repos
Gavin Mak
2026-03-17
1
-0
/
+27
*
project: support reftable anchors in worktree .git migration
Gavin Mak
2026-03-17
1
-0
/
+22
*
git_refs: read refs via git plumbing for files/reftable
Gavin Mak
2026-03-17
2
-3
/
+148
*
tests: add a util module for sharing code
Mike Frysinger
2026-03-12
5
-56
/
+83
*
tests: Add extend-project test for additional annotations
Jeffery Miller
2026-02-19
1
-0
/
+40
*
sync: Remove dependency on ssh if not needed
Jordan Esh
2026-02-11
1
-7
/
+14
*
gc: fix untargeted projects being deleted
Gavin Mak
2026-02-09
1
-0
/
+82
*
manifest: Introduce `sync-j-max` attribute to cap sync jobs
Gavin Mak
2026-02-06
2
-0
/
+55
*
Make git trace2 logging errors conditional on verbose mode.
Sam Saccone
2026-02-03
2
-35
/
+136
*
manifest_xml: prevent extend-project from inheriting local groups
Gavin Mak
2026-01-15
1
-0
/
+27
*
project: disable auto-gc for depth=1 in git config
v2.61
Gavin Mak
2026-01-08
1
-0
/
+24
*
tests: skip AF_UNIX tests when unavailable
Mike Frysinger
2026-01-06
1
-0
/
+1
*
Rename XmlManifest.GetGroupsStr() to XmlManifest.GetManifestGroupsStr()
Peter Kjellerstedt
2025-12-03
1
-2
/
+2
*
manifest: Propagate revision attribute through multiple levels of include
Peter Kjellerstedt
2025-11-26
1
-0
/
+26
*
manifest, project: Store project groups as sets
Peter Kjellerstedt
2025-11-26
1
-4
/
+4
*
project: Use dicts to keep track of copyfiles and linkfiles
Peter Kjellerstedt
2025-11-26
1
-4
/
+86
*
manifest: Make include groups propagate to extend-project elements
Peter Kjellerstedt
2025-11-26
1
-0
/
+35
*
wipe: Add new `repo wipe` subcommand
Gavin Mak
2025-11-21
1
-0
/
+263
*
tests: manifest_xml: convert most path usage to pathlib
Mike Frysinger
2025-11-11
1
-57
/
+49
*
manifest: Make extend-project support copyfile, linkfile and annotation
Peter Kjellerstedt
2025-10-27
1
-0
/
+78
*
sync: fix saving of fetch times and local state
v2.59
Gavin Mak
2025-10-20
1
-0
/
+3
[next]