1. 685f080 More code style cleanup by David Pursehouse · Wed Nov 14 08:34:39 2012 +0900
  2. 8898e2f Remove magic hack by David Pursehouse · Wed Nov 14 07:51:03 2012 +0900
  3. 52f1e5d Make load order of local manifests deterministic by David Pursehouse · Wed Nov 14 04:53:24 2012 +0900
  4. 8e3d355 Merge "Print an error message when aborted by user" by Conley Owens · Mon Nov 12 17:35:47 2012 -0800
  5. 4a4776e Merge "Handle manifest parse errors in main" by Conley Owens · Mon Nov 12 17:35:40 2012 -0800
  6. 2fa715f Merge "Better handling of duplicate remotes" by Conley Owens · Mon Nov 12 17:35:30 2012 -0800
  7. 6287543 Merge "Change usages of xrange() to range()" by Conley Owens · Mon Nov 12 17:30:55 2012 -0800
  8. b0936b0 Print an error message when aborted by user by David Pursehouse · Tue Nov 13 09:56:16 2012 +0900
  9. 0b8df7b Handle manifest parse errors in main by David Pursehouse · Tue Nov 13 09:51:57 2012 +0900
  10. 717ece9 Better handling of duplicate remotes by David Pursehouse · Tue Nov 13 08:49:16 2012 +0900
  11. 5566ae5 Print deprecation warning when local_manifest.xml is used by David Pursehouse · Tue Nov 13 03:04:18 2012 +0900
  12. 2d5a0df Add support for multiple local manifests by David Pursehouse · Tue Nov 13 02:50:36 2012 +0900
  13. f7fc8a9 Handle XML errors when parsing the manifest by David Pursehouse · Tue Nov 13 04:00:28 2012 +0900
  14. 1ad7b55 Merge "Always show --manifest-server-* options" by Conley Owens · Wed Nov 07 12:39:25 2012 -0800
  15. 7e6dd2d Fix pylint warning W0108: Lambda may not be necessary by David Pursehouse · Thu Oct 25 12:40:51 2012 +0900
  16. 8d070cf Always show --manifest-server-* options by Conley Owens · Tue Nov 06 13:14:31 2012 -0800
  17. a6053d5 Change usages of xrange() to range() by Sarah Owens · Thu Nov 01 13:36:50 2012 -0700
  18. e072a92 Merge "Use python3 urllib when urllib2 not available" by Conley Owens · Thu Nov 01 10:13:33 2012 -0700
  19. 7601ee2 Merge "Use 'stat' package instead of literals for mkdir()" by Conley Owens · Thu Nov 01 10:01:17 2012 -0700
  20. 1f7627f Use python3 urllib when urllib2 not available by Sarah Owens · Wed Oct 31 09:21:55 2012 -0700
  21. b42b474 project: Require git >= 1.7.2 for setting config on command line by Dave Borowitz · Wed Oct 31 12:27:27 2012 -0700
  22. e215267 sync: Only parallelize gc for git >= 1.7.2 by Dave Borowitz · Wed Oct 31 12:24:38 2012 -0700
  23. 60798a3 Use 'stat' package instead of literals for mkdir() by Sarah Owens · Thu Oct 25 17:53:09 2012 -0700
  24. 1d947b3 Even more coding style cleanup by David Pursehouse · Thu Oct 25 12:23:11 2012 +0900
  25. 2d113f3 Merge "Update minimum git version to 1.7.2" by Shawn Pearce · Fri Oct 26 16:10:21 2012 -0700
  26. de7eae4 Merge "Revert "Represent git-submodule as nested projects"" by Shawn O. Pearce · Fri Oct 26 12:30:38 2012 -0700
  27. 2fe99e8 Merge "repo selfupdate: Fix _PostRepoUpgrade takes 2 arguments" by Shawn O. Pearce · Fri Oct 26 12:27:36 2012 -0700
  28. cd81dd6 Revert "Represent git-submodule as nested projects" by Shawn O. Pearce · Fri Oct 26 12:18:00 2012 -0700 v1.11.1
  29. 80d2ceb repo selfupdate: Fix _PostRepoUpgrade takes 2 arguments by Shawn O. Pearce · Fri Oct 26 12:23:05 2012 -0700
  30. c5aa4d3 Update minimum git version to 1.7.2 by Conley Owens · Fri Oct 26 11:34:11 2012 -0700
  31. bed45f9 Merge "Show user about not initializing repo in current directory" by Conley Owens · Fri Oct 26 09:52:15 2012 -0700
  32. 55e4d46 Add a PGP key for cco3@android.com by Conley Owens · Mon Oct 01 16:12:28 2012 -0700 v1.11.0
  33. 75cc353 Show user about not initializing repo in current directory by Yang Zhenhui · Tue Oct 23 15:41:54 2012 +0800
  34. c9129d9 Update PGP keys during _PostRepoUpgrade in `sync` by Conley Owens · Mon Oct 01 16:12:28 2012 -0700
  35. 57365c9 Merge "sync: Run gc --auto in parallel" by Shawn Pearce · Thu Oct 25 17:38:05 2012 -0700
  36. dc96476 Merge "project: Support config args in git command callables" by Shawn Pearce · Thu Oct 25 17:36:03 2012 -0700
  37. 2577cec Merge "sync: Keep a moving average of last fetch times" by Shawn Pearce · Thu Oct 25 17:35:15 2012 -0700
  38. e48d346 Merge "sync: Order projects according to last fetch time" by Shawn Pearce · Thu Oct 25 17:33:36 2012 -0700
  39. ab8f911 Fix pylint warnings introduced by the submodule patch by Che-Liang Chiou · Thu Oct 25 13:44:11 2012 -0700
  40. 608aff7 Merge "Use modern Python exception syntax" by Conley Owens · Thu Oct 25 10:03:36 2012 -0700
  41. 13657c4 Merge "Add regex matching to repo list command" by Conley Owens · Thu Oct 25 10:00:41 2012 -0700
  42. e4ed8f6 Merge "Add pylint configuration and instructions" by Conley Owens · Thu Oct 25 09:51:06 2012 -0700
  43. fdb4447 Merge "Change PyDev project version to "python 2.6"" by Conley Owens · Thu Oct 25 09:46:38 2012 -0700
  44. 1885721 sync: Run gc --auto in parallel by Dave Borowitz · Tue Oct 23 17:02:59 2012 -0700
  45. d75c669 Add regex matching to repo list command by Olof Johansson · Tue Oct 09 08:25:55 2012 +0200
  46. 091f893 project: Support config args in git command callables by Dave Borowitz · Tue Oct 23 17:01:04 2012 -0700
  47. d947858 sync: Keep a moving average of last fetch times by Dave Borowitz · Tue Oct 23 16:35:39 2012 -0700
  48. 67700e9 sync: Order projects according to last fetch time by Dave Borowitz · Tue Oct 23 15:00:54 2012 -0700
  49. a5be53f Use modern Python exception syntax by Sarah Owens · Sun Sep 09 15:37:57 2012 -0700
  50. 9ed12c5 Change PyDev project version to "python 2.6" by Sarah Owens · Tue Oct 23 21:28:12 2012 -0700
  51. 4f7bdea Add pylint configuration and instructions by David Pursehouse · Mon Oct 22 12:50:15 2012 +0900
  52. 69998b0 Represent git-submodule as nested projects by Che-Liang Chiou · Wed Jan 11 11:28:42 2012 +0800
  53. 5c6eeac More coding style cleanup by David Pursehouse · Thu Oct 11 16:44:48 2012 +0900
  54. e986072 Support HTTP authentication using user input as fallback by JoonCheol Park · Thu Oct 11 02:31:44 2012 +0900
  55. 2f6ab7f Rename "dir" variables by Mickaël Salaün · Sun Sep 30 00:37:55 2012 +0200
  56. 3a6cd42 Merge "Coding style cleanup" by Conley Owens · Tue Oct 09 14:29:46 2012 -0700
  57. 25f1768 Merge "Expand ~ to user's home directory for --reference" by Conley Owens · Tue Oct 09 13:46:10 2012 -0700
  58. 8a68ff9 Coding style cleanup by David Pursehouse · Mon Sep 24 12:15:13 2012 +0900
  59. 297e7c6 Expand ~ to user's home directory for --reference by Victor Boivie · Fri Oct 05 14:50:05 2012 +0200
  60. e3b1c45 Remove unreachable code by David Pursehouse · Wed Oct 03 18:04:02 2012 +0900
  61. 7119f94 Update commit-msg hook to version from Gerrit v2.5-rc0 by David Pursehouse · Wed Oct 03 17:20:06 2012 +0900
  62. 01f443d Correct call to `sys.exit()` by David Pursehouse · Wed Oct 03 19:11:28 2012 +0900
  63. b926116 Remove `ImportError` class by David Pursehouse · Wed Oct 03 15:47:02 2012 +0900
  64. 3ff9dec Merge "manifest: record the original revision when in -r mode." by Conley Owens · Wed Oct 03 16:49:12 2012 -0700
  65. 14a6674 manifest: record the original revision when in -r mode. by Brian Harring · Fri Sep 28 20:21:57 2012 -0700
  66. 9779565 Fix incorrect default_groups when parsing projects from XML manifest by David Holmer · Wed Sep 26 01:58:48 2012 -0400
  67. cf76b1b sync: Support manual authentication to the manifest server by David Pursehouse · Fri Sep 14 10:31:42 2012 +0900
  68. e00aa6b Clean up imports by David Pursehouse · Tue Sep 11 14:33:51 2012 +0900
  69. 86d973d sync: Support authentication to manifest server with .netrc by David Pursehouse · Fri Aug 24 10:21:02 2012 +0900
  70. 34acdd2 Fix ManifestParseError when first child node is comment by Jooncheol Park · Mon Aug 27 02:25:59 2012 +0900 maint v1.10.4
  71. d94aaef sync: Correct imports of `R_HEADS` and `HEAD` by David Pursehouse · Fri Sep 07 09:52:04 2012 +0900
  72. bd489c4 sync: catch exceptions when connecting to the manifest server by David Pursehouse · Thu Aug 23 10:21:26 2012 +0900
  73. 2dc810c Fix errors when clone.bundle missing on server by Matt Gumbel · Thu Aug 30 09:39:36 2012 -0700
  74. bb1b5f5 Allow projects to be specified as notdefault by Conley Owens · Mon Aug 13 13:11:18 2012 -0700
  75. e212665 Make "repo sync -j<count>" stop properly on Ctrl-C. by David 'Digit' Turner · Wed Sep 05 10:35:06 2012 +0200
  76. 9a27d01 manifest-format.txt: Add documentation for GetManifest RPC method by David Pursehouse · Tue Aug 21 14:23:49 2012 +0900
  77. 918ff85 `repo manifest`: default to stdout if no "-o" by Conley Owens · Tue Aug 07 10:44:01 2012 -0700
  78. 3d07da8 init: Improved help text for the --mirror option by David Pursehouse · Wed Aug 15 14:22:08 2012 +0900
  79. e15c65a Remove unused imports by David Pursehouse · Wed Aug 22 10:46:11 2012 +0900
  80. daa851f manifest-format.txt: Fix a couple of minor spelling mistakes by David Pursehouse · Tue Aug 21 13:52:18 2012 +0900
  81. a43f42f Patches should be submitted to master, not maint by David Pursehouse · Tue Aug 21 16:26:07 2012 +0900
  82. bb8337f Merge branch 'master' into maint by Conley Owens · Tue Aug 14 11:21:19 2012 -0700
  83. 17f85ea Omit all default groups when generating a manifest by Dmitry Fink · Mon Aug 06 14:52:29 2012 -0700
  84. b9477bc project.py: Replace the relpath function with os.path.relpath by Mickaël Salaün · Sun Aug 05 13:39:26 2012 +0200
  85. 5e7127d Use curl command line tool for clone.bundle by Shawn O. Pearce · Thu Aug 02 14:57:37 2012 -0700 v1.10.3
  86. 5d0efdb sync: Honor --no-clone-bundle with -j1 by Shawn O. Pearce · Thu Aug 02 12:13:01 2012 -0700
  87. f35b2d9 Fix mirror mode by Shawn O. Pearce · Thu Aug 02 11:46:22 2012 -0700 v1.10.2
  88. e0904f7 Fix unsupported operand type(s) for +: 'int' and 'str' by Shawn O. Pearce · Wed Aug 01 20:44:23 2012 -0700 v1.10.1
  89. 9830553 Fix percent done on resumed /clone.bundle by Shawn O. Pearce · Wed Aug 01 17:41:26 2012 -0700 v1.10.0
  90. 2bc7f5c Fix bug in version_tuple to handle strings with -rc# by Chad Jones · Thu Jun 28 13:12:13 2012 -0700
  91. b292b98 Add remote alias support in manifest by Yestin Sun · Mon Jul 02 07:32:50 2012 -0700
  92. 2f127de Add "repo overview" command. by Joe Hansche · Mon Jul 09 12:59:56 2012 -0400
  93. 7da1314 Inject the project name into each projects groups. by Brian Harring · Fri Jun 15 02:24:20 2012 -0700
  94. 435370c upload: add --draft option. by Brian Harring · Sat Jul 28 15:37:04 2012 -0700
  95. e8f75fa Don't delete the branch config when switching branches. by Torne (Richard Coles) · Fri Jul 20 15:32:19 2012 +0100 v1.9.6
  96. 87636f2 Fix for failures with repo upload for projects that have a SHA1 for a revision; instead use the default manifest revision by Chad Jones · Thu Jun 14 16:53:40 2012 -0700 v1.9.5
  97. 337aee0 Single quote http.proxy in GIT_CONFIG_PARAMETERS by Shawn O. Pearce · Wed Jun 13 10:40:46 2012 -0700 v1.9.4
  98. 7cf1b36 Detach branch even when already on the latest revision using sync -d by Florian Vallee · Thu Jun 07 17:11:42 2012 +0200
  99. 5e57234 Support automatically stashing local modifications during repo-rebase. by Joe Hansche · Mon Mar 05 11:41:19 2012 -0500
  100. 5d01650 Fix switching manifest branches using repo init -b by Florian Vallee · Thu Jun 07 17:19:26 2012 +0200