1. 9360966 Perform copy file activity when creating a new work directory by Shawn O. Pearce · 15 years ago v1.6.7.1
  2. 05f66b6 Fix 'repo sync' rebase logic on a published branch by Shawn O. Pearce · 15 years ago v1.6.7
  3. fb23161 Automatically use SSH control master support during sync by Shawn O. Pearce · 15 years ago
  4. 3d2cdd0 Highlight projects which still have sync failures during 'repo status' by Shawn O. Pearce · 15 years ago
  5. 552ac89 Modify 'repo abandon' to be more like 'repo checkout' and 'repo start' by Shawn O. Pearce · 15 years ago
  6. 89e717d Improve checkout performance for the common unmodified case by Shawn O. Pearce · 15 years ago
  7. 0f0dfa3 Add progress meter to 'repo start' by Shawn O. Pearce · 15 years ago
  8. 76ca9f8 Make usage of open safer by setting binary mode and closing fds by Shawn O. Pearce · 15 years ago
  9. accc56d Speed up 'repo start' by removing some forks by Shawn O. Pearce · 15 years ago
  10. 9bb9617 Remove unused methods from project.ReviewableBranch by Shawn O. Pearce · 15 years ago
  11. f690687 Only fetch repo once-per-day under normal 'repo sync' usage by Shawn O. Pearce · 15 years ago
  12. 336f7bd Avoid git fork on the common case of repo not changing by Shawn O. Pearce · 15 years ago
  13. 0f3dd23 Avoid unnecessary git symbolic-ref calls during repo sync by Shawn O. Pearce · 15 years ago
  14. fbcde47 Improve repo sync performance by avoid git forks by Shawn O. Pearce · 15 years ago
  15. d237b69 Implement git ref reading purely in Python by Shawn O. Pearce · 15 years ago
  16. 5b23f24 Implement 'git symbolic-ref HEAD' in Python by Shawn O. Pearce · 15 years ago
  17. 006734b Remove confusing message from repo sync output by Shawn O. Pearce · 15 years ago
  18. 350cde4 Change repo sync to be more friendly when updating the tree by Shawn O. Pearce · 15 years ago v1.6.6
  19. 4824478 Refactor error message display in project.py by Shawn O. Pearce · 15 years ago
  20. 19a83d8 Use default rebase during sync instead of rebase -i by Shawn O. Pearce · 15 years ago
  21. 161f445 status: tell the user the working tree is clean by Shawn O. Pearce · 15 years ago
  22. 3e768c9 Add 'repo sync -d' to detach projects from their current topic by Shawn O. Pearce · 15 years ago
  23. 0a389e9 Make 'repo start' restartable upon failures by Shawn O. Pearce · 15 years ago
  24. 2675c3f Don't capture stdout during 'repo checkout' by Shawn O. Pearce · 15 years ago
  25. 27b0732 Add a repo branches subcommand to describe current branches by Shawn O. Pearce · 15 years ago
  26. 02d7945 Add checkout command. by Wink Saville · 15 years ago
  27. c7a4eef Add repo manifest -o to save a manifest by Shawn O. Pearce · 15 years ago v1.6.2
  28. 2816d4f Set core.bare to true on mirror repositories by Shawn O. Pearce · 15 years ago v1.6.1
  29. 6a5644d Get rid of the horrible android import work around hack by Shawn O. Pearce · 15 years ago
  30. fe08675 Fix repo status when there are renamed/copied files by Shawn O. Pearce · 15 years ago
  31. 559b846 Report better errors when a project revision is invalid by Shawn O. Pearce · 15 years ago
  32. 7c6c64d Fix repo prune output to sort by branch name by Shawn O. Pearce · 15 years ago
  33. 3778f9d Fix repo prune to work on git 1.6.1-rc3~5 and later by Shawn O. Pearce · 15 years ago
  34. 370e3fa Remove the protobuf based HTTP upload code path by Shawn O. Pearce · 15 years ago
  35. b54a392 Support Gerrit2's ssh:// based upload by Shawn O. Pearce · 15 years ago v1.5
  36. 21f7385 Remove astray comma by Marcelo E. Magallon · 15 years ago v1.4.4
  37. 2896a79 Add --review and --cc flags to repo upload, so you can by Joe Onorato · 16 years ago
  38. c99883f Teach 'repo upload --replace' how to add replacement patch sets by Shawn O. Pearce · 16 years ago v1.3
  39. 35f2596 Refactor part of GetUploadableBranches to lookup one specific branch by Shawn O. Pearce · 16 years ago
  40. ae6e094 Add <remote project-name="..."> attribute within projects by Shawn O. Pearce · 16 years ago
  41. 339ba9f Use remote.*.projectname to indicate the target project for upload by Shawn O. Pearce · 16 years ago
  42. e284ad1 Add 'repo init --mirror' to download a complete forrest by Shawn O. Pearce · 16 years ago v1.1
  43. 9fa44db Introduce 'repo abandon <branchname>' as an alias for 'git branch -D' by Shawn O. Pearce · 16 years ago v1.0.9
  44. c9ef744 Install a default pre-auto-gc hook in all repositories by Shawn O. Pearce · 16 years ago
  45. 438ee1c Catch symlink creation failures and report a better error by Shawn O. Pearce · 16 years ago
  46. 23d7781 Don't print "Already up-to-date" during repo sync by Shawn O. Pearce · 16 years ago v1.0.8
  47. a54c527 Fast-forward a fully merged topic branch during 'repo sync' by Shawn O. Pearce · 16 years ago
  48. de64681 Don't flip out if there are no template hooks by Shawn O. Pearce · 16 years ago
  49. bd4edc9 Stop downloading snapshots as native git:// is faster by Shawn O. Pearce · 16 years ago
  50. ce03a40 Stop hiding remote missing object errors by Shawn O. Pearce · 16 years ago
  51. 329c31d Repair any mis-directed android-1.0 annotated tags by Shawn O. Pearce · 16 years ago v1.0.6
  52. 632768b Teach repo how to download changes to the local checkout by Shawn O. Pearce · 16 years ago v1.0.4
  53. 0758d2f Show which user account each change was uploaded under by Shawn O. Pearce · 16 years ago v1.0.3
  54. 02dbb6d Fix StopIteration exception during repo {sync,status} by Shawn O. Pearce · 16 years ago v1.0.2
  55. 0734600 Fix 'repo sync' when the remote reflog has only 1 entry by Shawn O. Pearce · 16 years ago
  56. cf31fe9 Initial Contribution by The Android Open Source Project · 16 years ago v1.0