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