1. 12ee544 init: Remove -c short option for --current-branch by Ereth McKnight-MacNeil · 5 years ago v1.13.1
  2. 09f0abb init: --dissociate option to copy objects borrowed with --reference by Nikolai Merinov · 6 years ago
  3. b8f7bb0 update markdown/help header format by Mike Frysinger · 6 years ago
  4. 5f0e57d init: Remove string concat in no-op os.path.join by Samuel Holland · 6 years ago
  5. baa0009 Support relative paths in --reference by Samuel Holland · 6 years ago
  6. d1ebc89 Merge changes from topic "windows-support" by David Pursehouse · 7 years ago
  7. 224a31a init: add missing submodule arg by Martin Kelly · 7 years ago
  8. a65adf7 Workaround shutil.rmtree limitation on Windows by Renaud Paquay · 8 years ago
  9. c79d3b8 init: allow relative path on --reference argument by YOUNG HO CHA · 7 years ago
  10. e4e94d2 init: add --submodules to sync manifest submodules by Martin Kelly · 7 years ago
  11. f4dda9a init: Add no-tags and current branch options by Naseer Ahmed · 8 years ago
  12. 9711a98 init: Add --no-clone-bundle option by Hu xiuyun · 8 years ago
  13. 438eade init: Respect --quiet option when synching manifest repository by David Pursehouse · 8 years ago
  14. c2a64dd A couple of fixes to the init command's -p option. by Pascal Muetschard · 9 years ago
  15. 7993f3c init: don't call urllib.parse by Anthony King · 9 years ago
  16. 9371979 Revert "Implementation of manifest defined githooks" by Jonathan Nieder · 9 years ago v1.12.20
  17. 38e4387 Implementation of manifest defined githooks by Jimmie Wester · 12 years ago
  18. 7bdac71 pylint fixes for project.py by Anthony King · 10 years ago
  19. 335f5ef Add --archive option to init to sync using git archive by Julien Campergue · 11 years ago
  20. 59bbb58 Move Python version checking to a separate module by David Pursehouse · 11 years ago
  21. 2b30e3a Use reference also for manifest git by Victor Boivie · 12 years ago
  22. 0a1c6a1 Special handling for manifest group "default" by David Holmer · 12 years ago
  23. 3576596 Fix: missing space in information message after repo init by David Pursehouse · 11 years ago
  24. 2547098 Better error message when using --mirror in existing workspace by David Pursehouse · 12 years ago
  25. 3f5ea0b Allow init command to set options from environment variables by David Pursehouse · 12 years ago
  26. 8f62fb7 Tidy up code formatting a bit more by David Pursehouse · 12 years ago
  27. cecd1d8 Change print statements to work in python3 by Sarah Owens · 12 years ago
  28. fc24124 Convert prompt answers to lower case before checking by David Pursehouse · 12 years ago
  29. 1d947b3 Even more coding style cleanup by David Pursehouse · 12 years ago
  30. 75cc353 Show user about not initializing repo in current directory by Yang Zhenhui · 12 years ago
  31. a5be53f Use modern Python exception syntax by Sarah Owens · 12 years ago
  32. 3a6cd42 Merge "Coding style cleanup" by Conley Owens · 12 years ago
  33. 8a68ff9 Coding style cleanup by David Pursehouse · 12 years ago
  34. 297e7c6 Expand ~ to user's home directory for --reference by Victor Boivie · 12 years ago
  35. bb1b5f5 Allow projects to be specified as notdefault by Conley Owens · 12 years ago
  36. 3d07da8 init: Improved help text for the --mirror option by David Pursehouse · 12 years ago
  37. 5d01650 Fix switching manifest branches using repo init -b by Florian Vallee · 12 years ago
  38. 5465727 Fix syntax errors in subcmds/init.py by Colin Cross · 12 years ago
  39. d21720d Add a --platform flag by Conley Owens · 12 years ago
  40. 971de8e Refine groups functionality by Conley Owens · 12 years ago
  41. 5acde75 Add manifest groups by Colin Cross · 12 years ago v1.8.2
  42. 34fb20f Revert "Default repo manifest settings in git config" by Shawn O. Pearce · 13 years ago v1.7.8.1
  43. 841be34 Don't prompt the user for name/email unless necessary by Victor Boivie · 13 years ago
  44. ee1c2f5 Default repo manifest settings in git config by Victor Boivie · 13 years ago
  45. e931127 repo: capitalize default prompt char by Mike Frysinger · 13 years ago
  46. f322b9a sync: Support downloading bundle to initialize repository by Shawn O. Pearce · 13 years ago v1.7.7
  47. 30d4529 Add a --depth option to repo init. by Doug Anderson · 13 years ago v1.7.5
  48. 2630dd9 Fixed problems w/ 2nd repo init if first repo init had bad URL. by Doug Anderson · 13 years ago
  49. 8844338 sync: Enable use of git clone --reference by Shawn O. Pearce · 14 years ago
  50. 6d7508b Allow 'y' as a valid response when confirming identity by Nico Sallembien · 14 years ago v1.6.9.1
  51. 37dbf2b Try to prevent 'repo sync' as a user name by Shawn O. Pearce · 15 years ago v1.6.8.6
  52. 2ec00b9 Refactor git version detection for reuse by Shawn O. Pearce · 15 years ago
  53. 3c8dea1 Change project.revision to revisionExpr and revisionId by Shawn O. Pearce · 15 years ago
  54. d1f70d9 Refactor how projects parse remotes so it can be replaced by Shawn O. Pearce · 15 years ago
  55. 77bb4af Improve the help text for 'repo init' by Shawn O. Pearce · 15 years ago
  56. fd89b67 Clarify options that control the repo executable version by Shawn O. Pearce · 15 years ago
  57. 350cde4 Change repo sync to be more friendly when updating the tree by Shawn O. Pearce · 15 years ago v1.6.6
  58. 0a389e9 Make 'repo start' restartable upon failures by Shawn O. Pearce · 15 years ago
  59. 8630f39 Fix repo re-init in a mirror to not prompt by Shawn O. Pearce · 15 years ago
  60. df01883 Allow repo init to restart if URL was initially invalid by Shawn O. Pearce · 15 years ago v1.6.3
  61. 1fc99f4 Give a more friendly error in 'repo init' if manifest url is invalid by Shawn O. Pearce · 15 years ago
  62. 521cd3c Support "repo init -b foo && repo sync" to switch baselines by Shawn O. Pearce · 15 years ago
  63. 5470df6 Don't permit "repo init --mirror" in an existing client by Shawn O. Pearce · 15 years ago
  64. c95583b Don't permit users to run repo status in a mirror client by Shawn O. Pearce · 15 years ago
  65. e284ad1 Add 'repo init --mirror' to download a complete forrest by Shawn O. Pearce · 16 years ago v1.1
  66. cf31fe9 Initial Contribution by The Android Open Source Project · 16 years ago v1.0