1. 5f0e57d init: Remove string concat in no-op os.path.join by Samuel Holland · 6 years ago
  2. baa0009 Support relative paths in --reference by Samuel Holland · 6 years ago
  3. 685320b event_log: Fix order of parameters to Add method call by David Pursehouse · 6 years ago
  4. 02c0ee6 Sync correctly when subproject url is a relative url to its parent url by Shouheng Zhang · 6 years ago
  5. 1dc3660 Merge "Update commit-msg hook to version from Gerrit 2.14.6" by David Pursehouse · 6 years ago
  6. cbe8aeb Update commit-msg hook to version from Gerrit 2.14.6 by Dana Dahlstrom · 6 years ago
  7. 305a2d0 Support --push-option in upload subcommand by Masaya Suzuki · 6 years ago
  8. 84e7e16 document repo hooks mechanism by Mike Frysinger · 6 years ago
  9. f46902a forall: Clarify expansion of REPO_ environment values with -c by David Pursehouse · 7 years ago
  10. c00d28b Set GIT_SSH_VARIANT when setting GIT_SSH by Jonathan Nieder · 7 years ago
  11. 788e962 Provide more specific error message for symlinks errors on Windows by Renaud Paquay · 7 years ago
  12. cd892a3 Allow quotes in editor command on Windows by Renaud Paquay · 8 years ago
  13. 010fed7 Replace all os.remove calls by Renaud Paquay · 7 years ago
  14. e8595e9 Support pager on Windows by Renaud Paquay · 8 years ago
  15. 227ad2e Implement islink, readlink and realpath using Win32 api by Renaud Paquay · 8 years ago
  16. 2a4be94 Handle Windows line endings when reading binary files by Renaud Paquay · 8 years ago
  17. 9d74339 Merge "Fixed upload to remotes with the url ssh://hostname" by David Pursehouse · 7 years ago
  18. 2c57d61 Merge "Add option '--no-cert-checks' for 'upload' sub command." by David Pursehouse · 7 years ago
  19. d1ebc89 Merge changes from topic "windows-support" by David Pursehouse · 7 years ago
  20. 2ec2a5d Fixed upload to remotes with the url ssh://hostname by Christian Koestlin · 7 years ago
  21. 9ead97b When starting a branch, do not use a tag or change value for branch.merge by Zac Livingston · 7 years ago
  22. e433226 Print a message when fetching is skipped for an immutable ref by Zac Livingston · 7 years ago
  23. bed59ce Add option '--no-cert-checks' for 'upload' sub command. by Łukasz Gardoń · 7 years ago
  24. c94d6eb Revert "Migrate git-repo to create private changes rather than drafts" by Jonathan Nieder · 7 years ago
  25. d88f53e Migrate git-repo to create private changes rather than drafts by Changcheng Xiao · 7 years ago
  26. 87984c6 Add options for git-repo to support private and wip changes by Changcheng Xiao · 7 years ago
  27. ffc1401 Merge "download: try to choose . as default project if none" by David Pursehouse · 7 years ago
  28. 8a6eeed Merge "Always print percentage when syncing quietly" by David Pursehouse · 7 years ago
  29. 7be072e Always print percentage when syncing quietly by Tim Schumacher · 7 years ago
  30. 7482a96 download: try to choose . as default project if none by Nicolas Cornu · 7 years ago
  31. 3bcd305 Fix "list comprehension redefines 'x'" warnings from pyflakes by David Pursehouse · 7 years ago
  32. 224a31a init: add missing submodule arg by Martin Kelly · 7 years ago
  33. b54343d Tell the user if it will upload a draft by Nicolas Cornu · 7 years ago
  34. 259f165 Merge "Add a newline after "Fetching projects" progress output" by David Pursehouse · 7 years ago
  35. 8419ab2 sync: Continue job if some fetchs failed but force-broken is set by Nicolas Cornu · 7 years ago
  36. 913327f Add a newline after "Fetching projects" progress output by Tim Schumacher · 7 years ago
  37. ad1abcb Port os.rename calls to work on Windows by Renaud Paquay · 8 years ago
  38. a65adf7 Workaround shutil.rmtree limitation on Windows by Renaud Paquay · 8 years ago
  39. d5cec5e Add support for creating symbolic links on Windows by Renaud Paquay · 8 years ago
  40. 2e70291 Make "git command" and "forall" work on Windows by Renaud Paquay · 8 years ago
  41. 35d2221 Ensure repo waits for child process to terminate by Renaud Paquay · 8 years ago
  42. a24671f Merge "init: allow relative path on --reference argument" by David Pursehouse · 7 years ago
  43. e0684ad sync: Add support to dump a JSON event log of all sync events. by David Riley · 7 years ago
  44. fef9f21 Fix misplaced file separator string.replace call by Renaud Paquay · 8 years ago
  45. 6a470be Use OS file separator by Renaud Paquay · 8 years ago
  46. 169d8ae Merge "pre-auto-gc: Add support for Windows" by David Pursehouse · 7 years ago
  47. c79d3b8 init: allow relative path on --reference argument by YOUNG HO CHA · 7 years ago
  48. aa90021 Set result if sys.exit() is called by subcommand. by David Riley · 7 years ago
  49. fddfa6f Adding include element into the top-level element by Jiri tyr · 7 years ago
  50. 997a92b Merge "Add option REPO_IGNORE_SSH_INFO to ignore ssh_info" by David Pursehouse · 7 years ago
  51. fbcbcab Merge "init: add --submodules to sync manifest submodules" by David Pursehouse · 7 years ago
  52. eec726c Add option REPO_IGNORE_SSH_INFO to ignore ssh_info by Timo Lotterbach · 8 years ago
  53. 666debc gitc_delete: Remove unused imports by David Pursehouse · 7 years ago
  54. c354a9b abandon: fix usage of undefined variable by David Pursehouse · 7 years ago
  55. 06848b2 Update .mailmap by David Pursehouse · 7 years ago
  56. e4e94d2 init: add --submodules to sync manifest submodules by Martin Kelly · 7 years ago
  57. c9439fa pre-auto-gc: Add support for Windows by Sebastian Schuberth · 7 years ago
  58. 3d7bbc9 project.py: fix performance issue with --reference when the mirrored repository has many refs by heping · 7 years ago
  59. ffb4b89 sync.py: report the remote URL on fatal git remote errors by Marc Herbert · 7 years ago
  60. 04071c1 manifest-format: fix EMPTY keyword usage by Mike Frysinger · 7 years ago
  61. 7de8c5d Merge "init: Add no-tags and current branch options" by Jonathan Nieder · 7 years ago
  62. bb9c42c Merge "Fix removing broken symlink in reference dir" by David Pursehouse · 7 years ago
  63. f4dda9a init: Add no-tags and current branch options by Naseer Ahmed · 7 years ago
  64. b881d22 Merge "Add a check and more output to protect against invalid REPO_URLs" by David Pursehouse · 8 years ago
  65. 8e2d1d5 Merge "Fix checkout error when depth passed to repo init and revision is a sha1" by Dan Willemsen · 8 years ago
  66. 27226e7 Add a check and more output to protect against invalid REPO_URLs by Sebastian Schuberth · 8 years ago
  67. 6c59446 Fix checkout error when depth passed to repo init and revision is a sha1 by Aymen Bouaziz · 8 years ago
  68. ae81c96 Merge "implement optional '--all' in the abandon command" by David Pursehouse · 8 years ago
  69. e02c17c Merge "_CheckDirReference: log actual error before suggesting --force-sync" by Dan Willemsen · 8 years ago
  70. 6e31079 Add sso to list of known schemes for relative URLs by Joe Kilner · 8 years ago
  71. ec28790 _CheckDirReference: log actual error before suggesting --force-sync by Marc Herbert · 8 years ago
  72. 4d5bb68 status: add -q/--quiet option by Andrew Wheeler · 12 years ago
  73. 2e14792 implement optional '--all' in the abandon command by Kyunam.jo · 8 years ago
  74. 82f6798 Merge "sync: Fix semaphore release bug that causes thread 'leaks'" by David Pursehouse · 8 years ago
  75. 699bcd4 Removed duplication code in abandon.py by Kyunam.jo · 8 years ago
  76. 7f1ccfb sync: Fix semaphore release bug that causes thread 'leaks' by Andrew Wheeler · 8 years ago
  77. eceeb1b Support broken symlinks when cleaning obsolete paths by Dan Willemsen · 8 years ago v1.12.37
  78. 16889ba Revert "Repo: fall back to http, if ssh connection fails for http repos" by Dan Willemsen · 8 years ago v1.12.36
  79. 40d3952 Merge "On project cleanup, don't remove nested projects" by David Pursehouse · 8 years ago v1.12.35
  80. 4350791 On project cleanup, don't remove nested projects by Dan Willemsen · 8 years ago
  81. d648045 implement optional 'pushurl' in the manifest file by Steve Rae · 8 years ago
  82. 6284568 Merge "Repo: improve error detection for new ssh connections" by David Pursehouse · 8 years ago
  83. 2aa61d0 Merge "Repo: fall back to http, if ssh connection fails for http repos" by David Pursehouse · 8 years ago
  84. 4aed6f8 Merge "Replace pylint with pyflakes/flake8" by David Pursehouse · 8 years ago
  85. 01b7d75 Merge "When syncing a project with a shared object store, disable automatic pruning." by David Pursehouse · 8 years ago
  86. 267ac57 Merge "repo: add comment for updating maintainer keys" by David Pursehouse · 8 years ago
  87. bb5b1a0 Replace pylint with pyflakes/flake8 by David Pursehouse · 8 years ago
  88. e01ee02 Merge "Fix submodule checkout error when using sync-s option" by David Pursehouse · 8 years ago
  89. e443365 repo: add comment for updating maintainer keys by Mike Frysinger · 8 years ago
  90. d9de945 Merge "upload: short circuit when nothing is pending" by David Pursehouse · 8 years ago
  91. 2ff3029 When syncing a project with a shared object store, disable automatic pruning. by Gabe Black · 10 years ago
  92. e5c0ea0 Consider local project to be default for 'repo start' by Vadim Bendebury · 10 years ago
  93. 163a3be upload: short circuit when nothing is pending by Mike Frysinger · 8 years ago
  94. 7a77c16 Update mailmap by David Pursehouse · 8 years ago
  95. 488bf09 Repo: fall back to http, if ssh connection fails for http repos by Timo Lotterbach · 8 years ago
  96. 05dc46b Repo: improve error detection for new ssh connections by Timo Lotterbach · 8 years ago
  97. 39252ba gitc: Lower concurrent ls-projects requests by Dan Willemsen · 8 years ago v1.12.34
  98. 71e4cea RepoHook: do not list options twice during hash based approval by Jonathan Nieder · 8 years ago
  99. c4c2b06 Increment the wrapper version by David Pursehouse · 8 years ago
  100. 6a0a364 Merge "init: Add --no-clone-bundle option" by David Pursehouse · 8 years ago