1. abdf750 Fix indentation issues reported by flake8 by David Pursehouse · 4 years, 9 months ago
  2. 54a4e60 Fix various whitespace issues reported by pyflakes by David Pursehouse · 4 years, 9 months ago
  3. 9090e80 Remove unused imports by David Pursehouse · 4 years, 9 months ago
  4. 3285e4b main: rework launcher version checking by Mike Frysinger · 4 years, 9 months ago v2.1
  5. 7c321f1 repo: include subcommands in --help output by Mike Frysinger · 5 years ago
  6. 2058c63 Only import imp on py2 by Rashed Abdel-Tawab · 5 years ago
  7. 71b0f31 git_command: refactor User-Agent settings by Mike Frysinger · 5 years ago
  8. 369814b move UserAgent to git_command for wider user by Mike Frysinger · 5 years ago
  9. ae6cb08 split out cli validation from execution by Mike Frysinger · 5 years ago v1.13.5
  10. 3fc1572 add a --trace-python option by Mike Frysinger · 5 years ago
  11. 8a11f6f rename local trace module by Mike Frysinger · 5 years ago
  12. 87fb5a1 repo/main: add module docstrings by Mike Frysinger · 5 years ago
  13. 242fcdd main: user-agent: include full git version info by Mike Frysinger · 5 years ago
  14. f601376 set default file encoding to utf-8 by Mike Frysinger · 5 years ago
  15. 65b0ba5 Remove unused pylint suppressions by David Pursehouse · 6 years ago
  16. e8595e9 Support pager on Windows by Renaud Paquay · 8 years ago
  17. e0684ad sync: Add support to dump a JSON event log of all sync events. by David Riley · 8 years ago
  18. aa90021 Set result if sys.exit() is called by subcommand. by David Riley · 8 years ago
  19. 9d2b14d pylint: Fix unused-{argument,variable} warning by Stefan Beller · 8 years ago
  20. 7936064 Add GitcClientCommand class for GITC-specific commands by Dan Willemsen · 9 years ago
  21. 9ff2ece gitc: Improve help visibility by Dan Willemsen · 9 years ago v1.12.28
  22. b9a1b73 GITC: Add repo start support. by Simran Basi · 9 years ago
  23. 87ea591 Improve error message when syncing a project with invalid groups. by Jarkko Pöyry · 9 years ago
  24. 902665b add a global --color option by Mike Frysinger · 10 years ago
  25. 53e902a More verbose errors for NoManifestExceptions. by Dan Sandler · 11 years ago
  26. 1242e60 Implement Kerberos HTTP authentication handler by Carlos Aguado · 11 years ago
  27. 094cdbe Add wrapper module by Conley Owens · 11 years ago
  28. 59bbb58 Move Python version checking to a separate module by David Pursehouse · 12 years ago
  29. 217ea7d Some fixes for supporting python3 by Chirayu Desai · 12 years ago
  30. b148ac9 Allow command options to be set from environment variables by David Pursehouse · 12 years ago
  31. 75ee057 Raise a NoManifestException when the manifest DNE by Conley Owens · 12 years ago
  32. e66291f Merge "Simplify error handling in subcommand execution" by Conley Owens · 12 years ago
  33. 7ba25be Simplify error handling in subcommand execution by Conley Owens · 12 years ago
  34. c1b86a2 Fix inconsistent indentation by David Pursehouse · 12 years ago
  35. cecd1d8 Change print statements to work in python3 by Sarah Owens · 12 years ago
  36. 685f080 More code style cleanup by David Pursehouse · 12 years ago
  37. 8898e2f Remove magic hack by David Pursehouse · 12 years ago
  38. 8e3d355 Merge "Print an error message when aborted by user" by Conley Owens · 12 years ago
  39. 4a4776e Merge "Handle manifest parse errors in main" by Conley Owens · 12 years ago
  40. 6287543 Merge "Change usages of xrange() to range()" by Conley Owens · 12 years ago
  41. b0936b0 Print an error message when aborted by user by David Pursehouse · 12 years ago
  42. 0b8df7b Handle manifest parse errors in main by David Pursehouse · 12 years ago
  43. 7e6dd2d Fix pylint warning W0108: Lambda may not be necessary by David Pursehouse · 12 years ago
  44. a6053d5 Change usages of xrange() to range() by Sarah Owens · 12 years ago
  45. 1f7627f Use python3 urllib when urllib2 not available by Sarah Owens · 12 years ago
  46. 1d947b3 Even more coding style cleanup by David Pursehouse · 12 years ago
  47. c9129d9 Update PGP keys during _PostRepoUpgrade in `sync` by Conley Owens · 12 years ago
  48. a5be53f Use modern Python exception syntax by Sarah Owens · 12 years ago
  49. 5c6eeac More coding style cleanup by David Pursehouse · 12 years ago
  50. e986072 Support HTTP authentication using user input as fallback by JoonCheol Park · 12 years ago
  51. 2f6ab7f Rename "dir" variables by Mickaël Salaün · 12 years ago
  52. 8a68ff9 Coding style cleanup by David Pursehouse · 12 years ago
  53. e15c65a Remove unused imports by David Pursehouse · 12 years ago
  54. ae0a36c Add support for Apache Digest authentication for repo init. by Xiaodong Xu · 13 years ago
  55. ecff4f1 Describe the repo launch version in `repo version` by Shawn O. Pearce · 13 years ago
  56. 3ce2a6b Propagate result codes from subcmds to sys.exit(). by Daniel Sandler · 14 years ago
  57. b660539 Fix sync on Python 2.6.6 by Shawn O. Pearce · 13 years ago v1.7.7.4
  58. df5ee52 Fix Python 2.4 support by Shawn O. Pearce · 13 years ago
  59. fab96c6 Work around Python 2.7 urllib2 bug by Shawn O. Pearce · 13 years ago
  60. f322b9a sync: Support downloading bundle to initialize repository by Shawn O. Pearce · 13 years ago v1.7.7
  61. 7b947de Ignore missing ~/.netrc by Shawn O. Pearce · 13 years ago v1.7.6.1
  62. 3a0e782 Add global option --time to track execution by Shawn O. Pearce · 13 years ago
  63. bd0312a Support ~/.netrc for HTTP Basic authentication by Shawn O. Pearce · 13 years ago
  64. 334851e Enhance HTTP support by Shawn O. Pearce · 13 years ago
  65. 014d060 Honor http_proxy variable globally by Shawn O. Pearce · 13 years ago
  66. 2bf9db0 Add "repo branch" as an alias for "repo branches" by Mike Lockwood · 15 years ago
  67. 0048b69 Fixed race condition in 'repo sync -jN' that would open multiple masters. by Doug Anderson · 14 years ago v1.7.2
  68. c8a300f Refactor Manifest to be XmlManifest by Shawn O. Pearce · 16 years ago
  69. fb23161 Automatically use SSH control master support during sync by Shawn O. Pearce · 16 years ago
  70. db45da1 Add -p to `repo forall` to improve output formatting by Shawn O. Pearce · 16 years ago
  71. ad3193a Fix `repo --trace` to show ref and config loads by Shawn O. Pearce · 16 years ago
  72. 0ed2bd1 Add global --trace command line option by Shawn O. Pearce · 16 years ago
  73. c95583b Don't permit users to run repo status in a mirror client by Shawn O. Pearce · 16 years ago
  74. 47c1a63 Add 'repo version' to describe what code we are running by Shawn O. Pearce · 16 years ago
  75. 559b846 Report better errors when a project revision is invalid by Shawn O. Pearce · 16 years ago
  76. c9ef744 Install a default pre-auto-gc hook in all repositories by Shawn O. Pearce · 16 years ago
  77. 7965f9f Move the Editor configuration out of Manifest's constructor 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