1. e4e94d2 init: add --submodules to sync manifest submodules by Martin Kelly · 7 years ago
  2. f4dda9a init: Add no-tags and current branch options by Naseer Ahmed · 8 years ago
  3. b881d22 Merge "Add a check and more output to protect against invalid REPO_URLs" by David Pursehouse · 8 years ago
  4. 27226e7 Add a check and more output to protect against invalid REPO_URLs by Sebastian Schuberth · 8 years ago
  5. e443365 repo: add comment for updating maintainer keys by Mike Frysinger · 8 years ago
  6. c4c2b06 Increment the wrapper version by David Pursehouse · 8 years ago
  7. 9711a98 init: Add --no-clone-bundle option by Hu xiuyun · 8 years ago
  8. 631d0ec Support non-ASCII GNUPGHOME environment variable by Dāvis Mosāns · 8 years ago
  9. e121ad5 Merge "Ignore clone.bundle on HTTP 501, i.e. Not Implemented" by David Pursehouse · 8 years ago
  10. 4088eb4 repo: Cleaned up pylint/pep8 violations by Mark E. Hamilton · 8 years ago
  11. 5553628 repo: Add check of REPO_URL env variable by Mark E. Hamilton · 8 years ago
  12. 745b4ad Fix gitc-init behavior by Dan Willemsen · 9 years ago v1.12.32
  13. fee390e launcher: Update repo after applying clone.bundle by Dan Willemsen · 9 years ago
  14. 9ff2ece gitc: Improve help visibility by Dan Willemsen · 9 years ago v1.12.28
  15. 2487cb7 Fix gitc check if gitc isn't installed by Dan Willemsen · 9 years ago
  16. 8ce5041 GITC: Pull GITC Manifest Dir from the config. by Simran Basi · 9 years ago
  17. 1efc2b4 GITC: Add gitc-init subcommand to repo. by Simran Basi · 9 years ago
  18. d3ddcdb Ignore clone.bundle on HTTP 501, i.e. Not Implemented by John Törnblom · 9 years ago
  19. cc1b1a7 Revert "Change the min git version from 1.7.2 to 1.8.2" by Anthony King · 9 years ago
  20. 52b99aa Change the min git version from 1.7.2 to 1.8.2 by Conley Owens · 9 years ago
  21. 2338788 Don't exit with error on HTTP 401 when downloading clone bundle by Pascal Bach · 9 years ago
  22. f75870b Change implementation of cleanup in case of clone failure during "repo init" by Mani Chandel · 10 years ago
  23. 6efdde9 Prevent warning twice about Python 3 usage by Anthony King · 10 years ago
  24. eb5acc9 Don't try to remove .repo if it doesn't exist by Mitchel Humpherys · 10 years ago
  25. 5db69f3 Update the version number on the repo launcher by Conley Owens · 10 years ago v1.12.13
  26. ff0a3c8 Share git version parsing code with wrapper module by Conley Owens · 10 years ago v1.12.12
  27. bf79c66 Fix os.mkdir race condition. by David James · 10 years ago
  28. 335f5ef Add --archive option to init to sync using git archive by Julien Campergue · 11 years ago
  29. 5d6cb80 Allow using repo with python3 by Chirayu Desai · 11 years ago
  30. 53263d8 Merge "repo: use explicit Python executable to run main.py" by Conley Owens · 11 years ago
  31. 5e0ee14 Do not use print_function from __future__ by Conley Owens · 11 years ago
  32. 3a2a59e repo: use explicit Python executable to run main.py by anatoly techtonik · 11 years ago
  33. bc03084 Update gpg key for cco3@android.com by Conley Owens · 11 years ago v1.12.3 v1.12.3.1
  34. 59bbb58 Move Python version checking to a separate module by David Pursehouse · 11 years ago
  35. 51813df repo: add rudimentary version checking by Chirayu Desai · 11 years ago
  36. 0a1c6a1 Special handling for manifest group "default" by David Holmer · 12 years ago
  37. 87b9d9b Don't exit with error on HTTP 403 when downloading clone bundle by David Pursehouse · 12 years ago
  38. 3794a78 Sync help text in repo from init.py by David Pursehouse · 12 years ago
  39. 8f62fb7 Tidy up code formatting a bit more by David Pursehouse · 12 years ago
  40. 98ffba1 Fix: "Statement seems to have no effect" by David Pursehouse · 12 years ago
  41. cecd1d8 Change print statements to work in python3 by Sarah Owens · 12 years ago
  42. 685f080 More code style cleanup by David Pursehouse · 12 years ago
  43. 8898e2f Remove magic hack by David Pursehouse · 12 years ago
  44. a6053d5 Change usages of xrange() to range() by Sarah Owens · 12 years ago
  45. e072a92 Merge "Use python3 urllib when urllib2 not available" by Conley Owens · 12 years ago
  46. 7601ee2 Merge "Use 'stat' package instead of literals for mkdir()" by Conley Owens · 12 years ago
  47. 1f7627f Use python3 urllib when urllib2 not available by Sarah Owens · 12 years ago
  48. 60798a3 Use 'stat' package instead of literals for mkdir() by Sarah Owens · 12 years ago
  49. c5aa4d3 Update minimum git version to 1.7.2 by Conley Owens · 12 years ago
  50. 55e4d46 Add a PGP key for cco3@android.com by Conley Owens · 12 years ago v1.11.0
  51. c9129d9 Update PGP keys during _PostRepoUpgrade in `sync` by Conley Owens · 12 years ago
  52. a5be53f Use modern Python exception syntax by Sarah Owens · 12 years ago
  53. 2f6ab7f Rename "dir" variables by Mickaël Salaün · 12 years ago
  54. e00aa6b Clean up imports by David Pursehouse · 12 years ago
  55. 3f61950 Use gerrit.googlesource.com/git-repo as the default URL by Shawn O. Pearce · 12 years ago
  56. 4fd38ec Detect git is not installed by Shawn O. Pearce · 12 years ago
  57. d21720d Add a --platform flag by Conley Owens · 12 years ago
  58. 971de8e Refine groups functionality by Conley Owens · 12 years ago
  59. 5acde75 Add manifest groups by Colin Cross · 12 years ago v1.8.2
  60. ae0a36c Add support for Apache Digest authentication for repo init. by Xiaodong Xu · 12 years ago
  61. 34fb20f Revert "Default repo manifest settings in git config" by Shawn O. Pearce · 13 years ago v1.7.8.1
  62. 841be34 Don't prompt the user for name/email unless necessary by Victor Boivie · 13 years ago
  63. ee1c2f5 Default repo manifest settings in git config by Victor Boivie · 13 years ago
  64. f322b9a sync: Support downloading bundle to initialize repository by Shawn O. Pearce · 13 years ago v1.7.7
  65. 44da16e Change default REPO_URL to code.google.com by Shawn O. Pearce · 13 years ago
  66. 49cd59b Add --depth option to main repo wrapper. by Doug Anderson · 13 years ago
  67. 0fc3a39 Bump repo version to 1,10 by Shawn O. Pearce · 13 years ago v1.7.3
  68. df14a70 Make path references OS independent by Anthony Newnam · 13 years ago
  69. f18cb76 Encode the environment variables passed to git by Shawn O. Pearce · 13 years ago
  70. d3fd537 Exit with statuscode 0 for repo help init by Trond Norbye · 13 years ago
  71. 8844338 sync: Enable use of git clone --reference by Shawn O. Pearce · 14 years ago
  72. c8a300f Refactor Manifest to be XmlManifest by Shawn O. Pearce · 15 years ago
  73. fd89b67 Clarify options that control the repo executable version by Shawn O. Pearce · 15 years ago
  74. 24d8dfb Correct the REPO_URL in the wrapper script to android.git.kernel.org by Shawn O. Pearce · 15 years ago v1.4.3
  75. e284ad1 Add 'repo init --mirror' to download a complete forrest by Shawn O. Pearce · 16 years ago v1.1
  76. 45476c4 wrapper 1.6 by Shawn O. Pearce · 16 years ago
  77. 1619134 Added missing wait after git-version call in wrapper by Shawn O. Pearce · 16 years ago
  78. 7542d66 Remove the Python 2.4 dependency and use just 'python' by Shawn O. Pearce · 16 years ago v1.0.1
  79. cf31fe9 Initial Contribution by The Android Open Source Project · 16 years ago v1.0