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