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