1. 606eab8 Show full path of `local_manifests` folder in deprecation warning by David Pursehouse · 12 years ago
  2. cd07cfa Merge "Protect line endings in shell scripts" by David Pursehouse · 11 years ago
  3. 55693aa Update the commit-msg hook to the version from Gerrit 2.5.2 by David Pursehouse · 11 years ago
  4. 23bd3a1 Add missing sys module when referencing stderr by Conley Owens · 11 years ago
  5. bbf71fe Protect line endings in shell scripts by Mats Bengtsson · 11 years ago
  6. 91f011a Merge "Don't exit with error on HTTP 403 when downloading clone bundle" by David Pursehouse · 11 years ago v1.12.1
  7. 87b9d9b Don't exit with error on HTTP 403 when downloading clone bundle by David Pursehouse · 12 years ago
  8. 57bd7b7 Fix: GitError when using repo info -d by Olof Johansson · 11 years ago
  9. 4e46520 Add missing manifest format documentation by David Pursehouse · 12 years ago
  10. 63d356f 'repo status --orphans' shows non-repo files by Will Richey · 12 years ago
  11. 3576596 Fix: missing space in information message after repo init by David Pursehouse · 11 years ago
  12. 2547098 Better error message when using --mirror in existing workspace by David Pursehouse · 12 years ago
  13. e0b6de3 Fix: missing spaces in info command output by David Pursehouse · 12 years ago
  14. 4baf87f Merge "should use os.path.lexist instead of os.path.exist" by Shawn Pearce · 11 years ago
  15. 84f7e13 Merge "Check for a cookie file when fetching clone.bundle." by Conley Owens · 11 years ago
  16. 26e2475 If parsing the manifests fails, reset the XmlManifest object by Joe Onorato · 11 years ago
  17. c59baff Merge "Pass full path of the XML in local_manifests to the parser" by Conley Owens · 11 years ago
  18. 0290cad Merge "Make -notdefault a default manifest group" by Conley Owens · 11 years ago
  19. ed68d0e Check for a cookie file when fetching clone.bundle. by Torne (Richard Coles) · 11 years ago
  20. 1a5c774 Pass full path of the XML in local_manifests to the parser by Tobias Droste · 11 years ago
  21. a9f11b3 Support resolving relative fetch URLs on persistent-https:// by Shawn Pearce · 11 years ago v1.12.0
  22. 0c635bb Make -notdefault a default manifest group by Matt Gumbel · 11 years ago
  23. 7bdbde7 Allow sync to run even when the manifest is broken. by Torne (Richard Coles) · 12 years ago
  24. 223bf96 should use os.path.lexist instead of os.path.exist by Sebastian Frias · 12 years ago
  25. b2bd91c Represent git-submodule as nested projects, take 2 by Che-Liang Chiou · 12 years ago
  26. 3f5ea0b Allow init command to set options from environment variables by David Pursehouse · 12 years ago
  27. b148ac9 Allow command options to be set from environment variables by David Pursehouse · 12 years ago
  28. a67df63 Merge "Raise a NoManifestException when the manifest DNE" by Conley Owens · 12 years ago
  29. f910748 Better error message if 'remove-project' refers to non-existent project by David Pursehouse · 12 years ago
  30. 75ee057 Raise a NoManifestException when the manifest DNE by Conley Owens · 12 years ago
  31. 88b8672 Add option to abort on error in forall by Victor Boivie · 13 years ago
  32. e66291f Merge "Simplify error handling in subcommand execution" by Conley Owens · 12 years ago
  33. 7ba25be Simplify error handling in subcommand execution by Conley Owens · 12 years ago
  34. 3794a78 Sync help text in repo from init.py by David Pursehouse · 12 years ago
  35. 33949c3 Add repo info command by Olof Johansson · 12 years ago
  36. 8f62fb7 Tidy up code formatting a bit more by David Pursehouse · 12 years ago
  37. 98ffba1 Fix: "Statement seems to have no effect" by David Pursehouse · 12 years ago
  38. c1b86a2 Fix inconsistent indentation by David Pursehouse · 12 years ago
  39. cecd1d8 Change print statements to work in python3 by Sarah Owens · 12 years ago
  40. fc24124 Convert prompt answers to lower case before checking by David Pursehouse · 12 years ago
  41. 9f3406e Minor documentation formatting and grammatical fixes by David Pursehouse · 12 years ago
  42. b1525bf Fix documentation reference to local_manifest.xml by David Pursehouse · 12 years ago
  43. 685f080 More code style cleanup by David Pursehouse · 12 years ago
  44. 8898e2f Remove magic hack by David Pursehouse · 12 years ago
  45. 52f1e5d Make load order of local manifests deterministic by David Pursehouse · 12 years ago
  46. 8e3d355 Merge "Print an error message when aborted by user" by Conley Owens · 12 years ago
  47. 4a4776e Merge "Handle manifest parse errors in main" by Conley Owens · 12 years ago
  48. 2fa715f Merge "Better handling of duplicate remotes" by Conley Owens · 12 years ago
  49. 6287543 Merge "Change usages of xrange() to range()" by Conley Owens · 12 years ago
  50. b0936b0 Print an error message when aborted by user by David Pursehouse · 12 years ago
  51. 0b8df7b Handle manifest parse errors in main by David Pursehouse · 12 years ago
  52. 717ece9 Better handling of duplicate remotes by David Pursehouse · 12 years ago
  53. 5566ae5 Print deprecation warning when local_manifest.xml is used by David Pursehouse · 12 years ago
  54. 2d5a0df Add support for multiple local manifests by David Pursehouse · 12 years ago
  55. f7fc8a9 Handle XML errors when parsing the manifest by David Pursehouse · 12 years ago
  56. 1ad7b55 Merge "Always show --manifest-server-* options" by Conley Owens · 12 years ago
  57. 7e6dd2d Fix pylint warning W0108: Lambda may not be necessary by David Pursehouse · 12 years ago
  58. 8d070cf Always show --manifest-server-* options by Conley Owens · 12 years ago
  59. a6053d5 Change usages of xrange() to range() by Sarah Owens · 12 years ago
  60. e072a92 Merge "Use python3 urllib when urllib2 not available" by Conley Owens · 12 years ago
  61. 7601ee2 Merge "Use 'stat' package instead of literals for mkdir()" by Conley Owens · 12 years ago
  62. 1f7627f Use python3 urllib when urllib2 not available by Sarah Owens · 12 years ago
  63. b42b474 project: Require git >= 1.7.2 for setting config on command line by Dave Borowitz · 12 years ago
  64. e215267 sync: Only parallelize gc for git >= 1.7.2 by Dave Borowitz · 12 years ago
  65. 60798a3 Use 'stat' package instead of literals for mkdir() by Sarah Owens · 12 years ago
  66. 1d947b3 Even more coding style cleanup by David Pursehouse · 12 years ago
  67. 2d113f3 Merge "Update minimum git version to 1.7.2" by Shawn Pearce · 12 years ago
  68. de7eae4 Merge "Revert "Represent git-submodule as nested projects"" by Shawn O. Pearce · 12 years ago
  69. 2fe99e8 Merge "repo selfupdate: Fix _PostRepoUpgrade takes 2 arguments" by Shawn O. Pearce · 12 years ago
  70. cd81dd6 Revert "Represent git-submodule as nested projects" by Shawn O. Pearce · 12 years ago v1.11.1
  71. 80d2ceb repo selfupdate: Fix _PostRepoUpgrade takes 2 arguments by Shawn O. Pearce · 12 years ago
  72. c5aa4d3 Update minimum git version to 1.7.2 by Conley Owens · 12 years ago
  73. bed45f9 Merge "Show user about not initializing repo in current directory" by Conley Owens · 12 years ago
  74. 55e4d46 Add a PGP key for cco3@android.com by Conley Owens · 12 years ago v1.11.0
  75. 75cc353 Show user about not initializing repo in current directory by Yang Zhenhui · 12 years ago
  76. c9129d9 Update PGP keys during _PostRepoUpgrade in `sync` by Conley Owens · 12 years ago
  77. 57365c9 Merge "sync: Run gc --auto in parallel" by Shawn Pearce · 12 years ago
  78. dc96476 Merge "project: Support config args in git command callables" by Shawn Pearce · 12 years ago
  79. 2577cec Merge "sync: Keep a moving average of last fetch times" by Shawn Pearce · 12 years ago
  80. e48d346 Merge "sync: Order projects according to last fetch time" by Shawn Pearce · 12 years ago
  81. ab8f911 Fix pylint warnings introduced by the submodule patch by Che-Liang Chiou · 12 years ago
  82. 608aff7 Merge "Use modern Python exception syntax" by Conley Owens · 12 years ago
  83. 13657c4 Merge "Add regex matching to repo list command" by Conley Owens · 12 years ago
  84. e4ed8f6 Merge "Add pylint configuration and instructions" by Conley Owens · 12 years ago
  85. fdb4447 Merge "Change PyDev project version to "python 2.6"" by Conley Owens · 12 years ago
  86. 1885721 sync: Run gc --auto in parallel by Dave Borowitz · 12 years ago
  87. d75c669 Add regex matching to repo list command by Olof Johansson · 12 years ago
  88. 091f893 project: Support config args in git command callables by Dave Borowitz · 12 years ago
  89. d947858 sync: Keep a moving average of last fetch times by Dave Borowitz · 12 years ago
  90. 67700e9 sync: Order projects according to last fetch time by Dave Borowitz · 12 years ago
  91. a5be53f Use modern Python exception syntax by Sarah Owens · 12 years ago
  92. 9ed12c5 Change PyDev project version to "python 2.6" by Sarah Owens · 12 years ago
  93. 4f7bdea Add pylint configuration and instructions by David Pursehouse · 12 years ago
  94. 69998b0 Represent git-submodule as nested projects by Che-Liang Chiou · 12 years ago
  95. 5c6eeac More coding style cleanup by David Pursehouse · 12 years ago
  96. e986072 Support HTTP authentication using user input as fallback by JoonCheol Park · 12 years ago
  97. 2f6ab7f Rename "dir" variables by Mickaël Salaün · 12 years ago
  98. 3a6cd42 Merge "Coding style cleanup" by Conley Owens · 12 years ago
  99. 25f1768 Merge "Expand ~ to user's home directory for --reference" by Conley Owens · 12 years ago
  100. 8a68ff9 Coding style cleanup by David Pursehouse · 12 years ago