1. 217ea7d Some fixes for supporting python3 by Chirayu Desai · Fri Mar 01 19:14:38 2013 +0530
  2. fef4ae7 sync: be more verbose by Chirayu Desai · Fri Apr 12 14:54:32 2013 +0530
  3. db83b1b Allow mirror to be created in directories specified by 'path' attribute by Scott Fan · Thu Feb 28 09:34:14 2013 +0800
  4. ede7f12 Allow clone depth to be specified per project by David Pursehouse · Tue Nov 27 22:25:30 2012 +0900
  5. 04d84a2 list: add name-only and path-only options by Chirayu Desai · Sun Mar 17 18:46:23 2013 +0530
  6. 0a1c6a1 Special handling for manifest group "default" by David Holmer · Wed Nov 14 19:19:00 2012 -0500
  7. 33e0456 Fix `repo manifest` support of remote aliases. by Brian Harring · Tue Dec 25 06:32:27 2012 -0800
  8. 0766900 Reload the correct manifest during sync. by Tim Kilbourn · Fri Mar 08 15:02:49 2013 -0800
  9. 3cba0b8 Add `repoc` to the .gitignore file by Chirayu Desai · Mon Mar 04 21:09:45 2013 +0530
  10. a27852d Merge "Add manifest groups to the output of `info`" by David Pursehouse · Fri Mar 08 01:12:56 2013 +0000
  11. 61ac9ae Add manifest groups to the output of `info` by Conley Owens · Tue Mar 05 10:35:36 2013 -0800
  12. 3ee6ffd Merge "Fix: Missing spaces in printed messages" by David Pursehouse · Wed Mar 06 00:46:45 2013 +0000
  13. 28db6ff Merge "Fix: local manifest deprecation warning appears more than once" by David Pursehouse · Wed Mar 06 00:46:19 2013 +0000
  14. 2f9e7e4 Fix: Missing spaces in printed messages by David Pursehouse · Tue Mar 05 17:26:46 2013 +0900
  15. 45d2168 upload: support --re and --cc options over HTTP by Shawn Pearce · Thu Feb 28 00:35:51 2013 -0800 v1.12.2
  16. 597868b Add --no-tags option to prevent fetching of tags by Mitchel Humpherys · Mon Oct 29 10:18:34 2012 -0700
  17. 75b4c2d Fix crash in repo info when `%` is used in commit messages by Olof Johansson · Mon Feb 18 13:18:16 2013 +0100
  18. b754150 Add nofmt_printer to color.py by Olof Johansson · Tue Feb 26 07:36:03 2013 +0100
  19. 4eb285c Fix: local manifest deprecation warning appears more than once by David Pursehouse · Thu Feb 14 16:28:44 2013 +0900
  20. 5f434ed Exit with fatal error if local manifest file cannot be parsed by David Pursehouse · Thu Nov 22 13:48:10 2012 +0900
  21. 606eab8 Show full path of `local_manifests` folder in deprecation warning by David Pursehouse · Thu Nov 22 13:47:16 2012 +0900
  22. cd07cfa Merge "Protect line endings in shell scripts" by David Pursehouse · Thu Feb 14 07:51:35 2013 +0000
  23. 55693aa Update the commit-msg hook to the version from Gerrit 2.5.2 by David Pursehouse · Wed Feb 13 09:55:32 2013 +0900
  24. 23bd3a1 Add missing sys module when referencing stderr by Conley Owens · Tue Feb 12 13:46:14 2013 -0800
  25. bbf71fe Protect line endings in shell scripts by Mats Bengtsson · Mon Feb 11 22:13:39 2013 +0100
  26. 91f011a Merge "Don't exit with error on HTTP 403 when downloading clone bundle" by David Pursehouse · Mon Feb 04 10:58:48 2013 +0000 v1.12.1
  27. 87b9d9b Don't exit with error on HTTP 403 when downloading clone bundle by David Pursehouse · Mon Nov 26 18:30:32 2012 +0900
  28. 57bd7b7 Fix: GitError when using repo info -d by Olof Johansson · Tue Jan 29 08:22:05 2013 +0100
  29. 4e46520 Add missing manifest format documentation by David Pursehouse · Tue Nov 27 22:20:10 2012 +0900
  30. 63d356f 'repo status --orphans' shows non-repo files by Will Richey · Thu Jun 21 09:49:59 2012 -0400
  31. 3576596 Fix: missing space in information message after repo init by David Pursehouse · Tue Jan 29 09:49:48 2013 +0900
  32. 2547098 Better error message when using --mirror in existing workspace by David Pursehouse · Wed Nov 21 14:41:58 2012 +0900
  33. e0b6de3 Fix: missing spaces in info command output by David Pursehouse · Wed Nov 21 17:36:28 2012 +0900
  34. 4baf87f Merge "should use os.path.lexist instead of os.path.exist" by Shawn Pearce · Mon Jan 28 16:25:54 2013 +0000
  35. 84f7e13 Merge "Check for a cookie file when fetching clone.bundle." by Conley Owens · Thu Jan 17 20:02:03 2013 +0000
  36. 26e2475 If parsing the manifests fails, reset the XmlManifest object by Joe Onorato · Fri Jan 11 12:35:53 2013 -0800
  37. 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
  38. 0290cad Merge "Make -notdefault a default manifest group" by Conley Owens · Mon Jan 14 22:34:13 2013 +0000
  39. ed68d0e Check for a cookie file when fetching clone.bundle. by Torne (Richard Coles) · Fri Jan 11 16:22:54 2013 +0000
  40. 1a5c774 Pass full path of the XML in local_manifests to the parser by Tobias Droste · Thu Jan 03 18:27:45 2013 +0100
  41. a9f11b3 Support resolving relative fetch URLs on persistent-https:// by Shawn Pearce · Wed Jan 02 15:40:48 2013 -0800 v1.12.0
  42. 0c635bb Make -notdefault a default manifest group by Matt Gumbel · Fri Dec 21 10:14:53 2012 -0800
  43. 7bdbde7 Allow sync to run even when the manifest is broken. by Torne (Richard Coles) · Wed Dec 05 10:58:06 2012 +0000
  44. 223bf96 should use os.path.lexist instead of os.path.exist by Sebastian Frias · Wed Nov 21 19:09:25 2012 +0100
  45. b2bd91c Represent git-submodule as nested projects, take 2 by Che-Liang Chiou · Wed Jan 11 11:28:42 2012 +0800
  46. 3f5ea0b Allow init command to set options from environment variables by David Pursehouse · Sat Nov 17 03:13:09 2012 +0900
  47. b148ac9 Allow command options to be set from environment variables by David Pursehouse · Fri Nov 16 09:33:39 2012 +0900
  48. a67df63 Merge "Raise a NoManifestException when the manifest DNE" by Conley Owens · Fri Nov 16 10:39:24 2012 -0800
  49. f910748 Better error message if 'remove-project' refers to non-existent project by David Pursehouse · Fri Nov 16 19:12:32 2012 +0900
  50. 75ee057 Raise a NoManifestException when the manifest DNE by Conley Owens · Thu Nov 15 17:33:11 2012 -0800
  51. 88b8672 Add option to abort on error in forall by Victor Boivie · Wed Sep 07 09:43:28 2011 +0200
  52. e66291f Merge "Simplify error handling in subcommand execution" by Conley Owens · Wed Nov 14 16:22:41 2012 -0800
  53. 7ba25be Simplify error handling in subcommand execution by Conley Owens · Wed Nov 14 14:18:06 2012 -0800
  54. 3794a78 Sync help text in repo from init.py by David Pursehouse · Thu Nov 15 06:17:30 2012 +0900
  55. 33949c3 Add repo info command by Olof Johansson · Tue Jul 10 14:32:23 2012 +0200
  56. 8f62fb7 Tidy up code formatting a bit more by David Pursehouse · Wed Nov 14 12:09:38 2012 +0900
  57. 98ffba1 Fix: "Statement seems to have no effect" by David Pursehouse · Wed Nov 14 11:18:00 2012 +0900
  58. c1b86a2 Fix inconsistent indentation by David Pursehouse · Wed Nov 14 11:36:51 2012 +0900
  59. cecd1d8 Change print statements to work in python3 by Sarah Owens · Thu Nov 01 22:59:27 2012 -0700
  60. fc24124 Convert prompt answers to lower case before checking by David Pursehouse · Wed Nov 14 09:19:39 2012 +0900
  61. 9f3406e Minor documentation formatting and grammatical fixes by David Pursehouse · Wed Nov 14 08:52:25 2012 +0900
  62. b1525bf Fix documentation reference to local_manifest.xml by David Pursehouse · Wed Nov 14 08:51:38 2012 +0900
  63. 685f080 More code style cleanup by David Pursehouse · Wed Nov 14 08:34:39 2012 +0900
  64. 8898e2f Remove magic hack by David Pursehouse · Wed Nov 14 07:51:03 2012 +0900
  65. 52f1e5d Make load order of local manifests deterministic by David Pursehouse · Wed Nov 14 04:53:24 2012 +0900
  66. 8e3d355 Merge "Print an error message when aborted by user" by Conley Owens · Mon Nov 12 17:35:47 2012 -0800
  67. 4a4776e Merge "Handle manifest parse errors in main" by Conley Owens · Mon Nov 12 17:35:40 2012 -0800
  68. 2fa715f Merge "Better handling of duplicate remotes" by Conley Owens · Mon Nov 12 17:35:30 2012 -0800
  69. 6287543 Merge "Change usages of xrange() to range()" by Conley Owens · Mon Nov 12 17:30:55 2012 -0800
  70. b0936b0 Print an error message when aborted by user by David Pursehouse · Tue Nov 13 09:56:16 2012 +0900
  71. 0b8df7b Handle manifest parse errors in main by David Pursehouse · Tue Nov 13 09:51:57 2012 +0900
  72. 717ece9 Better handling of duplicate remotes by David Pursehouse · Tue Nov 13 08:49:16 2012 +0900
  73. 5566ae5 Print deprecation warning when local_manifest.xml is used by David Pursehouse · Tue Nov 13 03:04:18 2012 +0900
  74. 2d5a0df Add support for multiple local manifests by David Pursehouse · Tue Nov 13 02:50:36 2012 +0900
  75. f7fc8a9 Handle XML errors when parsing the manifest by David Pursehouse · Tue Nov 13 04:00:28 2012 +0900
  76. 1ad7b55 Merge "Always show --manifest-server-* options" by Conley Owens · Wed Nov 07 12:39:25 2012 -0800
  77. 7e6dd2d Fix pylint warning W0108: Lambda may not be necessary by David Pursehouse · Thu Oct 25 12:40:51 2012 +0900
  78. 8d070cf Always show --manifest-server-* options by Conley Owens · Tue Nov 06 13:14:31 2012 -0800
  79. a6053d5 Change usages of xrange() to range() by Sarah Owens · Thu Nov 01 13:36:50 2012 -0700
  80. e072a92 Merge "Use python3 urllib when urllib2 not available" by Conley Owens · Thu Nov 01 10:13:33 2012 -0700
  81. 7601ee2 Merge "Use 'stat' package instead of literals for mkdir()" by Conley Owens · Thu Nov 01 10:01:17 2012 -0700
  82. 1f7627f Use python3 urllib when urllib2 not available by Sarah Owens · Wed Oct 31 09:21:55 2012 -0700
  83. b42b474 project: Require git >= 1.7.2 for setting config on command line by Dave Borowitz · Wed Oct 31 12:27:27 2012 -0700
  84. e215267 sync: Only parallelize gc for git >= 1.7.2 by Dave Borowitz · Wed Oct 31 12:24:38 2012 -0700
  85. 60798a3 Use 'stat' package instead of literals for mkdir() by Sarah Owens · Thu Oct 25 17:53:09 2012 -0700
  86. 1d947b3 Even more coding style cleanup by David Pursehouse · Thu Oct 25 12:23:11 2012 +0900
  87. 2d113f3 Merge "Update minimum git version to 1.7.2" by Shawn Pearce · Fri Oct 26 16:10:21 2012 -0700
  88. de7eae4 Merge "Revert "Represent git-submodule as nested projects"" by Shawn O. Pearce · Fri Oct 26 12:30:38 2012 -0700
  89. 2fe99e8 Merge "repo selfupdate: Fix _PostRepoUpgrade takes 2 arguments" by Shawn O. Pearce · Fri Oct 26 12:27:36 2012 -0700
  90. cd81dd6 Revert "Represent git-submodule as nested projects" by Shawn O. Pearce · Fri Oct 26 12:18:00 2012 -0700 v1.11.1
  91. 80d2ceb repo selfupdate: Fix _PostRepoUpgrade takes 2 arguments by Shawn O. Pearce · Fri Oct 26 12:23:05 2012 -0700
  92. c5aa4d3 Update minimum git version to 1.7.2 by Conley Owens · Fri Oct 26 11:34:11 2012 -0700
  93. bed45f9 Merge "Show user about not initializing repo in current directory" by Conley Owens · Fri Oct 26 09:52:15 2012 -0700
  94. 55e4d46 Add a PGP key for cco3@android.com by Conley Owens · Mon Oct 01 16:12:28 2012 -0700 v1.11.0
  95. 75cc353 Show user about not initializing repo in current directory by Yang Zhenhui · Tue Oct 23 15:41:54 2012 +0800
  96. c9129d9 Update PGP keys during _PostRepoUpgrade in `sync` by Conley Owens · Mon Oct 01 16:12:28 2012 -0700
  97. 57365c9 Merge "sync: Run gc --auto in parallel" by Shawn Pearce · Thu Oct 25 17:38:05 2012 -0700
  98. dc96476 Merge "project: Support config args in git command callables" by Shawn Pearce · Thu Oct 25 17:36:03 2012 -0700
  99. 2577cec Merge "sync: Keep a moving average of last fetch times" by Shawn Pearce · Thu Oct 25 17:35:15 2012 -0700
  100. e48d346 Merge "sync: Order projects according to last fetch time" by Shawn Pearce · Thu Oct 25 17:33:36 2012 -0700