repo 1.12.17
  1. 5cf1660 Allow selection of a target when using smart sync. by Jeff Davidson · 10 years ago
  2. 85b24ac Use JSON instead of pickle by Anthony King · 10 years ago
  3. 89ece42 Clean up duplicate logic in subcmds/sync.py. by David James · 10 years ago
  4. 094cdbe Add wrapper module by Conley Owens · 10 years ago
  5. f2fe2d9 Properly iterate through values by Conley Owens · 10 years ago v1.12.9
  6. e695338 Merge "repo: Support multiple branches for the same project." by Conley Owens · 10 years ago
  7. 335f5ef Add --archive option to init to sync using git archive by Julien Campergue · 11 years ago
  8. 0eb35cb Fix some python3 encoding issues by Chirayu Desai · 11 years ago
  9. 8d20116 repo: Support multiple branches for the same project. by David James · 11 years ago
  10. 351fe2c Sync: Improved error message when manifest server RPC call fails by David Pursehouse · 11 years ago
  11. fb99c71 Sync: Print name of manifest server used for smart sync/smart tag by David Pursehouse · 11 years ago
  12. 854f2b6 Merge "sync: assign manifest_name earlier" by David Pursehouse · 11 years ago
  13. a892b10 sync: assign manifest_name earlier by Chirayu Desai · 11 years ago
  14. db2ad9d Fix urllib.parse (urlparse) handling by Chirayu Desai · 11 years ago
  15. 65b162b Merge "Fix "'module' object is not callable" error" by Conley Owens · 11 years ago
  16. cd51f17 Fix "'module' object is not callable" error by David Pursehouse · 11 years ago
  17. 53a6c5d Degrade: Fix smart sync/smart tag by Victor Boivie · 11 years ago
  18. 59bbb58 Move Python version checking to a separate module by David Pursehouse · 11 years ago
  19. 217ea7d Some fixes for supporting python3 by Chirayu Desai · 11 years ago
  20. fef4ae7 sync: be more verbose by Chirayu Desai · 11 years ago
  21. 0766900 Reload the correct manifest during sync. by Tim Kilbourn · 11 years ago
  22. 2f9e7e4 Fix: Missing spaces in printed messages by David Pursehouse · 11 years ago
  23. 597868b Add --no-tags option to prevent fetching of tags by Mitchel Humpherys · 12 years ago
  24. 7bdbde7 Allow sync to run even when the manifest is broken. by Torne (Richard Coles) · 12 years ago
  25. b2bd91c Represent git-submodule as nested projects, take 2 by Che-Liang Chiou · 12 years ago
  26. 8f62fb7 Tidy up code formatting a bit more by David Pursehouse · 12 years ago
  27. c1b86a2 Fix inconsistent indentation by David Pursehouse · 12 years ago
  28. cecd1d8 Change print statements to work in python3 by Sarah Owens · 12 years ago
  29. 8d070cf Always show --manifest-server-* options by Conley Owens · 12 years ago
  30. e215267 sync: Only parallelize gc for git >= 1.7.2 by Dave Borowitz · 12 years ago
  31. 1d947b3 Even more coding style cleanup by David Pursehouse · 12 years ago
  32. cd81dd6 Revert "Represent git-submodule as nested projects" by Shawn O. Pearce · 12 years ago v1.11.1
  33. 80d2ceb repo selfupdate: Fix _PostRepoUpgrade takes 2 arguments by Shawn O. Pearce · 12 years ago
  34. c9129d9 Update PGP keys during _PostRepoUpgrade in `sync` by Conley Owens · 12 years ago
  35. 57365c9 Merge "sync: Run gc --auto in parallel" by Shawn Pearce · 12 years ago
  36. 2577cec Merge "sync: Keep a moving average of last fetch times" by Shawn Pearce · 12 years ago
  37. e48d346 Merge "sync: Order projects according to last fetch time" by Shawn Pearce · 12 years ago
  38. ab8f911 Fix pylint warnings introduced by the submodule patch by Che-Liang Chiou · 12 years ago
  39. 608aff7 Merge "Use modern Python exception syntax" by Conley Owens · 12 years ago
  40. 1885721 sync: Run gc --auto in parallel by Dave Borowitz · 12 years ago
  41. d947858 sync: Keep a moving average of last fetch times by Dave Borowitz · 12 years ago
  42. 67700e9 sync: Order projects according to last fetch time by Dave Borowitz · 12 years ago
  43. a5be53f Use modern Python exception syntax by Sarah Owens · 12 years ago
  44. 69998b0 Represent git-submodule as nested projects by Che-Liang Chiou · 12 years ago
  45. 2f6ab7f Rename "dir" variables by Mickaël Salaün · 12 years ago
  46. 8a68ff9 Coding style cleanup by David Pursehouse · 12 years ago
  47. e3b1c45 Remove unreachable code by David Pursehouse · 12 years ago
  48. cf76b1b sync: Support manual authentication to the manifest server by David Pursehouse · 12 years ago
  49. 86d973d sync: Support authentication to manifest server with .netrc by David Pursehouse · 12 years ago
  50. d94aaef sync: Correct imports of `R_HEADS` and `HEAD` by David Pursehouse · 12 years ago
  51. bd489c4 sync: catch exceptions when connecting to the manifest server by David Pursehouse · 12 years ago
  52. e212665 Make "repo sync -j<count>" stop properly on Ctrl-C. by David 'Digit' Turner · 12 years ago
  53. 5d0efdb sync: Honor --no-clone-bundle with -j1 by Shawn O. Pearce · 12 years ago
  54. 5acde75 Add manifest groups by Colin Cross · 12 years ago v1.8.2
  55. e02ac0a sync: --no-clone-bundle disables the clone bundle support by Shawn O. Pearce · 12 years ago v1.8.0
  56. e9dc3b3 sync: Add manifest_name parameter by Chris Wolfe · 12 years ago
  57. 53d6f4d Add a sync flag that fetches only current branch by Anatol Pomazau · 13 years ago
  58. df5ee52 Fix Python 2.4 support by Shawn O. Pearce · 13 years ago
  59. c465796 sync: Update default -j flag from manifest by Shawn O. Pearce · 13 years ago
  60. 6392c87 sync: Allow -j to have a default in manifest by Shawn O. Pearce · 13 years ago v1.7.6
  61. 97d2b2f sync: Limit -j to file descriptors by Shawn O. Pearce · 13 years ago
  62. 08c880d Smart tag support by Victor Boivie · 13 years ago
  63. 723c5dc Fix parallel sync on python < 2.6. by Daniel Sandler · 13 years ago
  64. e6a0eeb sync: Fix syntax error on Python 2.4 by Shawn O. Pearce · 13 years ago v1.7.4.2
  65. fc06ced Make 'repo sync -jN' exit with an error code in the case of sync errors. by Doug Anderson · 13 years ago
  66. 0d2b61f sync: Run `git gc --auto` after fetch by Shawn O. Pearce · 15 years ago
  67. f18cb76 Encode the environment variables passed to git by Shawn O. Pearce · 14 years ago
  68. 2b8db3c Added feature to print a <notice> from manifest at the end of a sync. by Doug Anderson · 14 years ago v1.7.1
  69. 5df6de0 sync: Use --force-broken to continue other projects by Andrei Warkentin · 14 years ago v1.7
  70. 16614f8 sync --quiet: be more quiet by Shawn O. Pearce · 14 years ago
  71. 18afd7f sync: support --jobs to fetch projects simultaneously by Roy Lee · 14 years ago
  72. 6623b21 Aliasing sync -s to 'smartsync' by Nico Sallembien · 14 years ago v1.6.9.7
  73. 719965a Override manifest file only after it is fully written to disk. by Nico Sallembien · 14 years ago v1.6.9.4
  74. 5732e47 Strip refs/heads in the branch sent to the manifest server. by Nico Sallembien · 14 years ago
  75. f3fdf82 sync: Safely skip already deleted projects by Anthony · 15 years ago v1.6.9.3
  76. a1bfd2c Add a 'smart sync' option to repo sync by Nico Sallembien · 14 years ago v1.6.9.2
  77. 9bb1816 Fixing project renaming bug. by Nico Sallembien · 15 years ago v1.6.8.8
  78. 9fb29ce sync: Keep the project.list file sorted by Shawn O. Pearce · 15 years ago
  79. 3a68bb4 sync: Tolerate blank lines in project.list by Shawn O. Pearce · 15 years ago v1.6.8.1
  80. cd1d7ff sync: Don't process project.list in a mirror by Shawn O. Pearce · 15 years ago
  81. 8135cdc Delete empty parent subdirs after deleting obsolete paths. by Jaikumar Ganesh · 15 years ago v1.6.8
  82. 4f2517f Update project paths after sync. by Jaikumar Ganesh · 15 years ago
  83. 3c8dea1 Change project.revision to revisionExpr and revisionId by Shawn O. Pearce · 15 years ago
  84. eb7af87 Document the SSH ControlMaster behavior of repo sync by Shawn O. Pearce · 15 years ago
  85. fd89b67 Clarify options that control the repo executable version by Shawn O. Pearce · 15 years ago
  86. f690687 Only fetch repo once-per-day under normal 'repo sync' usage by Shawn O. Pearce · 15 years ago
  87. 350cde4 Change repo sync to be more friendly when updating the tree by Shawn O. Pearce · 15 years ago v1.6.6
  88. e756c41 Add 'repo selfupdate' to upgrade only repo by Shawn O. Pearce · 15 years ago
  89. 68194f4 Add a project progress meter to 'repo sync' by Shawn O. Pearce · 15 years ago
  90. b1562fa Add 'repo sync -l' to only do local operations by Shawn O. Pearce · 15 years ago
  91. 3e768c9 Add 'repo sync -d' to detach projects from their current topic by Shawn O. Pearce · 15 years ago
  92. 96fdcef Add 'repo sync -n' to only do the network transfer by Shawn O. Pearce · 15 years ago
  93. 2a1ccb2 Hide the internal sync --repo-upgraded flag from users by Shawn O. Pearce · 15 years ago
  94. c95583b Don't permit users to run repo status in a mirror client by Shawn O. Pearce · 15 years ago
  95. e284ad1 Add 'repo init --mirror' to download a complete forrest by Shawn O. Pearce · 16 years ago v1.1
  96. c9ef744 Install a default pre-auto-gc hook in all repositories by Shawn O. Pearce · 16 years ago
  97. cf31fe9 Initial Contribution by The Android Open Source Project · 16 years ago v1.0