repo 1.8.0
  1. e02ac0a sync: --no-clone-bundle disables the clone bundle support by Shawn O. Pearce · 12 years ago v1.8.0
  2. 898e12a Permit - in URL schemes for special URLs by Shawn O. Pearce · 12 years ago
  3. 76abcc1 repo status to print project name on clean gits by Ali Utku Selen · 12 years ago
  4. d315382 Add 'rebase="false"' attribute to the <project/> XML. by Mike Pontillo · 12 years ago
  5. 43bda84 Avoid missing content-length header in project.py by Conley Owens · 12 years ago
  6. c957142 upload: Support uploading to Gerrit over https:// by Shawn O. Pearce · 12 years ago v1.7.8.2
  7. 2a32f6a Fix typo by Anatol Pomazau · 13 years ago
  8. 53d6f4d Add a sync flag that fetches only current branch by Anatol Pomazau · 13 years ago
  9. df5ee52 Fix Python 2.4 support by Shawn O. Pearce · 13 years ago
  10. fab96c6 Work around Python 2.7 urllib2 bug by Shawn O. Pearce · 13 years ago
  11. bf1fbb2 Fix AttributeError: 'HTTPError' object has no attribute 'reason' by Shawn O. Pearce · 13 years ago v1.7.7.2
  12. 2947246 Work around Python 2.7 failure to initialize base class by Shawn O. Pearce · 13 years ago
  13. c325dc3 sync: Fetch after applying bundle and retry after errors by Shawn O. Pearce · 13 years ago v1.7.7.1
  14. f322b9a sync: Support downloading bundle to initialize repository by Shawn O. Pearce · 13 years ago v1.7.7
  15. 65e0f35 Add commit-msg hook also for manifest project by Victor Boivie · 13 years ago
  16. 30d4529 Add a --depth option to repo init. by Doug Anderson · 13 years ago v1.7.5
  17. d6c93a2 Add branch support to repo upload by Mandeep Singh Baines · 13 years ago
  18. 3ba5f95 Fixed repo checkout error message when git reports errors. by Doug Anderson · 13 years ago
  19. dafb1d6 Fixed repo abandon to give better messages. by Doug Anderson · 13 years ago
  20. 4655e81 Add option to check status of projects in parallel. by Terence Haddock · 13 years ago
  21. 0960b5b Creating rr-cache by Victor Boivie · 14 years ago v1.7.4.1
  22. 37282b4 Support repo-level pre-upload hook and prep for future hooks. by Doug Anderson · 13 years ago v1.7.4
  23. 835cd68 Post-nonexistent-revision crash sidestepped by Skyler Kaufman · 13 years ago
  24. 8ced864 Renamed 'repo_hooks' function to '_ProjectHooks'. by Doug Anderson · 13 years ago
  25. 2536f80 Fixed bug identifying 'commit-msg' files. by Doug Anderson · 13 years ago
  26. 0ce6ca9 Fix mirror clients with no worktree by Shawn O. Pearce · 13 years ago v1.7.3.1
  27. df14a70 Make path references OS independent by Anthony Newnam · 13 years ago
  28. a0de6e8 upload: Remove --replace option by Ficus Kirkpatrick · 14 years ago
  29. 16614f8 sync --quiet: be more quiet by Shawn O. Pearce · 14 years ago
  30. 8844338 sync: Enable use of git clone --reference by Shawn O. Pearce · 14 years ago
  31. a5ece0e upload -t: Automatically include local branch name by Shawn O. Pearce · 14 years ago
  32. cc50bac Warn users before uploading if there are local changes by Anthony Newnam · 14 years ago
  33. 0cb1b3f sync: Try fetching a tag as a last resort before giving up by Julius Gustavsson · 14 years ago
  34. 2daf667 Allow files to be copied into new folders by Matthew Buckett · 15 years ago
  35. 9452e4e Automatically install Gerrit Code Review's commit-msg hook by Shawn O. Pearce · 15 years ago v1.6.9
  36. 4c50dee Fail sync when encountering "N commits behind." by Daniel Sandler · 14 years ago
  37. d63060f Check that we are not overwriting a local repository when syncing. by Nico Sallembien · 14 years ago v1.6.8.11
  38. aa4982e sync: Fix split call on malformed email addresses by Shawn O. Pearce · 14 years ago v1.6.8.9
  39. da88ff4 Silence 'Current branch %s is up to date' during sync by Shawn O. Pearce · 15 years ago
  40. fe200ee Fix unnecessary self in project.py by Shawn O. Pearce · 15 years ago
  41. 3c8dea1 Change project.revision to revisionExpr and revisionId by Shawn O. Pearce · 15 years ago
  42. 8ad8a0e Change DWIMery hack for dealing with rewound remote branch by Shawn O. Pearce · 15 years ago
  43. d1f70d9 Refactor how projects parse remotes so it can be replaced by Shawn O. Pearce · 15 years ago
  44. 242b526 Remove support for the extra <remote> definitions in manifests by Shawn O. Pearce · 15 years ago
  45. bc7ef67 Automatically guess Gerrit change number in "repo upload --replace" by Ficus Kirkpatrick · 15 years ago v1.6.7.4
  46. 9360966 Perform copy file activity when creating a new work directory by Shawn O. Pearce · 15 years ago v1.6.7.1
  47. 05f66b6 Fix 'repo sync' rebase logic on a published branch by Shawn O. Pearce · 15 years ago v1.6.7
  48. fb23161 Automatically use SSH control master support during sync by Shawn O. Pearce · 15 years ago
  49. 3d2cdd0 Highlight projects which still have sync failures during 'repo status' by Shawn O. Pearce · 15 years ago
  50. 552ac89 Modify 'repo abandon' to be more like 'repo checkout' and 'repo start' by Shawn O. Pearce · 15 years ago
  51. 89e717d Improve checkout performance for the common unmodified case by Shawn O. Pearce · 15 years ago
  52. 0f0dfa3 Add progress meter to 'repo start' by Shawn O. Pearce · 15 years ago
  53. 76ca9f8 Make usage of open safer by setting binary mode and closing fds by Shawn O. Pearce · 15 years ago
  54. accc56d Speed up 'repo start' by removing some forks by Shawn O. Pearce · 15 years ago
  55. 9bb9617 Remove unused methods from project.ReviewableBranch by Shawn O. Pearce · 15 years ago
  56. f690687 Only fetch repo once-per-day under normal 'repo sync' usage by Shawn O. Pearce · 15 years ago
  57. 336f7bd Avoid git fork on the common case of repo not changing by Shawn O. Pearce · 15 years ago
  58. 0f3dd23 Avoid unnecessary git symbolic-ref calls during repo sync by Shawn O. Pearce · 15 years ago
  59. fbcde47 Improve repo sync performance by avoid git forks by Shawn O. Pearce · 15 years ago
  60. d237b69 Implement git ref reading purely in Python by Shawn O. Pearce · 15 years ago
  61. 5b23f24 Implement 'git symbolic-ref HEAD' in Python by Shawn O. Pearce · 15 years ago
  62. 006734b Remove confusing message from repo sync output by Shawn O. Pearce · 15 years ago
  63. 350cde4 Change repo sync to be more friendly when updating the tree by Shawn O. Pearce · 15 years ago v1.6.6
  64. 4824478 Refactor error message display in project.py by Shawn O. Pearce · 15 years ago
  65. 19a83d8 Use default rebase during sync instead of rebase -i by Shawn O. Pearce · 15 years ago
  66. 161f445 status: tell the user the working tree is clean by Shawn O. Pearce · 15 years ago
  67. 3e768c9 Add 'repo sync -d' to detach projects from their current topic by Shawn O. Pearce · 15 years ago
  68. 0a389e9 Make 'repo start' restartable upon failures by Shawn O. Pearce · 15 years ago
  69. 2675c3f Don't capture stdout during 'repo checkout' by Shawn O. Pearce · 15 years ago
  70. 27b0732 Add a repo branches subcommand to describe current branches by Shawn O. Pearce · 15 years ago
  71. 02d7945 Add checkout command. by Wink Saville · 15 years ago
  72. c7a4eef Add repo manifest -o to save a manifest by Shawn O. Pearce · 15 years ago v1.6.2
  73. 2816d4f Set core.bare to true on mirror repositories by Shawn O. Pearce · 15 years ago v1.6.1
  74. 6a5644d Get rid of the horrible android import work around hack by Shawn O. Pearce · 15 years ago
  75. fe08675 Fix repo status when there are renamed/copied files by Shawn O. Pearce · 15 years ago
  76. 559b846 Report better errors when a project revision is invalid by Shawn O. Pearce · 15 years ago
  77. 7c6c64d Fix repo prune output to sort by branch name by Shawn O. Pearce · 15 years ago
  78. 3778f9d Fix repo prune to work on git 1.6.1-rc3~5 and later by Shawn O. Pearce · 15 years ago
  79. 370e3fa Remove the protobuf based HTTP upload code path by Shawn O. Pearce · 15 years ago
  80. b54a392 Support Gerrit2's ssh:// based upload by Shawn O. Pearce · 15 years ago v1.5
  81. 21f7385 Remove astray comma by Marcelo E. Magallon · 15 years ago v1.4.4
  82. 2896a79 Add --review and --cc flags to repo upload, so you can by Joe Onorato · 16 years ago
  83. c99883f Teach 'repo upload --replace' how to add replacement patch sets by Shawn O. Pearce · 16 years ago v1.3
  84. 35f2596 Refactor part of GetUploadableBranches to lookup one specific branch by Shawn O. Pearce · 16 years ago
  85. ae6e094 Add <remote project-name="..."> attribute within projects by Shawn O. Pearce · 16 years ago
  86. 339ba9f Use remote.*.projectname to indicate the target project for upload by Shawn O. Pearce · 16 years ago
  87. e284ad1 Add 'repo init --mirror' to download a complete forrest by Shawn O. Pearce · 16 years ago v1.1
  88. 9fa44db Introduce 'repo abandon <branchname>' as an alias for 'git branch -D' by Shawn O. Pearce · 16 years ago v1.0.9
  89. c9ef744 Install a default pre-auto-gc hook in all repositories by Shawn O. Pearce · 16 years ago
  90. 438ee1c Catch symlink creation failures and report a better error by Shawn O. Pearce · 16 years ago
  91. 23d7781 Don't print "Already up-to-date" during repo sync by Shawn O. Pearce · 16 years ago v1.0.8
  92. a54c527 Fast-forward a fully merged topic branch during 'repo sync' by Shawn O. Pearce · 16 years ago
  93. de64681 Don't flip out if there are no template hooks by Shawn O. Pearce · 16 years ago
  94. bd4edc9 Stop downloading snapshots as native git:// is faster by Shawn O. Pearce · 16 years ago
  95. ce03a40 Stop hiding remote missing object errors by Shawn O. Pearce · 16 years ago
  96. 329c31d Repair any mis-directed android-1.0 annotated tags by Shawn O. Pearce · 16 years ago v1.0.6
  97. 632768b Teach repo how to download changes to the local checkout by Shawn O. Pearce · 16 years ago v1.0.4
  98. 0758d2f Show which user account each change was uploaded under by Shawn O. Pearce · 16 years ago v1.0.3
  99. 02dbb6d Fix StopIteration exception during repo {sync,status} by Shawn O. Pearce · 16 years ago v1.0.2
  100. 0734600 Fix 'repo sync' when the remote reflog has only 1 entry by Shawn O. Pearce · 16 years ago