1. bdcba7d sync: add multi-manifest support by LaMont Jones · 2 years, 6 months ago v2.26
  2. b90a422 Override the manifest for the entire command by LaMont Jones · 2 years, 6 months ago
  3. cc879a9 Add multi-manifest support with <submanifest> element by LaMont Jones · 2 years, 10 months ago v2.22
  4. 73c43b8 repo: add --show-toplevel akin to git by Mike Frysinger · 3 years, 2 months ago
  5. 56345c3 repo: refactor help output handling by Mike Frysinger · 3 years, 2 months ago
  6. a024bd3 repo: make --version always work by Mike Frysinger · 3 years, 2 months ago
  7. 968d646 repo: refactor internal --help/--version parsing by Mike Frysinger · 3 years, 2 months ago
  8. 784e16f superproject: Don't exit if superproject tag doesn't exist in manifest. by Raman Tenneti · 3 years, 4 months ago v2.16
  9. d58d0dd commands: pass settings via __init__ by Mike Frysinger · 3 years, 4 months ago
  10. a3b2edf Drop support for Python 3.5 by Peter Kjellerstedt · 3 years, 6 months ago
  11. 19e409c ssh: move proxy usage to the sync subcommand by Mike Frysinger · 3 years, 5 months ago
  12. 5291eaf ssh: move all ssh logic to a common place by Mike Frysinger · 3 years, 5 months ago
  13. 9180a07 command: make --verbose/--quiet available to all subcommands by Mike Frysinger · 3 years, 6 months ago
  14. a5b40a2 repo: Add a new "command" event type to git trace2 logging in repo. by Raman Tenneti · 3 years, 7 months ago
  15. 835a34b Log repo.* config variables in git trace2 logger. by Ian Kasprzak · 3 years, 7 months ago
  16. acf63b2 drop pyversion & is_python3 checking by Mike Frysinger · 5 years ago
  17. 784ccfc strip python2-only coding:utf-8 & print_function settings by Mike Frysinger · 3 years, 9 months ago
  18. 128f34e main: require Python 3.5 now by Mike Frysinger · 3 years, 10 months ago
  19. 30bc354 Enable git trace2 event format logging. by Ian Kasprzak · 3 years, 9 months ago
  20. 8c1e9cb manifest_xml: refactor manifest parsing from client management by Mike Frysinger · 4 years, 1 month ago
  21. a488af5 main: require Python 3 now by Mike Frysinger · 4 years, 1 month ago
  22. dd37fb2 main: re-exec self with the current interp by Mike Frysinger · 4 years, 6 months ago
  23. bb93046 subcmds: stop instantiating at import time by Mike Frysinger · 4 years, 7 months ago
  24. d3639c5 subcmds: centralize all_commands logic by Mike Frysinger · 4 years, 7 months ago
  25. eea23b4 main: improve launcher update messaging wrt system installs by Mike Frysinger · 4 years, 7 months ago
  26. 949bc34 main/repo: add support for subcommand aliases by Mike Frysinger · 4 years, 7 months ago
  27. 8a98efe main: fix pager logic after negation cleanup by Mike Frysinger · 4 years, 7 months ago
  28. c58ec4d avoid negative variables by Mike Frysinger · 4 years, 7 months ago
  29. 37f28f1 main: add python version checking by Mike Frysinger · 4 years, 8 months ago
  30. a46bf7d flake8: Suppress "F821 undefined name" inline for Python 2 names by David Pursehouse · 4 years, 8 months ago
  31. 3cda50a pyflakes: Fix remaining "E501 line too long" warnings by David Pursehouse · 4 years, 8 months ago
  32. 3c5114c Don't format version to 5 characters in new version message by David Pursehouse · 4 years, 8 months ago
  33. 7838e38 Replace 'A new repo command' with 'A new version of repo' by David Pursehouse · 4 years, 8 months ago
  34. 145e35b Fix usage of bare 'except' by David Pursehouse · 4 years, 8 months ago
  35. 819827a Fix blank line issues reported by flake8 by David Pursehouse · 4 years, 8 months ago
  36. abdf750 Fix indentation issues reported by flake8 by David Pursehouse · 4 years, 8 months ago
  37. 54a4e60 Fix various whitespace issues reported by pyflakes by David Pursehouse · 4 years, 8 months ago
  38. 9090e80 Remove unused imports by David Pursehouse · 4 years, 8 months ago
  39. 3285e4b main: rework launcher version checking by Mike Frysinger · 4 years, 8 months ago v2.1
  40. 7c321f1 repo: include subcommands in --help output by Mike Frysinger · 4 years, 10 months ago
  41. 2058c63 Only import imp on py2 by Rashed Abdel-Tawab · 5 years ago
  42. 71b0f31 git_command: refactor User-Agent settings by Mike Frysinger · 5 years ago
  43. 369814b move UserAgent to git_command for wider user by Mike Frysinger · 5 years ago
  44. ae6cb08 split out cli validation from execution by Mike Frysinger · 5 years ago v1.13.5
  45. 3fc1572 add a --trace-python option by Mike Frysinger · 5 years ago
  46. 8a11f6f rename local trace module by Mike Frysinger · 5 years ago
  47. 87fb5a1 repo/main: add module docstrings by Mike Frysinger · 5 years ago
  48. 242fcdd main: user-agent: include full git version info by Mike Frysinger · 5 years ago
  49. f601376 set default file encoding to utf-8 by Mike Frysinger · 5 years ago
  50. 65b0ba5 Remove unused pylint suppressions by David Pursehouse · 6 years ago
  51. e8595e9 Support pager on Windows by Renaud Paquay · 8 years ago
  52. e0684ad sync: Add support to dump a JSON event log of all sync events. by David Riley · 7 years ago
  53. aa90021 Set result if sys.exit() is called by subcommand. by David Riley · 7 years ago
  54. 9d2b14d pylint: Fix unused-{argument,variable} warning by Stefan Beller · 8 years ago
  55. 7936064 Add GitcClientCommand class for GITC-specific commands by Dan Willemsen · 9 years ago
  56. 9ff2ece gitc: Improve help visibility by Dan Willemsen · 9 years ago v1.12.28
  57. b9a1b73 GITC: Add repo start support. by Simran Basi · 9 years ago
  58. 87ea591 Improve error message when syncing a project with invalid groups. by Jarkko Pöyry · 9 years ago
  59. 902665b add a global --color option by Mike Frysinger · 10 years ago
  60. 53e902a More verbose errors for NoManifestExceptions. by Dan Sandler · 11 years ago
  61. 1242e60 Implement Kerberos HTTP authentication handler by Carlos Aguado · 11 years ago
  62. 094cdbe Add wrapper module by Conley Owens · 11 years ago
  63. 59bbb58 Move Python version checking to a separate module by David Pursehouse · 11 years ago
  64. 217ea7d Some fixes for supporting python3 by Chirayu Desai · 12 years ago
  65. b148ac9 Allow command options to be set from environment variables by David Pursehouse · 12 years ago
  66. 75ee057 Raise a NoManifestException when the manifest DNE by Conley Owens · 12 years ago
  67. e66291f Merge "Simplify error handling in subcommand execution" by Conley Owens · 12 years ago
  68. 7ba25be Simplify error handling in subcommand execution by Conley Owens · 12 years ago
  69. c1b86a2 Fix inconsistent indentation by David Pursehouse · 12 years ago
  70. cecd1d8 Change print statements to work in python3 by Sarah Owens · 12 years ago
  71. 685f080 More code style cleanup by David Pursehouse · 12 years ago
  72. 8898e2f Remove magic hack by David Pursehouse · 12 years ago
  73. 8e3d355 Merge "Print an error message when aborted by user" by Conley Owens · 12 years ago
  74. 4a4776e Merge "Handle manifest parse errors in main" by Conley Owens · 12 years ago
  75. 6287543 Merge "Change usages of xrange() to range()" by Conley Owens · 12 years ago
  76. b0936b0 Print an error message when aborted by user by David Pursehouse · 12 years ago
  77. 0b8df7b Handle manifest parse errors in main by David Pursehouse · 12 years ago
  78. 7e6dd2d Fix pylint warning W0108: Lambda may not be necessary by David Pursehouse · 12 years ago
  79. a6053d5 Change usages of xrange() to range() by Sarah Owens · 12 years ago
  80. 1f7627f Use python3 urllib when urllib2 not available by Sarah Owens · 12 years ago
  81. 1d947b3 Even more coding style cleanup by David Pursehouse · 12 years ago
  82. c9129d9 Update PGP keys during _PostRepoUpgrade in `sync` by Conley Owens · 12 years ago
  83. a5be53f Use modern Python exception syntax by Sarah Owens · 12 years ago
  84. 5c6eeac More coding style cleanup by David Pursehouse · 12 years ago
  85. e986072 Support HTTP authentication using user input as fallback by JoonCheol Park · 12 years ago
  86. 2f6ab7f Rename "dir" variables by Mickaël Salaün · 12 years ago
  87. 8a68ff9 Coding style cleanup by David Pursehouse · 12 years ago
  88. e15c65a Remove unused imports by David Pursehouse · 12 years ago
  89. ae0a36c Add support for Apache Digest authentication for repo init. by Xiaodong Xu · 13 years ago
  90. ecff4f1 Describe the repo launch version in `repo version` by Shawn O. Pearce · 13 years ago
  91. 3ce2a6b Propagate result codes from subcmds to sys.exit(). by Daniel Sandler · 13 years ago
  92. b660539 Fix sync on Python 2.6.6 by Shawn O. Pearce · 13 years ago v1.7.7.4
  93. df5ee52 Fix Python 2.4 support by Shawn O. Pearce · 13 years ago
  94. fab96c6 Work around Python 2.7 urllib2 bug by Shawn O. Pearce · 13 years ago
  95. f322b9a sync: Support downloading bundle to initialize repository by Shawn O. Pearce · 13 years ago v1.7.7
  96. 7b947de Ignore missing ~/.netrc by Shawn O. Pearce · 13 years ago v1.7.6.1
  97. 3a0e782 Add global option --time to track execution by Shawn O. Pearce · 13 years ago
  98. bd0312a Support ~/.netrc for HTTP Basic authentication by Shawn O. Pearce · 13 years ago
  99. 334851e Enhance HTTP support by Shawn O. Pearce · 13 years ago
  100. 014d060 Honor http_proxy variable globally by Shawn O. Pearce · 13 years ago