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
Commit message (
Expand
)
Author
Age
Files
Lines
*
sync: skip bloat check if fresh sync
v2.60.1
stable
main
Gavin Mak
13 days
1
-1
/
+2
*
project: only use --no-auto-gc for git 2.23.0+
Gavin Mak
13 days
2
-1
/
+7
*
sync: Add heuristic warning for bloated shallow repositories
v2.60
Gavin Mak
2025-12-10
1
-0
/
+104
*
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
*
info: Print a newline after printing the superproject's revision
Peter Kjellerstedt
2025-12-03
1
-0
/
+1
*
Rename XmlManifest.GetGroupsStr() to XmlManifest.GetManifestGroupsStr()
Peter Kjellerstedt
2025-12-03
5
-6
/
+7
*
manifest_xml, git_superproject: Rename an argument for XmlManifest.ToXml()
Peter Kjellerstedt
2025-12-02
2
-10
/
+10
*
docs: manifest-format: reformat spec to align the CDATA parts
Mike Frysinger
2025-12-02
2
-29
/
+41
*
manifest: Propagate revision attribute through multiple levels of include
Peter Kjellerstedt
2025-11-26
4
-10
/
+40
*
manifest, project: Store project groups as sets
Peter Kjellerstedt
2025-11-26
5
-60
/
+62
*
project: Use dicts to keep track of copyfiles and linkfiles
Peter Kjellerstedt
2025-11-26
4
-40
/
+131
*
manifest: Make include groups propagate to extend-project elements
Peter Kjellerstedt
2025-11-26
4
-2
/
+42
*
wipe: Add new `repo wipe` subcommand
Gavin Mak
2025-11-21
4
-1
/
+512
*
tests: manifest_xml: convert most path usage to pathlib
Mike Frysinger
2025-11-11
1
-57
/
+49
*
man: Regenerate after manifest update
Peter Kjellerstedt
2025-11-06
1
-11
/
+16
*
manifest: Make extend-project support copyfile, linkfile and annotation
Peter Kjellerstedt
2025-10-27
3
-12
/
+101
*
sync: fix saving of fetch times and local state
v2.59
Gavin Mak
2025-10-20
2
-147
/
+167
*
run_tests: log each command run
Mike Frysinger
2025-10-15
1
-5
/
+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
*
forall: fix crash with no command
Mike Frysinger
2025-09-17
2
-2
/
+8
*
run_tests: add file header checker for licensing blocks
Mike Frysinger
2025-08-21
3
-4
/
+167
*
man: regen after sync updates
Mike Frysinger
2025-08-21
2
-10
/
+34
*
standardize file header wrt licensing
Mike Frysinger
2025-08-21
17
-17
/
+30
*
CONTRIBUTING: rename doc per Google OSS policies
Mike Frysinger
2025-08-20
3
-2
/
+2
*
Revert "Fix shallow clones when upstream attribute is present"
v2.58
Gavin Mak
2025-08-14
1
-6
/
+2
*
git_superproject: fix AttributeError in Superproject logging
Gavin Mak
2025-08-14
1
-1
/
+2
*
sync: Fix missing error details in interleaved summary
Gavin Mak
2025-08-14
2
-29
/
+27
*
sync: Record and propagate errors from deferred actions
Gavin Mak
2025-08-13
3
-16
/
+25
*
progress: Fix race condition causing fileno crash
Gavin Mak
2025-08-13
1
-7
/
+10
*
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
*
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
*
hooks: verify hooks project has worktree before running
v2.57.2
Gavin Mak
2025-07-28
1
-3
/
+3
*
sync: fix connection error on macOS for interleaved sync
Kuang-che Wu
2025-07-28
1
-0
/
+1
*
project: Fix GetHead to handle detached HEADs
Gavin Mak
2025-07-25
1
-1
/
+5
*
sync: Don't checkout if no worktree
v2.57.1
Gavin Mak
2025-07-23
2
-43
/
+69
*
sync: Default to interleaved mode
v2.57
Gavin Mak
2025-07-21
1
-5
/
+14
*
project: Use git rev-parse to read HEAD
Gavin Mak
2025-07-21
1
-11
/
+3
*
sync: Improve UI and error reporting for interleaved mode
Gavin Mak
2025-07-17
2
-2
/
+19
*
project: Use plumbing commands to manage HEAD
Gavin Mak
2025-07-17
1
-10
/
+3
*
progress: Make end() idempotent
Gavin Mak
2025-07-02
1
-0
/
+5
*
sync: support post-sync hook in <repo-hooks>
Kenny Cheng
2025-07-01
3
-0
/
+58
*
init: Add environment variable for git-lfs
Matt Moeller
2025-06-30
1
-0
/
+1
*
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
[next]