1. e778e57 command: filter projects by active manifest groups by Mike Frysinger · 4 years, 8 months ago v1.13.7
  2. f1c5dd8 info: fix "current" output by Mike Frysinger · 4 years, 8 months ago
  3. 2058c63 Only import imp on py2 by Rashed Abdel-Tawab · 4 years, 8 months ago
  4. c8290ad project: allow CurrentBranch to return None on errors by Mike Frysinger · 4 years, 8 months ago
  5. 9775a3d info: allow NoSuchProjectError to bubble up by Mike Frysinger · 4 years, 8 months ago
  6. 9bfdfbe version: add source versions & User-Agents to the output by Mike Frysinger · 4 years, 8 months ago
  7. 2f0951b git_command: set GIT_HTTP_USER_AGENT on all requests by Mike Frysinger · 4 years, 10 months ago
  8. 72ab852 grep: handle errors gracefully by Mike Frysinger · 4 years, 8 months ago
  9. 0a9265e diff: handle errors gracefully by Mike Frysinger · 4 years, 8 months ago
  10. dc1b59d forall: exit 1 if we skip any repos by Mike Frysinger · 4 years, 8 months ago
  11. 71b0f31 git_command: refactor User-Agent settings by Mike Frysinger · 4 years, 8 months ago
  12. 369814b move UserAgent to git_command for wider user by Mike Frysinger · 4 years, 10 months ago
  13. e37aa5f rebase: add basic coloring output by Mike Frysinger · 4 years, 8 months ago
  14. 4a07798 rebase: add --fail-fast support by Mike Frysinger · 4 years, 8 months ago
  15. fb527e3 sync: create dedicated manifest project update func by Mike Frysinger · 4 years, 9 months ago
  16. 6be7633 repo: bump wrapper version by Mike Frysinger · 4 years, 8 months ago
  17. a2cd6ae Fix tag clobbering when -c is used. by Xin Li · 4 years, 8 months ago v1.13.6
  18. 70d861f sync: improve output with intermingled progress bars and status by Mike Frysinger · 4 years, 9 months ago
  19. 9100f7f repo: decode/encode all the subprocess streams by Mike Frysinger · 4 years, 8 months ago
  20. 01d6c3c sync: create dedicated smart sync func by Mike Frysinger · 4 years, 9 months ago
  21. 4c263b5 repo: fix unused variable usage by Mike Frysinger · 4 years, 8 months ago
  22. 60fdc5c Add repo start option to create the branch based off HEAD by Theodore Dubois · 4 years, 10 months ago
  23. 46702ed sync: fix deprecated command line option -f by Stefan Müller-Klieser · 4 years, 9 months ago v1.13.5.1
  24. ae6cb08 split out cli validation from execution by Mike Frysinger · 4 years, 9 months ago v1.13.5
  25. 3fc1572 add a --trace-python option by Mike Frysinger · 4 years, 9 months ago
  26. 8a11f6f rename local trace module by Mike Frysinger · 4 years, 9 months ago
  27. 898f4e6 help: add a --help-all option to show all commands at once by Mike Frysinger · 4 years, 10 months ago
  28. d9e5cf0 sync: invert --force-broken with --fail-fast by Mike Frysinger · 4 years, 9 months ago
  29. 3069be2 Explicitly allow clobbering tags when fetching from remote. by Xin Li · 4 years, 9 months ago
  30. d5c306b rebase: pull out project-independent settings from the for loop by Mike Frysinger · 4 years, 10 months ago
  31. a850ca2 rebase/sync: use exit(1) for errors instead of exit(-1) by Mike Frysinger · 4 years, 10 months ago
  32. a34186e sync: fix handling of -f and local checkouts by Mike Frysinger · 4 years, 10 months ago
  33. 600f492 project: fix encoding handling with git commands by Mike Frysinger · 4 years, 10 months ago
  34. 1f2462e git_config: include project name in missing ref exception by Mike Frysinger · 4 years, 10 months ago
  35. 50d2763 manifest-format: document implicit directory creation w/<copyfile> & <linkfile> by Mike Frysinger · 4 years, 10 months ago
  36. c5b172a manifest-format: clarify <copyfile> & <linkfile> restrictions by Mike Frysinger · 4 years, 10 months ago
  37. 87deaef tests: add docstrings & print_function (for Python 3) by Mike Frysinger · 4 years, 10 months ago
  38. 5fbd1c6 wrapper: Fix indentation level by David Pursehouse · 4 years, 10 months ago
  39. 1126c4e wrapper: replace usage of deprecated imp module for Python 3 by David Pursehouse · 4 years, 10 months ago
  40. f7c5160 hooks: support external hooks running different Python version by Mike Frysinger · 5 years ago
  41. 745be2e Add support for partial clone. by Xin Li · 5 years ago v1.13.4
  42. 87fb5a1 repo/main: add module docstrings by Mike Frysinger · 5 years ago
  43. ab85fe7 use print() instead of sys.stdout.write() by Mike Frysinger · 4 years, 11 months ago
  44. 4f42a97 run_tests: add a helper for invoking unittests by Mike Frysinger · 5 years ago
  45. 2b7daff Don't try to decode when checking clone bundles by Pierre Tardy · 5 years ago
  46. 242fcdd main: user-agent: include full git version info by Mike Frysinger · 4 years, 10 months ago
  47. ca540ae git_command: drop custom version helper by Mike Frysinger · 4 years, 10 months ago
  48. f88b2fe repo: all ParseGitVersion to load git version info itself by Mike Frysinger · 4 years, 10 months ago
  49. 6db1b9e repo: return a namedtuple with full version info by Mike Frysinger · 4 years, 10 months ago
  50. 490e163 Remove double forall from "repo help forall" output by Solomon Kinard · 4 years, 11 months ago
  51. ec558df fix raise syntax by Mike Frysinger · 4 years, 11 months ago
  52. 81f5c59 project: rev_list: simplify execution by Mike Frysinger · 4 years, 11 months ago
  53. 1b9adab handle binary stream from urllib.request.urlopen by Mike Frysinger · 4 years, 11 months ago
  54. 3698ab7 Support clone bundle through persistent-http[s]. by Xin Li · 5 years ago
  55. 0c0e934 sync: use integer division with job counts by Mike Frysinger · 5 years ago
  56. 9e71842 status: import print_function by Mike Frysinger · 5 years ago
  57. 61b2d41 add license header to a few more files by Mike Frysinger · 5 years ago
  58. da9e200 repo: drop Python 3 warning by Mike Frysinger · 5 years ago
  59. c92ce5c repo: restore use of print_function by Mike Frysinger · 5 years ago
  60. f601376 set default file encoding to utf-8 by Mike Frysinger · 5 years ago
  61. 31067c0 tweak raise/dict syntax for Python 3 compat by Mike Frysinger · 5 years ago
  62. 35159ab repo: standardize help behavior by Mike Frysinger · 5 years ago
  63. 24ee29e wrapper: drop shebang by Mike Frysinger · 5 years ago
  64. 1b291fc Merge "docs: start a release document" by Mike Frysinger · 5 years ago
  65. a26c49e docs: start a release document by Mike Frysinger · 5 years ago
  66. c745350 diffmanifests: honor user-supplied manifest paths by Basil Gello · 6 years ago
  67. 025704e Merge "platform_utils_win32: remove an unnecessary workaround" by Jonathan Nieder · 5 years ago
  68. c5b0e23 project: Set config option to skip lfs process filter by Francois Ferrand · 5 years ago v1.13.3
  69. d92464e Honor --depth during repo init by Nasser Grainawi · 5 years ago
  70. 0968570 Merge "Print project name when work tree initialization fails" by Jonathan Nieder · 5 years ago
  71. f25a370 Use %topic=topic instead of deprecated /topic syntax on push by David Pursehouse · 6 years ago
  72. b554838 Print project name when work tree initialization fails by Mikhail Naganov · 5 years ago
  73. 2d095da Ignore submodules when calculating 'git diff-files' by Eli Ribble · 5 years ago
  74. 266f74c info: Use the non-formatting printer for headtext by Sebastian Schuberth · 5 years ago
  75. 1f1596b Don't print "persistent ref" message when syncing quietly by Tim Schumacher · 5 years ago
  76. 0d9b16d sync: deleted unused repos in reversed order (children before parent) by Kuang-che Wu · 5 years ago
  77. a84df06 platform_utils_win32: remove an unnecessary workaround by Роман Донченко · 5 years ago
  78. e57f114 sync: respect --force-sync when fetching updates by Mike Frysinger · 5 years ago
  79. 01019d9 docs: fixed typo error. by Kyunam Jo · 5 years ago
  80. 834d308 Merge "project: Relax the submodule name pattern to accept dots" by Sebastian Schuberth · 5 years ago
  81. c18ee35 Merge "sync: Add option '--force-remove-dirty'" by Oleksii Okolielov · 5 years ago
  82. d3c0f59 sync: Add option '--force-remove-dirty' by Oleksii Okolielov · 5 years ago
  83. 41a2683 project: Relax the submodule name pattern to accept dots by Sebastian Schuberth · 5 years ago
  84. e7379dc docs: document a Python 3 migration plan by Mike Frysinger · 5 years ago
  85. 13f323b event_log: turn id generation from a generator to a func call by Mike Frysinger · 5 years ago v1.13.2
  86. 12ee544 init: Remove -c short option for --current-branch by Ereth McKnight-MacNeil · 5 years ago v1.13.1
  87. e158e38 Merge "README: link in new bug tracker" by Mike Frysinger · 5 years ago
  88. 3bbbcaf README: link in new bug tracker by Mike Frysinger · 5 years ago
  89. d4b13c2 Leverage the next keyword from python 2.7 by Eli Ribble · 5 years ago
  90. 6e53844 Allow clobbering of existing tags from remote. by Xin Li · 5 years ago v1.13.0
  91. d26146d platform_utils: Fix exception handling in _walk_windows_impl by David Pursehouse · 6 years ago
  92. bd8f658 Add option for git-repo to support 'silent' uploads by Vadim Bendebury · 6 years ago
  93. 713c587 upload: Unify option passing in ssh and other transports by Jonathan Nieder · 6 years ago
  94. 36391bf Merge "init: --dissociate option to copy objects borrowed with --reference" by David Pursehouse · 6 years ago
  95. bed8b62 Add support for long paths by Renaud Paquay · 6 years ago
  96. 09f0abb init: --dissociate option to copy objects borrowed with --reference by Nikolai Merinov · 6 years ago
  97. b3133a3 Merge "update markdown/help header format" by Jonathan Nieder · 6 years ago
  98. 3b24e7b update homepage URIs by Mike Frysinger · 6 years ago
  99. b8f7bb0 update markdown/help header format by Mike Frysinger · 6 years ago
  100. 3891b75 manifest-format: convert to markdown by Mike Frysinger · 6 years ago