1. 57bd7b7 Fix: GitError when using repo info -d by Olof Johansson · Tue Jan 29 08:22:05 2013 +0100
  2. 4e46520 Add missing manifest format documentation by David Pursehouse · Tue Nov 27 22:20:10 2012 +0900
  3. 63d356f 'repo status --orphans' shows non-repo files by Will Richey · Thu Jun 21 09:49:59 2012 -0400
  4. 3576596 Fix: missing space in information message after repo init by David Pursehouse · Tue Jan 29 09:49:48 2013 +0900
  5. 2547098 Better error message when using --mirror in existing workspace by David Pursehouse · Wed Nov 21 14:41:58 2012 +0900
  6. e0b6de3 Fix: missing spaces in info command output by David Pursehouse · Wed Nov 21 17:36:28 2012 +0900
  7. 4baf87f Merge "should use os.path.lexist instead of os.path.exist" by Shawn Pearce · Mon Jan 28 16:25:54 2013 +0000
  8. 84f7e13 Merge "Check for a cookie file when fetching clone.bundle." by Conley Owens · Thu Jan 17 20:02:03 2013 +0000
  9. 26e2475 If parsing the manifests fails, reset the XmlManifest object by Joe Onorato · Fri Jan 11 12:35:53 2013 -0800
  10. c59baff Merge "Pass full path of the XML in local_manifests to the parser" by Conley Owens · Thu Jan 17 17:06:49 2013 +0000
  11. 0290cad Merge "Make -notdefault a default manifest group" by Conley Owens · Mon Jan 14 22:34:13 2013 +0000
  12. ed68d0e Check for a cookie file when fetching clone.bundle. by Torne (Richard Coles) · Fri Jan 11 16:22:54 2013 +0000
  13. 1a5c774 Pass full path of the XML in local_manifests to the parser by Tobias Droste · Thu Jan 03 18:27:45 2013 +0100
  14. a9f11b3 Support resolving relative fetch URLs on persistent-https:// by Shawn Pearce · Wed Jan 02 15:40:48 2013 -0800 v1.12.0
  15. 0c635bb Make -notdefault a default manifest group by Matt Gumbel · Fri Dec 21 10:14:53 2012 -0800
  16. 7bdbde7 Allow sync to run even when the manifest is broken. by Torne (Richard Coles) · Wed Dec 05 10:58:06 2012 +0000
  17. 223bf96 should use os.path.lexist instead of os.path.exist by Sebastian Frias · Wed Nov 21 19:09:25 2012 +0100
  18. b2bd91c Represent git-submodule as nested projects, take 2 by Che-Liang Chiou · Wed Jan 11 11:28:42 2012 +0800
  19. 3f5ea0b Allow init command to set options from environment variables by David Pursehouse · Sat Nov 17 03:13:09 2012 +0900
  20. b148ac9 Allow command options to be set from environment variables by David Pursehouse · Fri Nov 16 09:33:39 2012 +0900
  21. a67df63 Merge "Raise a NoManifestException when the manifest DNE" by Conley Owens · Fri Nov 16 10:39:24 2012 -0800
  22. f910748 Better error message if 'remove-project' refers to non-existent project by David Pursehouse · Fri Nov 16 19:12:32 2012 +0900
  23. 75ee057 Raise a NoManifestException when the manifest DNE by Conley Owens · Thu Nov 15 17:33:11 2012 -0800
  24. 88b8672 Add option to abort on error in forall by Victor Boivie · Wed Sep 07 09:43:28 2011 +0200
  25. e66291f Merge "Simplify error handling in subcommand execution" by Conley Owens · Wed Nov 14 16:22:41 2012 -0800
  26. 7ba25be Simplify error handling in subcommand execution by Conley Owens · Wed Nov 14 14:18:06 2012 -0800
  27. 3794a78 Sync help text in repo from init.py by David Pursehouse · Thu Nov 15 06:17:30 2012 +0900
  28. 33949c3 Add repo info command by Olof Johansson · Tue Jul 10 14:32:23 2012 +0200
  29. 8f62fb7 Tidy up code formatting a bit more by David Pursehouse · Wed Nov 14 12:09:38 2012 +0900
  30. 98ffba1 Fix: "Statement seems to have no effect" by David Pursehouse · Wed Nov 14 11:18:00 2012 +0900
  31. c1b86a2 Fix inconsistent indentation by David Pursehouse · Wed Nov 14 11:36:51 2012 +0900
  32. cecd1d8 Change print statements to work in python3 by Sarah Owens · Thu Nov 01 22:59:27 2012 -0700
  33. fc24124 Convert prompt answers to lower case before checking by David Pursehouse · Wed Nov 14 09:19:39 2012 +0900
  34. 9f3406e Minor documentation formatting and grammatical fixes by David Pursehouse · Wed Nov 14 08:52:25 2012 +0900
  35. b1525bf Fix documentation reference to local_manifest.xml by David Pursehouse · Wed Nov 14 08:51:38 2012 +0900
  36. 685f080 More code style cleanup by David Pursehouse · Wed Nov 14 08:34:39 2012 +0900
  37. 8898e2f Remove magic hack by David Pursehouse · Wed Nov 14 07:51:03 2012 +0900
  38. 52f1e5d Make load order of local manifests deterministic by David Pursehouse · Wed Nov 14 04:53:24 2012 +0900
  39. 8e3d355 Merge "Print an error message when aborted by user" by Conley Owens · Mon Nov 12 17:35:47 2012 -0800
  40. 4a4776e Merge "Handle manifest parse errors in main" by Conley Owens · Mon Nov 12 17:35:40 2012 -0800
  41. 2fa715f Merge "Better handling of duplicate remotes" by Conley Owens · Mon Nov 12 17:35:30 2012 -0800
  42. 6287543 Merge "Change usages of xrange() to range()" by Conley Owens · Mon Nov 12 17:30:55 2012 -0800
  43. b0936b0 Print an error message when aborted by user by David Pursehouse · Tue Nov 13 09:56:16 2012 +0900
  44. 0b8df7b Handle manifest parse errors in main by David Pursehouse · Tue Nov 13 09:51:57 2012 +0900
  45. 717ece9 Better handling of duplicate remotes by David Pursehouse · Tue Nov 13 08:49:16 2012 +0900
  46. 5566ae5 Print deprecation warning when local_manifest.xml is used by David Pursehouse · Tue Nov 13 03:04:18 2012 +0900
  47. 2d5a0df Add support for multiple local manifests by David Pursehouse · Tue Nov 13 02:50:36 2012 +0900
  48. f7fc8a9 Handle XML errors when parsing the manifest by David Pursehouse · Tue Nov 13 04:00:28 2012 +0900
  49. 1ad7b55 Merge "Always show --manifest-server-* options" by Conley Owens · Wed Nov 07 12:39:25 2012 -0800
  50. 7e6dd2d Fix pylint warning W0108: Lambda may not be necessary by David Pursehouse · Thu Oct 25 12:40:51 2012 +0900
  51. 8d070cf Always show --manifest-server-* options by Conley Owens · Tue Nov 06 13:14:31 2012 -0800
  52. a6053d5 Change usages of xrange() to range() by Sarah Owens · Thu Nov 01 13:36:50 2012 -0700
  53. e072a92 Merge "Use python3 urllib when urllib2 not available" by Conley Owens · Thu Nov 01 10:13:33 2012 -0700
  54. 7601ee2 Merge "Use 'stat' package instead of literals for mkdir()" by Conley Owens · Thu Nov 01 10:01:17 2012 -0700
  55. 1f7627f Use python3 urllib when urllib2 not available by Sarah Owens · Wed Oct 31 09:21:55 2012 -0700
  56. b42b474 project: Require git >= 1.7.2 for setting config on command line by Dave Borowitz · Wed Oct 31 12:27:27 2012 -0700
  57. e215267 sync: Only parallelize gc for git >= 1.7.2 by Dave Borowitz · Wed Oct 31 12:24:38 2012 -0700
  58. 60798a3 Use 'stat' package instead of literals for mkdir() by Sarah Owens · Thu Oct 25 17:53:09 2012 -0700
  59. 1d947b3 Even more coding style cleanup by David Pursehouse · Thu Oct 25 12:23:11 2012 +0900
  60. 2d113f3 Merge "Update minimum git version to 1.7.2" by Shawn Pearce · Fri Oct 26 16:10:21 2012 -0700
  61. de7eae4 Merge "Revert "Represent git-submodule as nested projects"" by Shawn O. Pearce · Fri Oct 26 12:30:38 2012 -0700
  62. 2fe99e8 Merge "repo selfupdate: Fix _PostRepoUpgrade takes 2 arguments" by Shawn O. Pearce · Fri Oct 26 12:27:36 2012 -0700
  63. cd81dd6 Revert "Represent git-submodule as nested projects" by Shawn O. Pearce · Fri Oct 26 12:18:00 2012 -0700 v1.11.1
  64. 80d2ceb repo selfupdate: Fix _PostRepoUpgrade takes 2 arguments by Shawn O. Pearce · Fri Oct 26 12:23:05 2012 -0700
  65. c5aa4d3 Update minimum git version to 1.7.2 by Conley Owens · Fri Oct 26 11:34:11 2012 -0700
  66. bed45f9 Merge "Show user about not initializing repo in current directory" by Conley Owens · Fri Oct 26 09:52:15 2012 -0700
  67. 55e4d46 Add a PGP key for cco3@android.com by Conley Owens · Mon Oct 01 16:12:28 2012 -0700 v1.11.0
  68. 75cc353 Show user about not initializing repo in current directory by Yang Zhenhui · Tue Oct 23 15:41:54 2012 +0800
  69. c9129d9 Update PGP keys during _PostRepoUpgrade in `sync` by Conley Owens · Mon Oct 01 16:12:28 2012 -0700
  70. 57365c9 Merge "sync: Run gc --auto in parallel" by Shawn Pearce · Thu Oct 25 17:38:05 2012 -0700
  71. dc96476 Merge "project: Support config args in git command callables" by Shawn Pearce · Thu Oct 25 17:36:03 2012 -0700
  72. 2577cec Merge "sync: Keep a moving average of last fetch times" by Shawn Pearce · Thu Oct 25 17:35:15 2012 -0700
  73. e48d346 Merge "sync: Order projects according to last fetch time" by Shawn Pearce · Thu Oct 25 17:33:36 2012 -0700
  74. ab8f911 Fix pylint warnings introduced by the submodule patch by Che-Liang Chiou · Thu Oct 25 13:44:11 2012 -0700
  75. 608aff7 Merge "Use modern Python exception syntax" by Conley Owens · Thu Oct 25 10:03:36 2012 -0700
  76. 13657c4 Merge "Add regex matching to repo list command" by Conley Owens · Thu Oct 25 10:00:41 2012 -0700
  77. e4ed8f6 Merge "Add pylint configuration and instructions" by Conley Owens · Thu Oct 25 09:51:06 2012 -0700
  78. fdb4447 Merge "Change PyDev project version to "python 2.6"" by Conley Owens · Thu Oct 25 09:46:38 2012 -0700
  79. 1885721 sync: Run gc --auto in parallel by Dave Borowitz · Tue Oct 23 17:02:59 2012 -0700
  80. d75c669 Add regex matching to repo list command by Olof Johansson · Tue Oct 09 08:25:55 2012 +0200
  81. 091f893 project: Support config args in git command callables by Dave Borowitz · Tue Oct 23 17:01:04 2012 -0700
  82. d947858 sync: Keep a moving average of last fetch times by Dave Borowitz · Tue Oct 23 16:35:39 2012 -0700
  83. 67700e9 sync: Order projects according to last fetch time by Dave Borowitz · Tue Oct 23 15:00:54 2012 -0700
  84. a5be53f Use modern Python exception syntax by Sarah Owens · Sun Sep 09 15:37:57 2012 -0700
  85. 9ed12c5 Change PyDev project version to "python 2.6" by Sarah Owens · Tue Oct 23 21:28:12 2012 -0700
  86. 4f7bdea Add pylint configuration and instructions by David Pursehouse · Mon Oct 22 12:50:15 2012 +0900
  87. 69998b0 Represent git-submodule as nested projects by Che-Liang Chiou · Wed Jan 11 11:28:42 2012 +0800
  88. 5c6eeac More coding style cleanup by David Pursehouse · Thu Oct 11 16:44:48 2012 +0900
  89. e986072 Support HTTP authentication using user input as fallback by JoonCheol Park · Thu Oct 11 02:31:44 2012 +0900
  90. 2f6ab7f Rename "dir" variables by Mickaël Salaün · Sun Sep 30 00:37:55 2012 +0200
  91. 3a6cd42 Merge "Coding style cleanup" by Conley Owens · Tue Oct 09 14:29:46 2012 -0700
  92. 25f1768 Merge "Expand ~ to user's home directory for --reference" by Conley Owens · Tue Oct 09 13:46:10 2012 -0700
  93. 8a68ff9 Coding style cleanup by David Pursehouse · Mon Sep 24 12:15:13 2012 +0900
  94. 297e7c6 Expand ~ to user's home directory for --reference by Victor Boivie · Fri Oct 05 14:50:05 2012 +0200
  95. e3b1c45 Remove unreachable code by David Pursehouse · Wed Oct 03 18:04:02 2012 +0900
  96. 7119f94 Update commit-msg hook to version from Gerrit v2.5-rc0 by David Pursehouse · Wed Oct 03 17:20:06 2012 +0900
  97. 01f443d Correct call to `sys.exit()` by David Pursehouse · Wed Oct 03 19:11:28 2012 +0900
  98. b926116 Remove `ImportError` class by David Pursehouse · Wed Oct 03 15:47:02 2012 +0900
  99. 3ff9dec Merge "manifest: record the original revision when in -r mode." by Conley Owens · Wed Oct 03 16:49:12 2012 -0700
  100. 14a6674 manifest: record the original revision when in -r mode. by Brian Harring · Fri Sep 28 20:21:57 2012 -0700