repo v2.33
  1. 3e3340d manifest: add support for revision in include by Shuchuan Zeng · 1 year, 2 months ago
  2. e7e20f4 tests: do not allow underscores in cli options by Mike Frysinger · 1 year, 2 months ago
  3. ea2e330 Format codebase with black and check formatting in CQ by Gavin Mak · 1 year, 3 months ago
  4. a56e0e1 tests: Change docstring for CopyLinkTestCase by Gavin Mak · 1 year, 4 months ago
  5. 016a254 git_superproject: Log actual error fmt instead of the entire error message. by Joanna Wang · 1 year, 5 months ago
  6. 035f22a pylint: remove unused imports by Daniel Kutik · 1 year, 6 months ago
  7. e0728a5 update-manpages: clean up symlink in checkout by Mike Frysinger · 1 year, 7 months ago
  8. 0324e43 repo_trace: Avoid race conditions with trace_file updating. by Joanna Wang · 1 year, 7 months ago
  9. 0e4f1e7 Use --negotiation-tip in superproject fetches. by Joanna Wang · 1 year, 7 months ago
  10. e815286 tests: clean up repo_trace._TRACE_FILE patching by Mike Frysinger · 1 year, 7 months ago
  11. 0ab6b11 wrapper: switch to functools.lru_cache by Mike Frysinger · 1 year, 7 months ago
  12. a621254 tests: drop old unittest.main logic by Mike Frysinger · 1 year, 7 months ago v2.31
  13. f159ce0 sync: fix manifest sync-j handling by Mike Frysinger · 1 year, 7 months ago
  14. 8051cdb test_manifest_config_properties: use assertEqual by Daniel Kutik · 1 year, 7 months ago
  15. ea5239d Fix ManifestProject.partial_clone_exclude property. by Joanna Wang · 1 year, 7 months ago
  16. 35af2f8 Fixed wrapper related warnings in tests by Daniel Kutik · 1 year, 7 months ago
  17. e287fa7 test_capture: allow both Unix and Windows line sep by Daniel Kutik · 1 year, 7 months ago
  18. 3593a10 test_bad_path_name_checks: allow Windows path sep by Daniel Kutik · 1 year, 7 months ago
  19. 003684b test: Fix char encoding issues on windows by Daniel Kutik · 1 year, 7 months ago
  20. 0297f83 test: fix path seperator errors on windows by Daniel Kutik · 1 year, 7 months ago
  21. eda6b1e trace: make test timeout after 2min by Daniel Kutik · 1 year, 7 months ago
  22. d686365 Extract env building into a testable helper. by Sam Saccone · 1 year, 7 months ago v2.30
  23. fa90f7a tests: Fix update-manpages test. by LaMont Jones · 1 year, 7 months ago
  24. f8af33c update-manpages: explicitly strip color codes by LaMont Jones · 1 year, 8 months ago
  25. fa8d939 sync: clear preciousObjects when set in error. by LaMont Jones · 1 year, 8 months ago
  26. a6c52f5 Set tracing to always on and save to .repo/TRACE_FILE. by Joanna Wang · 1 year, 8 months ago
  27. 0d130d2 tests: Make the tests pass for Python < 3.8 by Peter Kjellerstedt · 1 year, 8 months ago
  28. 4cdfdb7 manifest: allow extend-project to override dest-branch and upstream by Erik Elmeke · 1 year, 10 months ago
  29. a8cf575 Omit local_manifest groups from superproject override. by LaMont Jones · 2 years ago v2.28
  30. 74737da tests: switch to tempfile.TemporaryDirectory by Mike Frysinger · 2 years, 1 month ago
  31. a46047a sync: refactor use of self.manifest by LaMont Jones · 2 years, 3 months ago
  32. d56e2eb manifest_xml: use Superproject to hold XML content by LaMont Jones · 2 years, 3 months ago v2.23
  33. d52ca42 sync: respect `sync-c` manifest option by Daniel Andersson · 2 years, 3 months ago
  34. 244c9a7 trace: allow writing traces to a socket by Josh Steadmon · 2 years, 4 months ago
  35. a3ac816 test_project: use os.readlink instead of Path.readlink by Sebastian Wagner · 2 years, 5 months ago
  36. 89ed8ac project: abort a bit earlier before migrating .git/ by Mike Frysinger · 2 years, 6 months ago
  37. 2a089cf project: migrate worktree .git/ dirs to symlinks by Mike Frysinger · 2 years, 7 months ago v2.19
  38. a0f6006 git_config: Fixed test.gitconfig getting updated when running tests. by Raman Tenneti · 2 years, 9 months ago v2.17
  39. 4f88206 trace2_event: Add remove_prefix to fix failing tests on Linux & macOS. by Raman Tenneti · 2 years, 9 months ago
  40. 37c21c2 Add 'dest-path' to extend-project to support changing path by Michael Kelly · 4 years ago
  41. bbe8836 superproject: Log syncstate's parameter as data-json it it is an array. by Raman Tenneti · 2 years, 9 months ago
  42. 9d96f58 make file removal a bit more robust by Mike Frysinger · 2 years, 9 months ago
  43. 956f736 superproject: Log argv parameter of syncstate as 'data-json'. by Raman Tenneti · 2 years, 9 months ago
  44. e0b16a2 superproject: support a new revision attribute. by Xin Li · 2 years, 9 months ago
  45. a84f43a manifest: make repo-hooks more robust wrt element ordering by Jack Neus · 2 years, 9 months ago
  46. 6448a4f sync: Log repo sync state events as 'data' events. by Raman Tenneti · 2 years, 9 months ago
  47. b55769a superproject: print messages if the manifest has superproject tag. by Raman Tenneti · 2 years, 10 months ago v2.16.5
  48. 5637afc superproject: prepend messages with - "repo superproject" by Raman Tenneti · 2 years, 11 months ago
  49. 9122bfc sync: Remove '_' from the repo.syncstate.* keys when saved to config. by Raman Tenneti · 2 years, 11 months ago v2.16.4
  50. 7954de1 sync: Added logging of repo sync state and config options for analysis. by Raman Tenneti · 2 years, 11 months ago
  51. 6ea0cae repo: properly handle remote annotations in manifest_xml by Jack Neus · 3 years ago
  52. 06da998 Gracefully ignore bad remove-project line by Michael Kelly · 3 years ago
  53. 0e776a5 Fix an issue when syncing with --use-superproject and clone bundles. by Xin Li · 3 years ago
  54. 1da6f30 superproject - don't update the commit ids of projects that have revisionId. by Raman Tenneti · 3 years ago
  55. 784e16f superproject: Don't exit if superproject tag doesn't exist in manifest. by Raman Tenneti · 3 years ago v2.16
  56. 5ba2120 repo: properly handle NoneType in Default/Remote equality checks by Jack Neus · 3 years ago
  57. 78f4dd3 superproject: add projects from local manifest to local::<filename> group. by Raman Tenneti · 3 years, 1 month ago
  58. fc7aa90 trace2_event_log: Added logging of error events. by Raman Tenneti · 3 years ago
  59. 50c91ec superproject: revert not updating commit ids if remote is different. by Raman Tenneti · 3 years ago
  60. 5d58c18 tests: Make the tests pass for Python < 3.8 by Peter Kjellerstedt · 3 years, 2 months ago
  61. 993af5e superproject: Use bugurl from contactinfo in the missing commits error message. by Raman Tenneti · 3 years, 1 month ago v2.15.1
  62. 339f2df ssh: rewrite proxy management for multiprocessing usage by Mike Frysinger · 3 years, 2 months ago v2.15
  63. 5291eaf ssh: move all ssh logic to a common place by Mike Frysinger · 3 years, 2 months ago
  64. 8e768ea git_command: switch version caches to functools by Mike Frysinger · 3 years, 2 months ago
  65. 2f8fdbe manifest_xml: cleanup of contactinfo test for readability with f-strings. by Raman Tenneti · 3 years, 2 months ago
  66. 1c3f57e manifest_xml: initial support for <contactinfo> by Raman Tenneti · 3 years, 2 months ago
  67. c177f94 subcmds: force consistent help text format by Mike Frysinger · 3 years, 2 months ago
  68. feb2891 superproject: Don't update the commit ids of projects if remote is different. by Raman Tenneti · 3 years, 2 months ago
  69. f69c7ee manifest_xml: ban use of newlines in paths by Mike Frysinger · 3 years, 2 months ago
  70. b8bf291 tests: Make ReviewableBranchTests.test_smoke work with git < 2.28.0 by Peter Kjellerstedt · 3 years, 2 months ago
  71. a5b40a2 repo: Add a new "command" event type to git trace2 logging in repo. by Raman Tenneti · 3 years, 3 months ago
  72. 0458faa manifest: allow toplevel project checkouts by Mike Frysinger · 3 years, 3 months ago v2.13.5
  73. 080877e superproject: pass groups to ToXml method. by Raman Tenneti · 3 years, 4 months ago
  74. 835a34b Log repo.* config variables in git trace2 logger. by Ian Kasprzak · 3 years, 4 months ago
  75. 934cb0a tests: fix duplicate method from copy & paste error by Mike Frysinger · 3 years, 4 months ago
  76. 5413397 manifest: relax include name rules for user-specified path by Mike Frysinger · 3 years, 4 months ago v2.13.1
  77. a29424e manifest: validate project name & path and include name attributes by Mike Frysinger · 3 years, 4 months ago
  78. a00c5f4 manifest: refactor the filesystem checking logic for more reuse by Mike Frysinger · 3 years, 4 months ago
  79. ceba2dd sync: superproject - support for switching hosts and switching branches. by Raman Tenneti · 3 years, 4 months ago
  80. adbd01e tests: fix init subcmd after url change by Mike Frysinger · 3 years, 4 months ago
  81. 37ac3d6 tests: refactor manifest tests by Mike Frysinger · 3 years, 4 months ago
  82. 057905f error: fix pickling of all exceptions by Mike Frysinger · 3 years, 4 months ago
  83. 21dce3d init: added --use-superproject option to clone superproject. by Raman Tenneti · 3 years, 4 months ago v2.12.2
  84. 38867fb git_config: add SetBoolean helper by Mike Frysinger · 3 years, 4 months ago
  85. 8d43dea sync: pass --bare option when doing git clone of superproject. by Raman Tenneti · 3 years, 5 months ago v2.12.1
  86. 1fd7bc2 sync: superproject performance changes. by Raman Tenneti · 3 years, 5 months ago
  87. b5c5a5e manifest: set revisionId as revision attribute it it is not being set in ToXml. by Raman Tenneti · 3 years, 5 months ago
  88. 7caa365 sync: Do a git pull with --use-superproject if superproject tree already exists. by Raman Tenneti · 3 years, 5 months ago
  89. 6a872c9 sync: Added --use-superproject option and support for superproject. by Raman Tenneti · 3 years, 5 months ago v2.12
  90. febe73f Update "evt" field to be logged as a string type. by Ian Kasprzak · 3 years, 5 months ago
  91. e5670c8 launcher: add a requirements framework to declare version dependencies by Mike Frysinger · 3 years, 6 months ago
  92. 48b2d10 manifest_xml: - Added doc and testing of unknown tags/elements. by Raman Tenneti · 3 years, 5 months ago
  93. 1bb4fb2 manifest_xml: initial support for <superproject> by Raman Tenneti · 3 years, 6 months ago
  94. 343d585 Fix bug in git trace2 event Write() function when no config present. by Ian Kasprzak · 3 years, 6 months ago
  95. acf63b2 drop pyversion & is_python3 checking by Mike Frysinger · 5 years ago
  96. 784ccfc strip python2-only coding:utf-8 & print_function settings by Mike Frysinger · 3 years, 6 months ago
  97. 1379a9b launcher: add test for version requirements by Mike Frysinger · 3 years, 6 months ago v2.11
  98. 30bc354 Enable git trace2 event format logging. by Ian Kasprzak · 3 years, 6 months ago
  99. 51e39d5 manifest_xml: harmonize list fields by Mike Frysinger · 3 years, 7 months ago
  100. 6342d56 Fix tests after "use new main branch" by Fredrik de Groot · 3 years, 7 months ago