1. 303bd96 manifest: add optional base check on remove and extend by Fredrik de Groot · 4 months ago
  2. 9d86545 gitc: delete a few more dead references by Mike Frysinger · 9 months ago
  3. 449b23b manifest_xml: fix url normalization for inits and remotes by Vitalii Dmitriev · 1 year, 1 month ago
  4. 48e4137 manifest_xml: do not allow / before : in scp-like syntax by Mike Frysinger · 1 year, 1 month ago
  5. c984e8d manifest_xml: support nested submanifests by Guillaume Micouin-Jorda · 1 year, 2 months ago
  6. 3652b49 Correctly handle schema-less URIs for remote fetch URL by Michael Kelly · 1 year, 4 months ago
  7. b32ccbb cleanup: Update codebase to expect Python 3.6 by Jason R. Coombs · 1 year, 3 months ago
  8. 0bcffd8 cleanup: use new dict & set generator styles by Jason R. Coombs · 1 year, 3 months ago
  9. 7393f6b manifest_xml: Fix empty project list when DOCTYPE is present by Chris Allen · 1 year, 3 months ago
  10. 8dd8521 cleanup: leverage yield from in more places by Jason R. Coombs · 1 year, 3 months ago
  11. d4aee65 delete Python 2 (object) compat by Mike Frysinger · 1 year, 3 months ago
  12. 25d6c7c manifest_xml: use a set instead of (sorted) list in projectsDiff by Sylvain · 1 year, 5 months ago
  13. 6447733 isort: format codebase by Mike Frysinger · 1 year, 5 months ago v2.36
  14. 8914b1f gitc: drop support by Jason Chang · 1 year, 8 months ago
  15. be71c2f manifest: enable remove-project using path by Fredrik de Groot · 1 year, 7 months ago
  16. 1783332 Add envar to replace shallow clones with partial by Jason Chang · 1 year, 8 months ago
  17. 3e3340d manifest: add support for revision in include by Shuchuan Zeng · 1 year, 9 months ago
  18. ea2e330 Format codebase with black and check formatting in CQ by Gavin Mak · 1 year, 10 months ago
  19. 035f22a pylint: remove unused imports by Daniel Kutik · 2 years, 1 month ago
  20. 4cdfdb7 manifest: allow extend-project to override dest-branch and upstream by Erik Elmeke · 2 years, 4 months ago
  21. 4ba29c4 diffmanifests: Handle Missing Projects in Repo Workspace by Shashank Devaraj · 2 years, 4 months ago
  22. fbd5dd3 manifest_xml: improve topdir accuracy. by LaMont Jones · 2 years, 5 months ago v2.29
  23. dede564 project: simplify GetRemote a bit by Mike Frysinger · 2 years, 6 months ago
  24. 355f439 sync: rework --jobs to provide better defaults by Mike Frysinger · 2 years, 6 months ago
  25. a8cf575 Omit local_manifest groups from superproject override. by LaMont Jones · 2 years, 6 months ago v2.28
  26. ff6b1da Only sync superproject if it will be used. by LaMont Jones · 2 years, 7 months ago
  27. 1d00a7e project: initial separation of shared project objects by Mike Frysinger · 3 years, 1 month ago
  28. 501733c manifest: add submanifest.default_groups attribute by LaMont Jones · 2 years, 9 months ago v2.25
  29. b90a422 Override the manifest for the entire command by LaMont Jones · 2 years, 9 months ago
  30. d56e2eb manifest_xml: use Superproject to hold XML content by LaMont Jones · 2 years, 9 months ago v2.23
  31. a2ff20d manifest_xml: Add Load and Unload methods by LaMont Jones · 2 years, 9 months ago
  32. 55ee304 Fix sub manifest handling by LaMont Jones · 2 years, 9 months ago
  33. d82be3e Move manifest config logic into ManifestProject by LaMont Jones · 2 years, 9 months ago
  34. 9b72cf2 project: Isolate ManifestProject from RepoProject by LaMont Jones · 2 years, 9 months ago
  35. 5d3291d manifest_file must be an absolute path by LaMont Jones · 2 years, 10 months ago
  36. b308db1 manifest_xml: group for submanifest projects by LaMont Jones · 2 years, 11 months ago
  37. cc879a9 Add multi-manifest support with <submanifest> element by LaMont Jones · 3 years, 2 months ago v2.22
  38. 87cce68 Move local-manifest check to manifest_xml.py by LaMont Jones · 2 years, 11 months ago
  39. 630876f init: add an option --enable-git-lfs-filter by XD Trol · 3 years ago
  40. 2f3c331 Update revisionId if required when using extend-project by Michael Kelly · 4 years, 6 months ago
  41. 37c21c2 Add 'dest-path' to extend-project to support changing path by Michael Kelly · 4 years, 7 months ago
  42. 9d96f58 make file removal a bit more robust by Mike Frysinger · 3 years, 3 months ago
  43. e0b16a2 superproject: support a new revision attribute. by Xin Li · 3 years, 3 months ago
  44. a84f43a manifest: make repo-hooks more robust wrt element ordering by Jack Neus · 3 years, 4 months ago
  45. 6ea0cae repo: properly handle remote annotations in manifest_xml by Jack Neus · 3 years, 6 months ago
  46. c34b91c manifest: Support ignoring local manifests with 'repo manifest' by Michael Kelly · 3 years, 6 months ago
  47. 06da998 Gracefully ignore bad remove-project line by Michael Kelly · 3 years, 6 months ago
  48. b8c8448 repo: improve duplicate default check by Jack Neus · 3 years, 7 months ago
  49. 5ba2120 repo: properly handle NoneType in Default/Remote equality checks by Jack Neus · 3 years, 7 months ago
  50. 78f4dd3 superproject: add projects from local manifest to local::<filename> group. by Raman Tenneti · 3 years, 7 months ago
  51. 993af5e superproject: Use bugurl from contactinfo in the missing commits error message. by Raman Tenneti · 3 years, 8 months ago v2.15.1
  52. 1c3f57e manifest_xml: initial support for <contactinfo> by Raman Tenneti · 3 years, 8 months ago
  53. feb2891 superproject: Don't update the commit ids of projects if remote is different. by Raman Tenneti · 3 years, 8 months ago
  54. f69c7ee manifest_xml: ban use of newlines in paths by Mike Frysinger · 3 years, 8 months ago
  55. f32f243 init: Added --partial-clone-exclude option. by Raman Tenneti · 3 years, 9 months ago
  56. 0458faa manifest: allow toplevel project checkouts by Mike Frysinger · 3 years, 10 months ago v2.13.5
  57. 080877e superproject: pass groups to ToXml method. by Raman Tenneti · 3 years, 10 months ago
  58. 5413397 manifest: relax include name rules for user-specified path by Mike Frysinger · 3 years, 10 months ago v2.13.1
  59. a29424e manifest: validate project name & path and include name attributes by Mike Frysinger · 3 years, 10 months ago
  60. a00c5f4 manifest: refactor the filesystem checking logic for more reuse by Mike Frysinger · 3 years, 10 months ago
  61. 5d9c497 use simpler super() magic by Mike Frysinger · 3 years, 11 months ago
  62. c47a235 trim redundant pass statements by Mike Frysinger · 3 years, 11 months ago
  63. b5c5a5e manifest: set revisionId as revision attribute it it is not being set in ToXml. by Raman Tenneti · 4 years ago
  64. 1bb4fb2 manifest_xml: initial support for <superproject> by Raman Tenneti · 4 years ago
  65. acf63b2 drop pyversion & is_python3 checking by Mike Frysinger · 6 years ago
  66. 784ccfc strip python2-only coding:utf-8 & print_function settings by Mike Frysinger · 4 years ago
  67. 51e39d5 manifest_xml: harmonize list fields by Mike Frysinger · 4 years, 1 month ago
  68. 352c93b manifest: add support for groups in include by Fredrik de Groot · 4 years, 3 months ago v2.10
  69. 8c1e9cb manifest_xml: refactor manifest parsing from client management by Mike Frysinger · 4 years, 4 months ago
  70. 23411d3 manifest: add a --json output option by Mike Frysinger · 4 years, 4 months ago
  71. 1f20776 manifest_xml: correct project revisionId for extend-project by Miguel Gaio · 4 years, 6 months ago
  72. 4e1fc10 manifest: drop support for local_manifest.xml by Mike Frysinger · 4 years, 4 months ago
  73. cebf227 manifest: normalize name & path when constructing fs paths by Mike Frysinger · 4 years, 8 months ago
  74. d79a4bc Make partial clone imply no-clone-bundle by default. by Xin Li · 4 years, 8 months ago
  75. af908cb When writing manifest, set the dest-branch attribute for projects by Sean McAllister · 4 years, 9 months ago
  76. bb8ee7f manifest_xml: unify bool & int parsing by Mike Frysinger · 4 years, 11 months ago
  77. d957ec6 manifest_xml: skip config lookup during first init by Mike Frysinger · 4 years, 11 months ago v2.4.1
  78. a269b1c manifest_xml: change .repo/manifest.xml to a plain file by Mike Frysinger · 4 years, 11 months ago
  79. d925459 manifest/tests: get them passing under Windows by Mike Frysinger · 4 years, 11 months ago
  80. 979d5bd add experimental git worktree support by Mike Frysinger · 5 years ago
  81. 819827a Fix blank line issues reported by flake8 by David Pursehouse · 5 years ago
  82. abdf750 Fix indentation issues reported by flake8 by David Pursehouse · 5 years ago
  83. 54a4e60 Fix various whitespace issues reported by pyflakes by David Pursehouse · 5 years ago
  84. eeff353 Fix tests for membership to use 'not in' by David Pursehouse · 5 years ago
  85. e5913ae Fix flake8 E251 unexpected spaces around keyword / parameter equals by David Pursehouse · 5 years ago
  86. 8f9e022 Remove trailing blank lines by David Pursehouse · 5 years ago
  87. ae62541 manifest_xml: allow src=. with symlinks by Mike Frysinger · 5 years ago
  88. bd0aae9 Add a way to override the remote using <extend-project> by Kyunam Jo · 5 years ago
  89. e6a202f project: add basic path checks for <copyfile> & <linkfile> by Mike Frysinger · 5 years ago
  90. 04122b7 manifest: add basic path checks for <copyfile> & <linkfile> by Mike Frysinger · 5 years ago
  91. 745be2e Add support for partial clone. by Xin Li · 6 years ago v1.13.4
  92. ec558df fix raise syntax by Mike Frysinger · 6 years ago
  93. f601376 set default file encoding to utf-8 by Mike Frysinger · 6 years ago
  94. c745350 diffmanifests: honor user-supplied manifest paths by Basil Gello · 7 years ago
  95. bed8b62 Add support for long paths by Renaud Paquay · 6 years ago
  96. 65b0ba5 Remove unused pylint suppressions by David Pursehouse · 7 years ago
  97. da40341 manifest: Support a default upstream value by Nasser Grainawi · 7 years ago
  98. 7d52585 Add a way to override the revision of an <extend-project> by Luis Hector Chavez · 7 years ago
  99. a32c92c implement optional 'sync-tags' in the manifest file by YOUNG HO CHA · 7 years ago
  100. 010fed7 Replace all os.remove calls by Renaud Paquay · 8 years ago