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