1. 4806771 sync: Remove unused variable by Josip Sokcevic · 1 year, 3 months ago
  2. 69427da Handle KeyboardInterrupt during repo sync by Josip Sokcevic · 1 year, 3 months ago
  3. dccf38e Update sync progress by Josip Sokcevic · 1 year, 3 months ago
  4. 7f44d36 project: clean up error message by LaMont Jones · 1 year, 3 months ago
  5. 2aa5d32 Update bug tracking links by Josip Sokcevic · 1 year, 3 months ago
  6. 016a254 git_superproject: Log actual error fmt instead of the entire error message. by Joanna Wang · 1 year, 3 months ago
  7. 7eab0ee sync: Silence 'not found in manifest' message by Michael Kelly · 1 year, 4 months ago
  8. 7e3b65b Enable use of REPO_CONFIG_DIR to customize .repoconfig location by Gavin Mak · 1 year, 3 months ago
  9. c3d61ec init: Silence the "rm -r .repo and try again" message if quiet by Gavin Mak · 1 year, 4 months ago
  10. 78e82ec Fix flake8 warnings for some files by Sergiy Belozorov · 1 year, 4 months ago
  11. 37ae75f update_manpages.py: treat regex as raw string by Daniel Kutik · 1 year, 5 months ago
  12. 7438aef Use 'backslashreplace' for decode by Daniel Kutik · 1 year, 5 months ago
  13. e641281 Use print with flush=True instead of stdout.flush by Daniel Kutik · 1 year, 5 months ago
  14. 035f22a pylint: remove unused imports by Daniel Kutik · 1 year, 5 months ago
  15. e0728a5 update-manpages: clean up symlink in checkout by Mike Frysinger · 1 year, 5 months ago
  16. d98f393 upload: Allow user to configure unusual commit threshold by David Greenaway · 1 year, 5 months ago
  17. 0324e43 repo_trace: Avoid race conditions with trace_file updating. by Joanna Wang · 1 year, 5 months ago
  18. 8d25584 github: enable flake8 postsubmit testing by Mike Frysinger · 1 year, 5 months ago
  19. 0e4f1e7 Use --negotiation-tip in superproject fetches. by Joanna Wang · 1 year, 5 months ago
  20. e815286 tests: clean up repo_trace._TRACE_FILE patching by Mike Frysinger · 1 year, 5 months ago
  21. 0ab6b11 wrapper: switch to functools.lru_cache by Mike Frysinger · 1 year, 5 months ago
  22. a621254 tests: drop old unittest.main logic by Mike Frysinger · 1 year, 5 months ago v2.31
  23. f159ce0 sync: fix manifest sync-j handling by Mike Frysinger · 1 year, 5 months ago
  24. 802cd0c sync: Fix undefined variable in _FetchOne by Karsten Tausche · 1 year, 5 months ago
  25. 100a214 sync: finish marking REPO_AUTO_GC=1 as deprecated. by LaMont Jones · 1 year, 5 months ago
  26. 8051cdb test_manifest_config_properties: use assertEqual by Daniel Kutik · 1 year, 5 months ago
  27. 43549d8 sync: cleanup output when not doing GC by LaMont Jones · 1 year, 5 months ago
  28. 55b7125 Revert "sync: save any cruft after calling git gc." by LaMont Jones · 1 year, 5 months ago
  29. d793553 sync: mark REPO_AUTO_GC=1 as deprecated. by LaMont Jones · 1 year, 5 months ago
  30. ea5239d Fix ManifestProject.partial_clone_exclude property. by Joanna Wang · 1 year, 5 months ago
  31. 1b87149 release-process: update to use ./release/sign-tag.py by Mike Frysinger · 1 year, 5 months ago
  32. 50a2c0e wrapper.py: Replacing load_module() with exec_module() by Daniel Kutik · 1 year, 5 months ago
  33. 35af2f8 Fixed wrapper related warnings in tests by Daniel Kutik · 1 year, 5 months ago
  34. e287fa7 test_capture: allow both Unix and Windows line sep by Daniel Kutik · 1 year, 5 months ago
  35. 3593a10 test_bad_path_name_checks: allow Windows path sep by Daniel Kutik · 1 year, 5 months ago
  36. 003684b test: Fix char encoding issues on windows by Daniel Kutik · 1 year, 5 months ago
  37. 0297f83 test: fix path seperator errors on windows by Daniel Kutik · 1 year, 5 months ago
  38. 7b3afca tox: Allow passing positional arguments by Daniel Kutik · 1 year, 5 months ago
  39. eda6b1e trace: make test timeout after 2min by Daniel Kutik · 1 year, 5 months ago
  40. 4364a79 tox: Make all tests timeout after 5min by Daniel Kutik · 1 year, 5 months ago
  41. a98a5eb Update GH Action test-ci.yml dependencies by Daniel Kutik · 1 year, 5 months ago
  42. f8d342b tox: enable python 3.10 testing by Daniel Kutik · 1 year, 5 months ago
  43. 6d2e8c8 Resolved DeprecationWarning for currentThread() by Daniel Kutik · 1 year, 5 months ago
  44. a24185e Set repo version to 2.30 (current) by Josip Sokcevic · 1 year, 5 months ago
  45. d686365 Extract env building into a testable helper. by Sam Saccone · 1 year, 6 months ago v2.30
  46. d3cadf1 Do not set ALT object dirs when said path resolves to the same dir. by Sam Saccone · 1 year, 6 months ago
  47. fa90f7a tests: Fix update-manpages test. by LaMont Jones · 1 year, 6 months ago
  48. bee4efb subcmds: display correct path multitree messages by LaMont Jones · 1 year, 7 months ago
  49. f8af33c update-manpages: explicitly strip color codes by LaMont Jones · 1 year, 6 months ago
  50. ed25be5 repo_trace: drop notification of trace file name. by LaMont Jones · 1 year, 6 months ago
  51. afd7671 repo_trace: adjust formatting, update man page. by LaMont Jones · 1 year, 6 months ago
  52. b240d28 upload: track projects by path, rather than name by LaMont Jones · 1 year, 6 months ago
  53. 47020ba trace: restore Progress indicator. by LaMont Jones · 1 year, 6 months ago v2.29.9
  54. 5ed8c63 sync: REPO_AUTO_GC=1 to restore old behavior. by LaMont Jones · 1 year, 6 months ago
  55. 24c6314 Fix TRACE_FILE renaming. by Joanna Wang · 1 year, 6 months ago v2.29.8
  56. 7efab53 sync: no garbage collection by default by LaMont Jones · 1 year, 8 months ago
  57. a3ff64c Improve always-on-trace by LaMont Jones · 1 year, 6 months ago
  58. 776138a Merge branch stable into main (--strategy=ours). by LaMont Jones · 1 year, 6 months ago
  59. 5fb9c6a v2.29.7: Revert back to v2.29.5 by LaMont Jones · 1 year, 6 months ago v2.29.7
  60. 859d3d9 GitcInit: fix gitc-init failure by Woody Lin · 1 year, 6 months ago v2.29.6
  61. fa8d939 sync: clear preciousObjects when set in error. by LaMont Jones · 1 year, 6 months ago
  62. a6c52f5 Set tracing to always on and save to .repo/TRACE_FILE. by Joanna Wang · 1 year, 6 months ago
  63. 0d130d2 tests: Make the tests pass for Python < 3.8 by Peter Kjellerstedt · 1 year, 6 months ago
  64. b750b48 init: add --manifest-depth for shallow manifest clone by LaMont Jones · 1 year, 9 months ago v2.29.5
  65. 6c8b894 Revert "init: change --depth default to 1 for manifest repo" by LaMont Jones · 1 year, 6 months ago
  66. b6cfa09 sync: uninitialized variable on mirror sync failure by LaMont Jones · 1 year, 6 months ago
  67. 78dcd37 sync: do not require python 3.9 by LaMont Jones · 1 year, 6 months ago v2.29.4
  68. acc4c85 sync: only use --cruft when git supports it. by LaMont Jones · 1 year, 7 months ago v2.29.3
  69. a39af3d project: Add a missing call to _CopyAndLinkFiles by Peter Kjellerstedt · 1 year, 8 months ago
  70. 4cdfdb7 manifest: allow extend-project to override dest-branch and upstream by Erik Elmeke · 1 year, 8 months ago
  71. 1eddca8 sync: use namedtuples for internal return values by LaMont Jones · 1 year, 8 months ago
  72. aefa4d3 sync: incorporate review feedback. by LaMont Jones · 1 year, 8 months ago
  73. 4ba29c4 diffmanifests: Handle Missing Projects in Repo Workspace by Shashank Devaraj · 1 year, 8 months ago
  74. 45ef901 update-manpages: force use of active interp by Mike Frysinger · 1 year, 8 months ago
  75. 891e8f7 sync: save any cruft after calling git gc. by LaMont Jones · 1 year, 8 months ago v2.29.2
  76. af8fb13 Revert "project: initialize new manifests in temp dirs" by LaMont Jones · 1 year, 8 months ago
  77. 4112c07 sync: Correctly sync multi manifest workspaces by LaMont Jones · 1 year, 8 months ago v2.29.1
  78. fbd5dd3 manifest_xml: improve topdir accuracy. by LaMont Jones · 1 year, 8 months ago v2.29
  79. 3d27c71 init: hide identify spam when reinitializing by Mike Frysinger · 1 year, 9 months ago
  80. 488d54d init: show a notice when reinitializing by Mike Frysinger · 1 year, 9 months ago
  81. 5a5cfce stage: add missing flush before project prompt by Mike Frysinger · 1 year, 9 months ago
  82. e6d4b84 upload: respect --yes with large upload confirmation by Mike Frysinger · 1 year, 9 months ago
  83. d75ca2e launcher: make missing .repo/repo/repo an error by Mike Frysinger · 1 year, 9 months ago
  84. a010a9f launcher: initialize repo in a temp dir by Mike Frysinger · 1 year, 9 months ago
  85. 8a54a7e cherry-pick: tighten up output by Mike Frysinger · 1 year, 9 months ago
  86. 63a5657 git_command: fix input passing by Mike Frysinger · 1 year, 9 months ago
  87. 07d21e6 project: initialize new manifests in temp dirs by Mike Frysinger · 2 years, 6 months ago
  88. 076d546 init: change --depth default to 1 for manifest repo by Mike Frysinger · 1 year, 9 months ago
  89. 790f4ce add a few more docs to existing funcs by Mike Frysinger · 3 years, 5 months ago
  90. 39cb17f init: use --current-branch by default by Mike Frysinger · 1 year, 9 months ago
  91. ad1b7bd start: do not swallow git output all the time by Mike Frysinger · 1 year, 9 months ago
  92. 3c2d807 pager: catch startup failures on Windows by Mike Frysinger · 1 year, 9 months ago
  93. 7fa8eed upload: add --push-options tips & doc link by Mike Frysinger · 1 year, 9 months ago
  94. dede564 project: simplify GetRemote a bit by Mike Frysinger · 1 year, 10 months ago
  95. ac76fd3 upload: Add ready flag to remove wip by William Escande · 1 year, 9 months ago
  96. a8c34d1 commit-msg: Sync commit-msg from gerrit 3.6.1 by Evan Benn · 1 year, 9 months ago
  97. 5951e30 sync: handle smartsync HTML responses better by Mike Frysinger · 2 years ago
  98. 48ea25c sync: start clearing git settings that disabled pruning by LaMont Jones · 2 years ago
  99. 355f439 sync: rework --jobs to provide better defaults by Mike Frysinger · 1 year, 10 months ago
  100. bddc964 Fix the printed path of the ".repo" dir after a fresh init. by Mateus Azis · 1 year, 10 months ago