1. 5d3291d manifest_file must be an absolute path by LaMont Jones · 2 years, 8 months ago
  2. b308db1 manifest_xml: group for submanifest projects by LaMont Jones · 2 years, 9 months ago
  3. cc879a9 Add multi-manifest support with <submanifest> element by LaMont Jones · 3 years ago v2.22
  4. 87cce68 Move local-manifest check to manifest_xml.py by LaMont Jones · 2 years, 9 months ago
  5. 630876f init: add an option --enable-git-lfs-filter by XD Trol · 2 years, 10 months ago
  6. 2f3c331 Update revisionId if required when using extend-project by Michael Kelly · 4 years, 4 months ago
  7. 37c21c2 Add 'dest-path' to extend-project to support changing path by Michael Kelly · 4 years, 5 months ago
  8. 9d96f58 make file removal a bit more robust by Mike Frysinger · 3 years, 2 months ago
  9. e0b16a2 superproject: support a new revision attribute. by Xin Li · 3 years, 2 months ago
  10. a84f43a manifest: make repo-hooks more robust wrt element ordering by Jack Neus · 3 years, 2 months ago
  11. 6ea0cae repo: properly handle remote annotations in manifest_xml by Jack Neus · 3 years, 4 months ago
  12. c34b91c manifest: Support ignoring local manifests with 'repo manifest' by Michael Kelly · 3 years, 5 months ago
  13. 06da998 Gracefully ignore bad remove-project line by Michael Kelly · 3 years, 5 months ago
  14. b8c8448 repo: improve duplicate default check by Jack Neus · 3 years, 5 months ago
  15. 5ba2120 repo: properly handle NoneType in Default/Remote equality checks by Jack Neus · 3 years, 5 months ago
  16. 78f4dd3 superproject: add projects from local manifest to local::<filename> group. by Raman Tenneti · 3 years, 5 months ago
  17. 993af5e superproject: Use bugurl from contactinfo in the missing commits error message. by Raman Tenneti · 3 years, 6 months ago v2.15.1
  18. 1c3f57e manifest_xml: initial support for <contactinfo> by Raman Tenneti · 3 years, 6 months ago
  19. feb2891 superproject: Don't update the commit ids of projects if remote is different. by Raman Tenneti · 3 years, 7 months ago
  20. f69c7ee manifest_xml: ban use of newlines in paths by Mike Frysinger · 3 years, 7 months ago
  21. f32f243 init: Added --partial-clone-exclude option. by Raman Tenneti · 3 years, 7 months ago
  22. 0458faa manifest: allow toplevel project checkouts by Mike Frysinger · 3 years, 8 months ago v2.13.5
  23. 080877e superproject: pass groups to ToXml method. by Raman Tenneti · 3 years, 8 months ago
  24. 5413397 manifest: relax include name rules for user-specified path by Mike Frysinger · 3 years, 9 months ago v2.13.1
  25. a29424e manifest: validate project name & path and include name attributes by Mike Frysinger · 3 years, 9 months ago
  26. a00c5f4 manifest: refactor the filesystem checking logic for more reuse by Mike Frysinger · 3 years, 9 months ago
  27. 5d9c497 use simpler super() magic by Mike Frysinger · 3 years, 9 months ago
  28. c47a235 trim redundant pass statements by Mike Frysinger · 3 years, 9 months ago
  29. b5c5a5e manifest: set revisionId as revision attribute it it is not being set in ToXml. by Raman Tenneti · 3 years, 9 months ago
  30. 1bb4fb2 manifest_xml: initial support for <superproject> by Raman Tenneti · 3 years, 10 months ago
  31. acf63b2 drop pyversion & is_python3 checking by Mike Frysinger · 5 years ago
  32. 784ccfc strip python2-only coding:utf-8 & print_function settings by Mike Frysinger · 3 years, 11 months ago
  33. 51e39d5 manifest_xml: harmonize list fields by Mike Frysinger · 4 years ago
  34. 352c93b manifest: add support for groups in include by Fredrik de Groot · 4 years, 1 month ago v2.10
  35. 8c1e9cb manifest_xml: refactor manifest parsing from client management by Mike Frysinger · 4 years, 2 months ago
  36. 23411d3 manifest: add a --json output option by Mike Frysinger · 4 years, 2 months ago
  37. 1f20776 manifest_xml: correct project revisionId for extend-project by Miguel Gaio · 4 years, 4 months ago
  38. 4e1fc10 manifest: drop support for local_manifest.xml by Mike Frysinger · 4 years, 2 months ago
  39. cebf227 manifest: normalize name & path when constructing fs paths by Mike Frysinger · 4 years, 6 months ago
  40. d79a4bc Make partial clone imply no-clone-bundle by default. by Xin Li · 4 years, 6 months ago
  41. af908cb When writing manifest, set the dest-branch attribute for projects by Sean McAllister · 4 years, 7 months ago
  42. bb8ee7f manifest_xml: unify bool & int parsing by Mike Frysinger · 4 years, 9 months ago
  43. d957ec6 manifest_xml: skip config lookup during first init by Mike Frysinger · 4 years, 9 months ago v2.4.1
  44. a269b1c manifest_xml: change .repo/manifest.xml to a plain file by Mike Frysinger · 4 years, 9 months ago
  45. d925459 manifest/tests: get them passing under Windows by Mike Frysinger · 4 years, 9 months ago
  46. 979d5bd add experimental git worktree support by Mike Frysinger · 4 years, 9 months ago
  47. 819827a Fix blank line issues reported by flake8 by David Pursehouse · 4 years, 9 months ago
  48. abdf750 Fix indentation issues reported by flake8 by David Pursehouse · 4 years, 9 months ago
  49. 54a4e60 Fix various whitespace issues reported by pyflakes by David Pursehouse · 4 years, 9 months ago
  50. eeff353 Fix tests for membership to use 'not in' by David Pursehouse · 4 years, 9 months ago
  51. e5913ae Fix flake8 E251 unexpected spaces around keyword / parameter equals by David Pursehouse · 4 years, 9 months ago
  52. 8f9e022 Remove trailing blank lines by David Pursehouse · 4 years, 9 months ago
  53. ae62541 manifest_xml: allow src=. with symlinks by Mike Frysinger · 4 years, 9 months ago
  54. bd0aae9 Add a way to override the remote using <extend-project> by Kyunam Jo · 4 years, 10 months ago
  55. e6a202f project: add basic path checks for <copyfile> & <linkfile> by Mike Frysinger · 5 years ago
  56. 04122b7 manifest: add basic path checks for <copyfile> & <linkfile> by Mike Frysinger · 5 years ago
  57. 745be2e Add support for partial clone. by Xin Li · 5 years ago v1.13.4
  58. ec558df fix raise syntax by Mike Frysinger · 5 years ago
  59. f601376 set default file encoding to utf-8 by Mike Frysinger · 5 years ago
  60. c745350 diffmanifests: honor user-supplied manifest paths by Basil Gello · 6 years ago
  61. bed8b62 Add support for long paths by Renaud Paquay · 6 years ago
  62. 65b0ba5 Remove unused pylint suppressions by David Pursehouse · 6 years ago
  63. da40341 manifest: Support a default upstream value by Nasser Grainawi · 7 years ago
  64. 7d52585 Add a way to override the revision of an <extend-project> by Luis Hector Chavez · 7 years ago
  65. a32c92c implement optional 'sync-tags' in the manifest file by YOUNG HO CHA · 7 years ago
  66. 010fed7 Replace all os.remove calls by Renaud Paquay · 8 years ago
  67. d5cec5e Add support for creating symbolic links on Windows by Renaud Paquay · 8 years ago
  68. e0684ad sync: Add support to dump a JSON event log of all sync events. by David Riley · 8 years ago
  69. 6a470be Use OS file separator by Renaud Paquay · 8 years ago
  70. e4e94d2 init: add --submodules to sync manifest submodules by Martin Kelly · 8 years ago
  71. 6e31079 Add sso to list of known schemes for relative URLs by Joe Kilner · 8 years ago
  72. d648045 implement optional 'pushurl' in the manifest file by Steve Rae · 8 years ago
  73. 6685106 pylint: fix indentation in manifest_xml by Stefan Beller · 8 years ago
  74. 96c2d65 Fix XmlManifest.Save with remotes that have 'alias' set by Dan Willemsen · 9 years ago
  75. 5ea32d1 GITC: Always update the gitc manifest from the repo manifest by Dan Willemsen · 9 years ago v1.12.31
  76. 0375523 Revert "GITC: Always update the gitc manifest from the repo manifest" by Dan Willemsen · 9 years ago
  77. 250303b GITC: Always update the gitc manifest from the repo manifest by Dan Willemsen · 9 years ago
  78. 8ce5041 GITC: Pull GITC Manifest Dir from the config. by Simran Basi · 9 years ago
  79. b9a1b73 GITC: Add repo start support. by Simran Basi · 9 years ago
  80. 8840922 Copy clone-depth in `repo manifest` by Dan Willemsen · 9 years ago
  81. 7e59de2 Include dest-branch attribute in the 'manifest' subcommand's output by Simon Ruggier · 9 years ago
  82. 551dfec Always output upstream if specified by Conley Owens · 9 years ago
  83. 4ccad75 Fix substitution err for schemeless manifest urls by Conley Owens · 10 years ago v1.12.22
  84. cb07ba7 Resolve fetch urls more efficiently by Anthony King · 10 years ago
  85. 9371979 Revert "Implementation of manifest defined githooks" by Jonathan Nieder · 10 years ago v1.12.20
  86. 38e4387 Implementation of manifest defined githooks by Jimmie Wester · 12 years ago
  87. c190b98 Merge "Add extend-project tag to support adding groups to an existing project" by Conley Owens · 10 years ago
  88. 4863307 Add support for rpc:// protocol schemes. by T.R. Fullhart · 10 years ago
  89. 7a91d51 Enable transferring of attribute using command 'repo manifest -o -' by Mani Chandel · 10 years ago
  90. 884a387 Add extend-project tag to support adding groups to an existing project by Josh Triplett · 10 years ago
  91. e9f75b1 Merge "Enable remotes to define their own revision" by Conley Owens · 11 years ago
  92. a35e402 Merge "Return a list rather than dict_values in XmlManifest.projects()" by Conley Owens · 11 years ago
  93. 36ea2fb Enable remotes to define their own revision by Anthony King · 11 years ago
  94. 7446c59 Use sorted() rather than .sort() by Anthony King · 11 years ago
  95. d58bfe5 Return a list rather than dict_values in XmlManifest.projects() by Anthony King · 11 years ago
  96. e0df232 Add linkfile support. by Jeff Hamilton · 11 years ago
  97. ccd218c Fix to mirror manifest when --mirror is given by Kwanhong Lee · 11 years ago
  98. dd65422 Add the "diffmanifests" command by Julien Campergue · 11 years ago
  99. 2d0f508 Fix persistent-https relative url resolving by Conley Owens · 11 years ago
  100. b8433df repo: Fix 'remove-project' regression with multiple projects. by David James · 11 years ago v1.12.10