1. c79d3b8 init: allow relative path on --reference argument by YOUNG HO CHA · Tue Jan 24 21:47:50 2017 +0900
  2. e4e94d2 init: add --submodules to sync manifest submodules by Martin Kelly · Tue Mar 21 16:05:12 2017 -0700
  3. f4dda9a init: Add no-tags and current branch options by Naseer Ahmed · Thu Dec 01 18:49:54 2016 -0500
  4. 9711a98 init: Add --no-clone-bundle option by Hu xiuyun · Fri Dec 11 11:16:41 2015 +0800
  5. 438eade init: Respect --quiet option when synching manifest repository by David Pursehouse · Sun Aug 14 18:02:32 2016 +0900
  6. c2a64dd A couple of fixes to the init command's -p option. by Pascal Muetschard · Thu Oct 22 13:26:36 2015 -0700
  7. 7993f3c init: don't call urllib.parse by Anthony King · Wed Jun 03 17:21:56 2015 +0100
  8. 9371979 Revert "Implementation of manifest defined githooks" by Jonathan Nieder · Tue Mar 17 11:29:58 2015 -0700 v1.12.20
  9. 38e4387 Implementation of manifest defined githooks by Jimmie Wester · Wed Oct 24 14:35:05 2012 +0200
  10. 7bdac71 pylint fixes for project.py by Anthony King · Wed Jul 16 12:56:40 2014 +0100
  11. 335f5ef Add --archive option to init to sync using git archive by Julien Campergue · Wed Oct 16 11:02:35 2013 +0200
  12. 59bbb58 Move Python version checking to a separate module by David Pursehouse · Fri May 17 10:49:33 2013 +0900
  13. 2b30e3a Use reference also for manifest git by Victor Boivie · Fri Oct 05 12:37:58 2012 +0200
  14. 0a1c6a1 Special handling for manifest group "default" by David Holmer · Wed Nov 14 19:19:00 2012 -0500
  15. 3576596 Fix: missing space in information message after repo init by David Pursehouse · Tue Jan 29 09:49:48 2013 +0900
  16. 2547098 Better error message when using --mirror in existing workspace by David Pursehouse · Wed Nov 21 14:41:58 2012 +0900
  17. 3f5ea0b Allow init command to set options from environment variables by David Pursehouse · Sat Nov 17 03:13:09 2012 +0900
  18. 8f62fb7 Tidy up code formatting a bit more by David Pursehouse · Wed Nov 14 12:09:38 2012 +0900
  19. cecd1d8 Change print statements to work in python3 by Sarah Owens · Thu Nov 01 22:59:27 2012 -0700
  20. fc24124 Convert prompt answers to lower case before checking by David Pursehouse · Wed Nov 14 09:19:39 2012 +0900
  21. 1d947b3 Even more coding style cleanup by David Pursehouse · Thu Oct 25 12:23:11 2012 +0900
  22. 75cc353 Show user about not initializing repo in current directory by Yang Zhenhui · Tue Oct 23 15:41:54 2012 +0800
  23. a5be53f Use modern Python exception syntax by Sarah Owens · Sun Sep 09 15:37:57 2012 -0700
  24. 3a6cd42 Merge "Coding style cleanup" by Conley Owens · Tue Oct 09 14:29:46 2012 -0700
  25. 8a68ff9 Coding style cleanup by David Pursehouse · Mon Sep 24 12:15:13 2012 +0900
  26. 297e7c6 Expand ~ to user's home directory for --reference by Victor Boivie · Fri Oct 05 14:50:05 2012 +0200
  27. bb1b5f5 Allow projects to be specified as notdefault by Conley Owens · Mon Aug 13 13:11:18 2012 -0700
  28. 3d07da8 init: Improved help text for the --mirror option by David Pursehouse · Wed Aug 15 14:22:08 2012 +0900
  29. 5d01650 Fix switching manifest branches using repo init -b by Florian Vallee · Thu Jun 07 17:19:26 2012 +0200
  30. 5465727 Fix syntax errors in subcmds/init.py by Colin Cross · Mon Apr 23 13:39:48 2012 -0700
  31. d21720d Add a --platform flag by Conley Owens · Mon Apr 16 11:02:21 2012 -0700
  32. 971de8e Refine groups functionality by Conley Owens · Mon Apr 16 10:36:08 2012 -0700
  33. 5acde75 Add manifest groups by Colin Cross · Wed Mar 28 20:15:45 2012 -0700 v1.8.2
  34. 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
  35. 841be34 Don't prompt the user for name/email unless necessary by Victor Boivie · Tue Apr 05 11:31:10 2011 +0200
  36. ee1c2f5 Default repo manifest settings in git config by Victor Boivie · Tue Apr 19 10:50:12 2011 +0200
  37. e931127 repo: capitalize default prompt char by Mike Frysinger · Thu Aug 11 15:46:43 2011 -0400
  38. f322b9a sync: Support downloading bundle to initialize repository by Shawn O. Pearce · Mon Sep 19 14:50:58 2011 -0700 v1.7.7
  39. 30d4529 Add a --depth option to repo init. by Doug Anderson · Wed May 04 15:01:04 2011 -0700 v1.7.5
  40. 2630dd9 Fixed problems w/ 2nd repo init if first repo init had bad URL. by Doug Anderson · Thu Apr 07 13:36:30 2011 -0700
  41. 8844338 sync: Enable use of git clone --reference by Shawn O. Pearce · Fri Oct 08 10:02:09 2010 +0200
  42. 6d7508b Allow 'y' as a valid response when confirming identity by Nico Sallembien · Thu Apr 01 11:03:53 2010 -0700 v1.6.9.1
  43. 37dbf2b Try to prevent 'repo sync' as a user name by Shawn O. Pearce · Thu Jul 02 10:53:04 2009 -0700 v1.6.8.6
  44. 2ec00b9 Refactor git version detection for reuse by Shawn O. Pearce · Fri Jun 12 09:32:50 2009 -0700
  45. 3c8dea1 Change project.revision to revisionExpr and revisionId by Shawn O. Pearce · Fri May 29 18:38:17 2009 -0700
  46. d1f70d9 Refactor how projects parse remotes so it can be replaced by Shawn O. Pearce · Tue May 19 14:58:02 2009 -0700
  47. 77bb4af Improve the help text for 'repo init' by Shawn O. Pearce · Sat Apr 18 11:33:32 2009 -0700
  48. fd89b67 Clarify options that control the repo executable version by Shawn O. Pearce · Sat Apr 18 11:28:57 2009 -0700
  49. 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
  50. 0a389e9 Make 'repo start' restartable upon failures by Shawn O. Pearce · Fri Apr 10 16:21:18 2009 -0700
  51. 8630f39 Fix repo re-init in a mirror to not prompt by Shawn O. Pearce · Thu Mar 19 10:17:12 2009 -0700
  52. df01883 Allow repo init to restart if URL was initially invalid by Shawn O. Pearce · Tue Mar 17 08:15:27 2009 -0700 v1.6.3
  53. 1fc99f4 Give a more friendly error in 'repo init' if manifest url is invalid by Shawn O. Pearce · Tue Mar 17 08:06:18 2009 -0700
  54. 521cd3c Support "repo init -b foo && repo sync" to switch baselines by Shawn O. Pearce · Mon Mar 09 18:53:20 2009 -0700
  55. 5470df6 Don't permit "repo init --mirror" in an existing client by Shawn O. Pearce · Mon Mar 09 18:51:58 2009 -0700
  56. 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
  57. e284ad1 Add 'repo init --mirror' to download a complete forrest by Shawn O. Pearce · Tue Nov 04 07:37:10 2008 -0800 v1.1
  58. cf31fe9 Initial Contribution by The Android Open Source Project · Tue Oct 21 07:00:00 2008 -0700 v1.0