Sign in
gerrit
/
git-repo
/
HEAD
39c0b60
sync: Support pluggable remote helpers for smart sync manifest server.
by Rahul Yadav
· 11 days ago
main
cd307a6
project: Add REPO_PROJECT_FETCH_URL environment variable
by Gavin Mak
· 3 days ago
4b46263
sync: do not init sibling submodules in parallel
by Josef Malmström
· 14 days ago
d9d86fb
repo: Bump launcher version to 2.65
by Gavin Mak
· 3 weeks ago
f7a24df
project: handle corrupted projects in DeleteWorktree
by Gavin Mak
· 2 weeks ago
e0bd39c
project: Extract project envvar generation to GetEnvVars
by Gavin Mak
· 3 weeks ago
c883613
sync: Skip copyfile/linkfile for unavailable projects
by Xin Li
· 3 weeks ago
384c059
tests: Deduplicate test setup in test_project.py
by Gavin Mak
· 5 weeks ago
b853113
init: Add --use-local-gitdirs for standard Git layouts
by Gavin Mak
· 3 months ago
2d54384
sync: Add --superproject-rev flag to sync to specific revision
by Gavin Mak
· 8 weeks ago
stable
v2.64
1b4e7a0
Fix submodules not synced for repeated repo
by Josef Malmström
· 6 weeks ago
a94c9e2
Automated: Migrate gerrit/git-repo from gsutil to gcloud storage
by gurusai-voleti
· 8 weeks ago
51021fb
abandon/start/info: Make them respect smart sync override
by Gavin Mak
· 5 weeks ago
d453273
command: Move smart sync override logic to Command base class
by Gavin Mak
· 5 weeks ago
0129ac1
docs: drop period in headers
by Mike Frysinger
· 5 weeks ago
bf8c59f
run_tests: help2man: update to latest release
by Mike Frysinger
· 5 weeks ago
003f040
Fix missing `None` check in Remote.Save
by Josef Malmström
· 7 weeks ago
1db50e4
Add support for self referencing submodules
by Josef Malmström
· 7 weeks ago
c97a306
release: update-manpages: revert color filtering
by Mike Frysinger
· 5 weeks ago
5534f16
linkfile: Handle directory-to-symlink transitions safely
by Carlos Fernandez
· 6 weeks ago
67e52a1
run_tests: leverage cipd when available for help2man
by Mike Frysinger
· 5 weeks ago
d503723
sync: Re-raise KeyboardInterrupt in main process
by Gavin Mak
· 5 weeks ago
7cc99b2
git_config: fix error message command output
by Mike Frysinger
· 5 weeks ago
12ad396
info: Parallelize repo info to improve performance
by Greg Edelston
· 5 weeks ago
a6bc1b7
sync: Exclude stateless sync pruned projects from bloat check
by Gavin Mak
· 5 weeks ago
a98e422
completion: document installation and usage in README
by Gavin Mak
· 6 weeks ago
5d85850
sync: Suggest "git repack -a -d" in bloat warning
by Gavin Mak
· 6 weeks ago
e8deeab
Add zsh completion
by Kamal Sacranie
· 6 weeks ago
11428ae
forall: Document REPO_UPSTREAM and REPO_DEST_BRANCH envvars
by Gavin Mak
· 6 weeks ago
27d2232
info: add --format and --include-summary/--include-projects options
by Carlos Fernandez
· 3 months ago
e3eadd3
sync: Fix force_checkout propagation
by Josef Malmström
· 7 weeks ago
12cfc60
git_superproject: Remove redundant _branch variable
by Gavin Mak
· 8 weeks ago
134eeb0
tests: Add tests for repo status output
by Nasser Grainawi
· 4 months ago
03fb181
color: type SetDefaultColoring and drop bool states
by Nasser Grainawi
· 9 weeks ago
5af71ce
Add timing keyword argument for hooks
by Ram Peri
· 8 weeks ago
baa281d
sync: Refactor to use _RunOneGC and fix config leakage
by Gavin Mak
· 8 weeks ago
v2.63
7e9079b
sync: Switch to using self._bloated_projects
by Gavin Mak
· 8 weeks ago
61bd6b3
tests: Add tests for _CheckForBloatedProjects and _GCProjects
by Gavin Mak
· 8 weeks ago
32e7327
upload: Clarify partial sync message on hook failure
by Marty Heavey
· 9 weeks ago
4f707ff
sync: Provide feedback during post-sync operations
by Gavin Mak
· 9 weeks ago
e2671c1
progress: Ignore updates after progress ends
by Gavin Mak
· 9 weeks ago
b43a20b
project: Avoid skipping fetches for shallow clones without .git/shallow
by Becky Siegel
· 9 weeks ago
8869a30
project: Drop --no-deref from update-ref --stdin
by Miyako.Enei
· 2 months ago
3b0eebe
project: implement stateless sync pruning logic
by Gavin Mak
· 3 months ago
00991bf
manifest: Add `sync-strategy` attribute to project elements
by Gavin Mak
· 3 months ago
e8338b5
tests: Convert forall subcmd test to pytest
by Nasser Grainawi
· 2 months ago
951666f
gc: Fix hang during repack in partial clones
by Gavin Mak
· 2 months ago
854b330
test_wrapper: add test for repo script executable permission
by Carlos Fernandez
· 3 months ago
654690e
tests: convert more tests to pytest
by Mike Frysinger
· 3 months ago
ac2be4c
tests: convert __file__ usage to pathlib
by Mike Frysinger
· 3 months ago
3d819e8
tests: unify fixture() helper with Path constant
by Mike Frysinger
· 3 months ago
5739839
Fix all flake8 warnings from newer flake8-bugbear and flake8-comprehensions
by Carlos Fernandez
· 3 months ago
3f3c681
project: Refactor GetHead to use symbolic-ref first
by Gavin Mak
· 3 months ago
242e97d
Implement command forgiveness with autocorrect
by Sam Saccone
· 3 months ago
ade45de
docs: windows: mention Developer Mode for symlinks
by Mike Frysinger
· 3 months ago
v2.62
0251fb3
project: don't re-shallow manually unshallowed repos during sync
by Lucas Tanure
· 3 months ago
0176586
Use git_superproject.UseSuperproject() everywhere
by Jacky Liu
· 3 months ago
582804a
pydev: drop Python 2 reference
by Mike Frysinger
· 3 months ago
afc3d55
isort: merge config into pyproject.toml
by Mike Frysinger
· 3 months ago
f24bc7a
tests: switch some test modules to pytest
by Mike Frysinger
· 3 months ago
83b8ebd
git_superproject: avoid re-initing bare repo
by Gavin Mak
· 4 months ago
a0abfd7
project: resolve unborn HEAD robustly in reftable repos
by Gavin Mak
· 4 months ago
403fedf
project: support reftable anchors in worktree .git migration
by Gavin Mak
· 4 months ago
f14c577
project: avoid direct packed-refs writes during fetch
by Gavin Mak
· 4 months ago
67881c0
git_refs: read refs via git plumbing for files/reftable
by Gavin Mak
· 4 months ago
551087c
tests: add a util module for sharing code
by Mike Frysinger
· 3 months ago
8da56a0
man: refresh after recent changes
by Mike Frysinger
· 3 months ago
0f01cd2
docs: Document support for child elements in extend-project
by Jeffery Miller
· 4 months ago
1ee9866
tests: Add extend-project test for additional annotations
by Jeffery Miller
· 4 months ago
6f9622f
sync: Remove dependency on ssh if not needed
by Jordan Esh
· 6 months ago
5cb0251
gc: fix untargeted projects being deleted
by Gavin Mak
· 4 months ago
a214fd3
manifest: Introduce `sync-j-max` attribute to cap sync jobs
by Gavin Mak
· 5 months ago
62cd0de
Make git trace2 logging errors conditional on verbose mode.
by Sam Saccone
· 5 months ago
b60512a
run_tests: log tool versions
by Mike Frysinger
· 5 months ago
5d88972
Revert "init: change --manifest-depth default to 1"
by Mike Frysinger
· 5 months ago
v2.61.1
3c0e67b
manifest_xml: prevent extend-project from inheriting local groups
by Gavin Mak
· 5 months ago
3b7b20a
CONTRIBUTING: fix HTTP password URL
by Nico Wald
· 5 months ago
e71a8c6
project: disable auto-gc for depth=1 in git config
by Gavin Mak
· 5 months ago
v2.61
c687b5d
run_tests/release: require Python 3.9+
by Mike Frysinger
· 5 months ago
1dd9c57
tests: drop tox support
by Mike Frysinger
· 5 months ago
4525c2e
github: add black check action
by Mike Frysinger
· 5 months ago
45dcd73
tests: skip AF_UNIX tests when unavailable
by Mike Frysinger
· 5 months ago
1dad86d
check-metadata: skip files that do not exist
by Mike Frysinger
· 5 months ago
622a5bf
init: change --manifest-depth default to 1
by Mike Frysinger
· 6 months ago
v2.60.2
871e4c7
sync: skip bloat check if fresh sync
by Gavin Mak
· 6 months ago
v2.60.1
5b0b551
project: only use --no-auto-gc for git 2.23.0+
by Gavin Mak
· 6 months ago
b5991d7
sync: Add heuristic warning for bloated shallow repositories
by Gavin Mak
· 6 months ago
v2.60
7f87c54
project: disable auto-gc on fetch for projects with clone-depth=1
by Gavin Mak
· 7 months ago
50c6226
Prevent leftover bare gitdirs after failed sync attempts
by Kaushik Lingarkar
· 8 months ago
1e4b288
project: Make the error message more logical when a linkfile fail
by Peter Kjellerstedt
· 7 months ago
31b4b19
info: Print a newline after printing the superproject's revision
by Peter Kjellerstedt
· 7 months ago
2b6de52
Rename XmlManifest.GetGroupsStr() to XmlManifest.GetManifestGroupsStr()
by Peter Kjellerstedt
· 7 months ago
91ec998
manifest_xml, git_superproject: Rename an argument for XmlManifest.ToXml()
by Peter Kjellerstedt
· 7 months ago
08964a1
docs: manifest-format: reformat spec to align the CDATA parts
by Mike Frysinger
· 7 months ago
3073a90
manifest: Propagate revision attribute through multiple levels of include
by Peter Kjellerstedt
· 7 months ago
75773b8
manifest, project: Store project groups as sets
by Peter Kjellerstedt
· 7 months ago
412367b
project: Use dicts to keep track of copyfiles and linkfiles
by Peter Kjellerstedt
· 7 months ago
47c24b5
manifest: Make include groups propagate to extend-project elements
by Peter Kjellerstedt
· 7 months ago
be33106
wipe: Add new `repo wipe` subcommand
by Gavin Mak
· 7 months ago
5998c0b
tests: manifest_xml: convert most path usage to pathlib
by Mike Frysinger
· 7 months ago
Next »