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