1. 507a936 merge v1.12.37 by natalie.chen · 6 years ago v1.12.33.9 v1.12.37.1
  2. d3db3ba [WSAP00026581] output lfs-fetch property in manifest file by andy.cheng · 6 years ago v1.12.33.7
  3. d648045 implement optional 'pushurl' in the manifest file by Steve Rae · 8 years ago
  4. 6685106 pylint: fix indentation in manifest_xml by Stefan Beller · 8 years ago
  5. 96c2d65 Fix XmlManifest.Save with remotes that have 'alias' set by Dan Willemsen · 8 years ago
  6. 83cf6bc merge v1.12.33 by natalie.chen · 8 years ago v1.12.33.1
  7. e8996f9 support git lfs fetch by natalie.chen · 8 years ago v1.12.30.3
  8. 5ea32d1 GITC: Always update the gitc manifest from the repo manifest by Dan Willemsen · 9 years ago v1.12.31
  9. 0375523 Revert "GITC: Always update the gitc manifest from the repo manifest" by Dan Willemsen · 9 years ago
  10. 250303b GITC: Always update the gitc manifest from the repo manifest by Dan Willemsen · 9 years ago
  11. 8ce5041 GITC: Pull GITC Manifest Dir from the config. by Simran Basi · 9 years ago
  12. b9a1b73 GITC: Add repo start support. by Simran Basi · 9 years ago
  13. 8840922 Copy clone-depth in `repo manifest` by Dan Willemsen · 9 years ago
  14. 7e59de2 Include dest-branch attribute in the 'manifest' subcommand's output by Simon Ruggier · 9 years ago
  15. 551dfec Always output upstream if specified by Conley Owens · 9 years ago
  16. 4ccad75 Fix substitution err for schemeless manifest urls by Conley Owens · 9 years ago v1.12.22
  17. cb07ba7 Resolve fetch urls more efficiently by Anthony King · 9 years ago
  18. 9371979 Revert "Implementation of manifest defined githooks" by Jonathan Nieder · 9 years ago v1.12.20
  19. 38e4387 Implementation of manifest defined githooks by Jimmie Wester · 12 years ago
  20. c190b98 Merge "Add extend-project tag to support adding groups to an existing project" by Conley Owens · 10 years ago
  21. 4863307 Add support for rpc:// protocol schemes. by T.R. Fullhart · 10 years ago
  22. 7a91d51 Enable transferring of attribute using command 'repo manifest -o -' by Mani Chandel · 10 years ago
  23. 884a387 Add extend-project tag to support adding groups to an existing project by Josh Triplett · 10 years ago
  24. e9f75b1 Merge "Enable remotes to define their own revision" by Conley Owens · 10 years ago
  25. a35e402 Merge "Return a list rather than dict_values in XmlManifest.projects()" by Conley Owens · 10 years ago
  26. 36ea2fb Enable remotes to define their own revision by Anthony King · 10 years ago
  27. 7446c59 Use sorted() rather than .sort() by Anthony King · 10 years ago
  28. d58bfe5 Return a list rather than dict_values in XmlManifest.projects() by Anthony King · 10 years ago
  29. e0df232 Add linkfile support. by Jeff Hamilton · 10 years ago
  30. ccd218c Fix to mirror manifest when --mirror is given by Kwanhong Lee · 10 years ago
  31. dd65422 Add the "diffmanifests" command by Julien Campergue · 10 years ago
  32. 2d0f508 Fix persistent-https relative url resolving by Conley Owens · 10 years ago
  33. b8433df repo: Fix 'remove-project' regression with multiple projects. by David James · 10 years ago v1.12.10
  34. e695338 Merge "repo: Support multiple branches for the same project." by Conley Owens · 10 years ago
  35. 335f5ef Add --archive option to init to sync using git archive by Julien Campergue · 11 years ago
  36. ce201a5 Fix a small whitespace consistency issue by Conley Owens · 11 years ago
  37. a17d7af Dan't accessing attr of None (`manifest` subcmd) by Conley Owens · 11 years ago
  38. 37128b6 Fix indentation by David Pursehouse · 11 years ago v1.12.5
  39. 143b4cc Merge "Better handling of duplicate default" by David Pursehouse · 11 years ago
  40. 8d20116 repo: Support multiple branches for the same project. by David James · 11 years ago
  41. 7487992 Better handling of duplicate default by Julien Campergue · 11 years ago
  42. 1e7ab2a Respect remote aliases by Conley Owens · 11 years ago
  43. b6a16e6 Give the node _Default class a destBranchExpr by Conley Owens · 11 years ago
  44. db2ad9d Fix urllib.parse (urlparse) handling by Chirayu Desai · 11 years ago
  45. cd51f17 Fix "'module' object is not callable" error by David Pursehouse · 11 years ago
  46. f609f91 Send reviews to a different branch from fetch by Bryan Jacobs · 11 years ago
  47. 59bbb58 Move Python version checking to a separate module by David Pursehouse · 11 years ago
  48. 217ea7d Some fixes for supporting python3 by Chirayu Desai · 11 years ago
  49. db83b1b Allow mirror to be created in directories specified by 'path' attribute by Scott Fan · 11 years ago
  50. ede7f12 Allow clone depth to be specified per project by David Pursehouse · 12 years ago
  51. 33e0456 Fix `repo manifest` support of remote aliases. by Brian Harring · 11 years ago
  52. 4eb285c Fix: local manifest deprecation warning appears more than once by David Pursehouse · 11 years ago
  53. 5f434ed Exit with fatal error if local manifest file cannot be parsed by David Pursehouse · 12 years ago
  54. 606eab8 Show full path of `local_manifests` folder in deprecation warning by David Pursehouse · 12 years ago
  55. 4baf87f Merge "should use os.path.lexist instead of os.path.exist" by Shawn Pearce · 11 years ago
  56. 26e2475 If parsing the manifests fails, reset the XmlManifest object by Joe Onorato · 11 years ago
  57. c59baff Merge "Pass full path of the XML in local_manifests to the parser" by Conley Owens · 11 years ago
  58. 0290cad Merge "Make -notdefault a default manifest group" by Conley Owens · 11 years ago
  59. 1a5c774 Pass full path of the XML in local_manifests to the parser by Tobias Droste · 11 years ago
  60. a9f11b3 Support resolving relative fetch URLs on persistent-https:// by Shawn Pearce · 11 years ago v1.12.0
  61. 0c635bb Make -notdefault a default manifest group by Matt Gumbel · 11 years ago
  62. 223bf96 should use os.path.lexist instead of os.path.exist by Sebastian Frias · 12 years ago
  63. b2bd91c Represent git-submodule as nested projects, take 2 by Che-Liang Chiou · 12 years ago
  64. f910748 Better error message if 'remove-project' refers to non-existent project by David Pursehouse · 12 years ago
  65. c1b86a2 Fix inconsistent indentation by David Pursehouse · 12 years ago
  66. cecd1d8 Change print statements to work in python3 by Sarah Owens · 12 years ago
  67. 52f1e5d Make load order of local manifests deterministic by David Pursehouse · 12 years ago
  68. 717ece9 Better handling of duplicate remotes by David Pursehouse · 12 years ago
  69. 5566ae5 Print deprecation warning when local_manifest.xml is used by David Pursehouse · 12 years ago
  70. 2d5a0df Add support for multiple local manifests by David Pursehouse · 12 years ago
  71. f7fc8a9 Handle XML errors when parsing the manifest by David Pursehouse · 12 years ago
  72. 1d947b3 Even more coding style cleanup by David Pursehouse · 12 years ago
  73. cd81dd6 Revert "Represent git-submodule as nested projects" by Shawn O. Pearce · 12 years ago v1.11.1
  74. 608aff7 Merge "Use modern Python exception syntax" by Conley Owens · 12 years ago
  75. a5be53f Use modern Python exception syntax by Sarah Owens · 12 years ago
  76. 4f7bdea Add pylint configuration and instructions by David Pursehouse · 12 years ago
  77. 69998b0 Represent git-submodule as nested projects by Che-Liang Chiou · 12 years ago
  78. 5c6eeac More coding style cleanup by David Pursehouse · 12 years ago
  79. 8a68ff9 Coding style cleanup by David Pursehouse · 12 years ago
  80. 3ff9dec Merge "manifest: record the original revision when in -r mode." by Conley Owens · 12 years ago
  81. 14a6674 manifest: record the original revision when in -r mode. by Brian Harring · 12 years ago
  82. 9779565 Fix incorrect default_groups when parsing projects from XML manifest by David Holmer · 12 years ago
  83. e00aa6b Clean up imports by David Pursehouse · 12 years ago
  84. 34acdd2 Fix ManifestParseError when first child node is comment by Jooncheol Park · 12 years ago maint v1.10.4
  85. bb1b5f5 Allow projects to be specified as notdefault by Conley Owens · 12 years ago
  86. e15c65a Remove unused imports by David Pursehouse · 12 years ago
  87. 17f85ea Omit all default groups when generating a manifest by Dmitry Fink · 12 years ago
  88. f35b2d9 Fix mirror mode by Shawn O. Pearce · 12 years ago v1.10.2
  89. b292b98 Add remote alias support in manifest by Yestin Sun · 12 years ago
  90. 7da1314 Inject the project name into each projects groups. by Brian Harring · 12 years ago
  91. 475a47d Restore include support. by Brian Harring · 12 years ago
  92. 23acdd3 Parse manifest and local_manifest together by Colin Cross · 12 years ago
  93. 2644874 ManifestXml: add include support by Brian Harring · 13 years ago
  94. 79770d2 Add sync-c option to manifest by Anatol Pomazau · 12 years ago
  95. c39864f Treat groups= as default by Colin Cross · 12 years ago
  96. 971de8e Refine groups functionality by Conley Owens · 12 years ago
  97. 24c1308 Add project annotation handling to repo by James W. Mills · 12 years ago
  98. 5acde75 Add manifest groups by Colin Cross · 12 years ago v1.8.2
  99. d315382 Add 'rebase="false"' attribute to the <project/> XML. by Mike Pontillo · 12 years ago
  100. 34fb20f Revert "Default repo manifest settings in git config" by Shawn O. Pearce · 13 years ago v1.7.8.1