1. 34acdd2 Fix ManifestParseError when first child node is comment by Jooncheol Park · Mon Aug 27 02:25:59 2012 +0900 maint v1.10.4
  2. bb1b5f5 Allow projects to be specified as notdefault by Conley Owens · Mon Aug 13 13:11:18 2012 -0700
  3. e15c65a Remove unused imports by David Pursehouse · Wed Aug 22 10:46:11 2012 +0900
  4. 17f85ea Omit all default groups when generating a manifest by Dmitry Fink · Mon Aug 06 14:52:29 2012 -0700
  5. f35b2d9 Fix mirror mode by Shawn O. Pearce · Thu Aug 02 11:46:22 2012 -0700 v1.10.2
  6. b292b98 Add remote alias support in manifest by Yestin Sun · Mon Jul 02 07:32:50 2012 -0700
  7. 7da1314 Inject the project name into each projects groups. by Brian Harring · Fri Jun 15 02:24:20 2012 -0700
  8. 475a47d Restore include support. by Brian Harring · Thu Jun 07 20:05:35 2012 -0700
  9. 23acdd3 Parse manifest and local_manifest together by Colin Cross · Sat Apr 21 00:33:54 2012 -0700
  10. 2644874 ManifestXml: add include support by Brian Harring · Thu Apr 28 05:04:41 2011 -0700
  11. 79770d2 Add sync-c option to manifest by Anatol Pomazau · Fri Apr 20 14:41:59 2012 -0700
  12. c39864f Treat groups= as default by Colin Cross · Mon Apr 23 13:41:58 2012 -0700
  13. 971de8e Refine groups functionality by Conley Owens · Mon Apr 16 10:36:08 2012 -0700
  14. 24c1308 Add project annotation handling to repo by James W. Mills · Thu Apr 12 15:04:13 2012 -0500
  15. 5acde75 Add manifest groups by Colin Cross · Wed Mar 28 20:15:45 2012 -0700 v1.8.2
  16. d315382 Add 'rebase="false"' attribute to the <project/> XML. by Mike Pontillo · Tue Feb 28 11:53:24 2012 -0800
  17. 34fb20f Revert "Default repo manifest settings in git config" by Shawn O. Pearce · Wed Nov 30 13:41:02 2011 -0800 v1.7.8.1
  18. ee1c2f5 Default repo manifest settings in git config by Victor Boivie · Tue Apr 19 10:50:12 2011 +0200
  19. 9d8f914 Remove extra '/' in RemoteSpec by Conley Owens · Thu Oct 20 14:36:35 2011 -0700 v1.7.7.6
  20. ceea368 Correctly name projects when mirroring by Conley Owens · Thu Oct 20 10:45:47 2011 -0700 v1.7.7.5
  21. db728cd Allow remote url to be relative to manifst url by Conley Owens · Mon Sep 26 16:34:01 2011 -0700
  22. 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
  23. 37282b4 Support repo-level pre-upload hook and prep for future hooks. by Doug Anderson · Fri Mar 04 11:54:18 2011 -0800 v1.7.4
  24. df14a70 Make path references OS independent by Anthony Newnam · Sun Jan 09 17:31:57 2011 -0800
  25. 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
  26. a1bfd2c Add a 'smart sync' option to repo sync by Nico Sallembien · Tue Apr 06 10:40:01 2010 -0700 v1.6.9.2
  27. 21c5c34 Support detached HEAD in manifest repository by Shawn O. Pearce · Thu Jun 25 16:47:30 2009 -0700 v1.6.8.5
  28. 3c8dea1 Change project.revision to revisionExpr and revisionId by Shawn O. Pearce · Fri May 29 18:38:17 2009 -0700
  29. d1f70d9 Refactor how projects parse remotes so it can be replaced by Shawn O. Pearce · Tue May 19 14:58:02 2009 -0700
  30. c8a300f Refactor Manifest to be XmlManifest by Shawn O. Pearce · Mon May 18 13:19:57 2009 -0700[Renamed (99%) from manifest.py]
  31. 242b526 Remove support for the extra <remote> definitions in manifests by Shawn O. Pearce · Tue May 19 13:00:29 2009 -0700
  32. 4cc70ce Remove unused parsing support for <require commit=""/> by Shawn O. Pearce · Tue May 19 12:49:46 2009 -0700
  33. c7a4eef Add repo manifest -o to save a manifest by Shawn O. Pearce · Thu Mar 05 10:32:38 2009 -0800 v1.6.2
  34. 03eaf07 Support <remove-project name="X"> in manifest to remove/replace X by Shawn O. Pearce · Thu Nov 20 11:42:22 2008 -0800 v1.4
  35. 5d40e26 Treat missing attributes as None when parsing the manifest by Shawn O. Pearce · Thu Nov 06 11:07:42 2008 -0800 v1.2
  36. 70939e2 Add <add-remote to-project="..."> to inject additional remotes by Shawn O. Pearce · Thu Nov 06 11:07:14 2008 -0800
  37. ae6e094 Add <remote project-name="..."> attribute within projects by Shawn O. Pearce · Thu Nov 06 10:25:35 2008 -0800
  38. e284ad1 Add 'repo init --mirror' to download a complete forrest by Shawn O. Pearce · Tue Nov 04 07:37:10 2008 -0800 v1.1
  39. 2450a29 Assume the manifest branch matches the branch name in Git by Shawn O. Pearce · Tue Nov 04 08:22:07 2008 -0800
  40. f5c25a6 Cleanup stale manifest migration code from manifest.py by Shawn O. Pearce · Tue Nov 04 08:11:53 2008 -0800
  41. df830f1 Remove import_tar, import_zip and the <snapshot> elements by Shawn O. Pearce · Thu Oct 30 09:21:43 2008 -0700 v1.0.7
  42. 7965f9f Move the Editor configuration out of Manifest's constructor by Shawn O. Pearce · Wed Oct 29 15:20:02 2008 -0700
  43. 5cc6679 Support user supplied custom .repo/local_manifest.xml files by Shawn O. Pearce · Thu Oct 23 16:19:27 2008 -0700 v1.0.5
  44. cf31fe9 Initial Contribution by The Android Open Source Project · Tue Oct 21 07:00:00 2008 -0700 v1.0