1. 50d2763 manifest-format: document implicit directory creation w/<copyfile> & <linkfile> by Mike Frysinger · 4 years, 10 months ago
  2. c5b172a manifest-format: clarify <copyfile> & <linkfile> restrictions by Mike Frysinger · 4 years, 10 months ago
  3. 87deaef tests: add docstrings & print_function (for Python 3) by Mike Frysinger · 4 years, 10 months ago
  4. 5fbd1c6 wrapper: Fix indentation level by David Pursehouse · 4 years, 10 months ago
  5. 1126c4e wrapper: replace usage of deprecated imp module for Python 3 by David Pursehouse · 4 years, 11 months ago
  6. f7c5160 hooks: support external hooks running different Python version by Mike Frysinger · 5 years ago
  7. 745be2e Add support for partial clone. by Xin Li · 5 years ago v1.13.4
  8. 87fb5a1 repo/main: add module docstrings by Mike Frysinger · 5 years ago
  9. ab85fe7 use print() instead of sys.stdout.write() by Mike Frysinger · 5 years ago
  10. 4f42a97 run_tests: add a helper for invoking unittests by Mike Frysinger · 5 years ago
  11. 2b7daff Don't try to decode when checking clone bundles by Pierre Tardy · 5 years ago
  12. 242fcdd main: user-agent: include full git version info by Mike Frysinger · 4 years, 11 months ago
  13. ca540ae git_command: drop custom version helper by Mike Frysinger · 4 years, 11 months ago
  14. f88b2fe repo: all ParseGitVersion to load git version info itself by Mike Frysinger · 4 years, 11 months ago
  15. 6db1b9e repo: return a namedtuple with full version info by Mike Frysinger · 4 years, 11 months ago
  16. 490e163 Remove double forall from "repo help forall" output by Solomon Kinard · 4 years, 11 months ago
  17. ec558df fix raise syntax by Mike Frysinger · 5 years ago
  18. 81f5c59 project: rev_list: simplify execution by Mike Frysinger · 5 years ago
  19. 1b9adab handle binary stream from urllib.request.urlopen by Mike Frysinger · 5 years ago
  20. 3698ab7 Support clone bundle through persistent-http[s]. by Xin Li · 5 years ago
  21. 0c0e934 sync: use integer division with job counts by Mike Frysinger · 5 years ago
  22. 9e71842 status: import print_function by Mike Frysinger · 5 years ago
  23. 61b2d41 add license header to a few more files by Mike Frysinger · 5 years ago
  24. da9e200 repo: drop Python 3 warning by Mike Frysinger · 5 years ago
  25. c92ce5c repo: restore use of print_function by Mike Frysinger · 5 years ago
  26. f601376 set default file encoding to utf-8 by Mike Frysinger · 5 years ago
  27. 31067c0 tweak raise/dict syntax for Python 3 compat by Mike Frysinger · 5 years ago
  28. 35159ab repo: standardize help behavior by Mike Frysinger · 5 years ago
  29. 24ee29e wrapper: drop shebang by Mike Frysinger · 5 years ago
  30. 1b291fc Merge "docs: start a release document" by Mike Frysinger · 5 years ago
  31. a26c49e docs: start a release document by Mike Frysinger · 5 years ago
  32. c745350 diffmanifests: honor user-supplied manifest paths by Basil Gello · 6 years ago
  33. 025704e Merge "platform_utils_win32: remove an unnecessary workaround" by Jonathan Nieder · 5 years ago
  34. c5b0e23 project: Set config option to skip lfs process filter by Francois Ferrand · 5 years ago v1.13.3
  35. d92464e Honor --depth during repo init by Nasser Grainawi · 5 years ago
  36. 0968570 Merge "Print project name when work tree initialization fails" by Jonathan Nieder · 5 years ago
  37. f25a370 Use %topic=topic instead of deprecated /topic syntax on push by David Pursehouse · 6 years ago
  38. b554838 Print project name when work tree initialization fails by Mikhail Naganov · 5 years ago
  39. 2d095da Ignore submodules when calculating 'git diff-files' by Eli Ribble · 5 years ago
  40. 266f74c info: Use the non-formatting printer for headtext by Sebastian Schuberth · 5 years ago
  41. 1f1596b Don't print "persistent ref" message when syncing quietly by Tim Schumacher · 5 years ago
  42. 0d9b16d sync: deleted unused repos in reversed order (children before parent) by Kuang-che Wu · 5 years ago
  43. a84df06 platform_utils_win32: remove an unnecessary workaround by Роман Донченко · 5 years ago
  44. e57f114 sync: respect --force-sync when fetching updates by Mike Frysinger · 5 years ago
  45. 01019d9 docs: fixed typo error. by Kyunam Jo · 5 years ago
  46. 834d308 Merge "project: Relax the submodule name pattern to accept dots" by Sebastian Schuberth · 5 years ago
  47. c18ee35 Merge "sync: Add option '--force-remove-dirty'" by Oleksii Okolielov · 5 years ago
  48. d3c0f59 sync: Add option '--force-remove-dirty' by Oleksii Okolielov · 5 years ago
  49. 41a2683 project: Relax the submodule name pattern to accept dots by Sebastian Schuberth · 5 years ago
  50. e7379dc docs: document a Python 3 migration plan by Mike Frysinger · 5 years ago
  51. 13f323b event_log: turn id generation from a generator to a func call by Mike Frysinger · 5 years ago v1.13.2
  52. 12ee544 init: Remove -c short option for --current-branch by Ereth McKnight-MacNeil · 5 years ago v1.13.1
  53. e158e38 Merge "README: link in new bug tracker" by Mike Frysinger · 5 years ago
  54. 3bbbcaf README: link in new bug tracker by Mike Frysinger · 5 years ago
  55. d4b13c2 Leverage the next keyword from python 2.7 by Eli Ribble · 5 years ago
  56. 6e53844 Allow clobbering of existing tags from remote. by Xin Li · 5 years ago v1.13.0
  57. d26146d platform_utils: Fix exception handling in _walk_windows_impl by David Pursehouse · 6 years ago
  58. bd8f658 Add option for git-repo to support 'silent' uploads by Vadim Bendebury · 6 years ago
  59. 713c587 upload: Unify option passing in ssh and other transports by Jonathan Nieder · 6 years ago
  60. 36391bf Merge "init: --dissociate option to copy objects borrowed with --reference" by David Pursehouse · 6 years ago
  61. bed8b62 Add support for long paths by Renaud Paquay · 6 years ago
  62. 09f0abb init: --dissociate option to copy objects borrowed with --reference by Nikolai Merinov · 6 years ago
  63. b3133a3 Merge "update markdown/help header format" by Jonathan Nieder · 6 years ago
  64. 3b24e7b update homepage URIs by Mike Frysinger · 6 years ago
  65. b8f7bb0 update markdown/help header format by Mike Frysinger · 6 years ago
  66. 3891b75 manifest-format: convert to markdown by Mike Frysinger · 6 years ago
  67. 2b42d28 Windows: Add support for creating symlinks as an unprivileged user by Renaud Paquay · 6 years ago
  68. e469a0c fix some sync error while using python3 by Dylan Deng · 6 years ago
  69. 65b0ba5 Remove unused pylint suppressions by David Pursehouse · 6 years ago
  70. a6515fb Merge "Flush stderr on Windows" by Sebastian Schuberth · 6 years ago
  71. 993dcac Fix the initial existence check for "repo" by Sebastian Schuberth · 6 years ago
  72. a939984 Flush stderr on Windows by Sebastian Schuberth · 6 years ago
  73. b10f0e5 hooks/pre-auto-gc-battery: allow gc to run on non-laptops by Adam Borowski · 6 years ago
  74. da40341 manifest: Support a default upstream value by Nasser Grainawi · 6 years ago
  75. 8d4b106 Merge "docs: repo-hooks: fix cwd details" by Mike Frysinger · 6 years ago
  76. ed429c9 docs: repo-hooks: fix cwd details by Mike Frysinger · 6 years ago
  77. 0f2e45a Pass refs to ls-remote by Akshay Verma · 6 years ago
  78. cf7c083 Download latest patch when no patch is specified by Akshay Verma · 6 years ago
  79. 4ea1f0c Merge changes I9c1ab65f,I7b2027ae by David Pursehouse · 6 years ago
  80. 7d52585 Add a way to override the revision of an <extend-project> by Luis Hector Chavez · 6 years ago
  81. 1f36570 Merge "implement optional 'sync-tags' in the manifest file" by David Pursehouse · 6 years ago
  82. ce7e026 Take care of a tilde on cookie file path by Daichi Ueura · 6 years ago
  83. a32c92c implement optional 'sync-tags' in the manifest file by YOUNG HO CHA · 6 years ago
  84. 5f0e57d init: Remove string concat in no-op os.path.join by Samuel Holland · 6 years ago
  85. baa0009 Support relative paths in --reference by Samuel Holland · 6 years ago
  86. 685320b event_log: Fix order of parameters to Add method call by David Pursehouse · 6 years ago
  87. 02c0ee6 Sync correctly when subproject url is a relative url to its parent url by Shouheng Zhang · 6 years ago
  88. 1dc3660 Merge "Update commit-msg hook to version from Gerrit 2.14.6" by David Pursehouse · 6 years ago
  89. cbe8aeb Update commit-msg hook to version from Gerrit 2.14.6 by Dana Dahlstrom · 6 years ago
  90. 305a2d0 Support --push-option in upload subcommand by Masaya Suzuki · 7 years ago
  91. 84e7e16 document repo hooks mechanism by Mike Frysinger · 7 years ago
  92. f46902a forall: Clarify expansion of REPO_ environment values with -c by David Pursehouse · 7 years ago
  93. c00d28b Set GIT_SSH_VARIANT when setting GIT_SSH by Jonathan Nieder · 7 years ago
  94. 788e962 Provide more specific error message for symlinks errors on Windows by Renaud Paquay · 7 years ago
  95. cd892a3 Allow quotes in editor command on Windows by Renaud Paquay · 8 years ago
  96. 010fed7 Replace all os.remove calls by Renaud Paquay · 8 years ago
  97. e8595e9 Support pager on Windows by Renaud Paquay · 8 years ago
  98. 227ad2e Implement islink, readlink and realpath using Win32 api by Renaud Paquay · 8 years ago
  99. 2a4be94 Handle Windows line endings when reading binary files by Renaud Paquay · 8 years ago
  100. 9d74339 Merge "Fixed upload to remotes with the url ssh://hostname" by David Pursehouse · 7 years ago