1. f2af756 Add 'shallow' gitfile to symlinks by Conley Owens · 10 years ago v1.12.15
  2. 544e7b0 Merge "Ignore clone-depth attribute when fetching to a mirror" by Conley Owens · 10 years ago v1.12.14
  3. e0df232 Add linkfile support. by Jeff Hamilton · 10 years ago
  4. 9bc422f Ignore clone-depth attribute when fetching to a mirror by David Pursehouse · 10 years ago
  5. 26c45a7 Make --no-tags work with -c by Mitchel Humpherys · 10 years ago
  6. 68425f4 Fix indentation in project.py by David Pursehouse · 10 years ago
  7. 53e902a More verbose errors for NoManifestExceptions. by Dan Sandler · 10 years ago
  8. 2fb6466 Don't fetch from remotes if commit id exists locally by Chris AtLee · 10 years ago
  9. dd65422 Add the "diffmanifests" command by Julien Campergue · 10 years ago
  10. 5654805 Check for existence of refs upon initial fetch by Conley Owens · 10 years ago
  11. c9877c7 Merge "Only fetch current branch on shallow clients" by Conley Owens · 10 years ago v1.12.8
  12. 69e04d8 Only fetch current branch on shallow clients by Shawn Pearce · 10 years ago
  13. e695338 Merge "repo: Support multiple branches for the same project." by Conley Owens · 10 years ago
  14. bd80f7e Merge "Canonicalize project hooks path before use" by Conley Owens · 10 years ago
  15. 335f5ef Add --archive option to init to sync using git archive by Julien Campergue · 11 years ago
  16. 672cc49 Canonicalize project hooks path before use by Jesse Hall · 11 years ago
  17. cbc0798 Fix print of git-remote-persistent-https error by Conley Owens · 11 years ago
  18. 0eb35cb Fix some python3 encoding issues by Chirayu Desai · 11 years ago
  19. 8d20116 repo: Support multiple branches for the same project. by David James · 11 years ago
  20. edd0151 Accept all UTF-8 committer names by Conley Owens · 11 years ago
  21. 0836a22 Wait for git-remote-persistent-https -print_config to exit by Dave Borowitz · 11 years ago
  22. 033a7e9 DownloadPatchSet: fetch the change only, and nothing else. by Chirayu Desai · 11 years ago
  23. 74c1f3d Read cookie file from git-remote-persistent-https if applicable by Dave Borowitz · 11 years ago
  24. 91f3ba5 Ensure clone.bundle files have proper header by Dave Borowitz · 11 years ago
  25. f609f91 Send reviews to a different branch from fetch by Bryan Jacobs · 11 years ago
  26. 59bbb58 Move Python version checking to a separate module by David Pursehouse · 11 years ago
  27. 2b30e3a Use reference also for manifest git by Victor Boivie · 12 years ago
  28. 793f90c Merge "Re-initialise repos git hooks when updating the forest" by David Pursehouse · 11 years ago
  29. 2f992cb Repo should not fetch tags for shallow projects by Jimmie Wester · 12 years ago
  30. 217ea7d Some fixes for supporting python3 by Chirayu Desai · 11 years ago
  31. ede7f12 Allow clone depth to be specified per project by David Pursehouse · 12 years ago
  32. 0a1c6a1 Special handling for manifest group "default" by David Holmer · 12 years ago
  33. a044458 Re-initialise repos git hooks when updating the forest by Jimmie Wester · 12 years ago
  34. 45d2168 upload: support --re and --cc options over HTTP by Shawn Pearce · 11 years ago v1.12.2
  35. 597868b Add --no-tags option to prevent fetching of tags by Mitchel Humpherys · 12 years ago
  36. ed68d0e Check for a cookie file when fetching clone.bundle. by Torne (Richard Coles) · 11 years ago
  37. b2bd91c Represent git-submodule as nested projects, take 2 by Che-Liang Chiou · 12 years ago
  38. 75ee057 Raise a NoManifestException when the manifest DNE by Conley Owens · 12 years ago
  39. 8f62fb7 Tidy up code formatting a bit more by David Pursehouse · 12 years ago
  40. c1b86a2 Fix inconsistent indentation by David Pursehouse · 12 years ago
  41. 98ffba1 Fix: "Statement seems to have no effect" by David Pursehouse · 12 years ago
  42. cecd1d8 Change print statements to work in python3 by Sarah Owens · 12 years ago
  43. 7e6dd2d Fix pylint warning W0108: Lambda may not be necessary by David Pursehouse · 12 years ago
  44. b42b474 project: Require git >= 1.7.2 for setting config on command line by Dave Borowitz · 12 years ago
  45. 1d947b3 Even more coding style cleanup by David Pursehouse · 12 years ago
  46. cd81dd6 Revert "Represent git-submodule as nested projects" by Shawn O. Pearce · 12 years ago v1.11.1
  47. dc96476 Merge "project: Support config args in git command callables" by Shawn Pearce · 12 years ago
  48. ab8f911 Fix pylint warnings introduced by the submodule patch by Che-Liang Chiou · 12 years ago
  49. 608aff7 Merge "Use modern Python exception syntax" by Conley Owens · 12 years ago
  50. 091f893 project: Support config args in git command callables by Dave Borowitz · 12 years ago
  51. a5be53f Use modern Python exception syntax by Sarah Owens · 12 years ago
  52. 69998b0 Represent git-submodule as nested projects by Che-Liang Chiou · 12 years ago
  53. 5c6eeac More coding style cleanup by David Pursehouse · 12 years ago
  54. 2f6ab7f Rename "dir" variables by Mickaël Salaün · 12 years ago
  55. 8a68ff9 Coding style cleanup by David Pursehouse · 12 years ago
  56. 14a6674 manifest: record the original revision when in -r mode. by Brian Harring · 12 years ago
  57. 2dc810c Fix errors when clone.bundle missing on server by Matt Gumbel · 12 years ago
  58. bb1b5f5 Allow projects to be specified as notdefault by Conley Owens · 12 years ago
  59. e15c65a Remove unused imports by David Pursehouse · 12 years ago
  60. b9477bc project.py: Replace the relpath function with os.path.relpath by Mickaël Salaün · 12 years ago
  61. 5e7127d Use curl command line tool for clone.bundle by Shawn O. Pearce · 12 years ago v1.10.3
  62. e0904f7 Fix unsupported operand type(s) for +: 'int' and 'str' by Shawn O. Pearce · 12 years ago v1.10.1
  63. 9830553 Fix percent done on resumed /clone.bundle by Shawn O. Pearce · 12 years ago v1.10.0
  64. 435370c upload: add --draft option. by Brian Harring · 12 years ago
  65. e8f75fa Don't delete the branch config when switching branches. by Torne (Richard Coles) · 12 years ago v1.9.6
  66. 7cf1b36 Detach branch even when already on the latest revision using sync -d by Florian Vallee · 12 years ago
  67. 5d01650 Fix switching manifest branches using repo init -b by Florian Vallee · 12 years ago
  68. eca119e Allow projects with groups=None by Colin Cross · 12 years ago v1.9.1
  69. 6ba6ba0 Fix initial sync broken by sync-c option by Shawn O. Pearce · 12 years ago v1.9.0
  70. 3d12594 repo download: add --ff-only option by Pierre Tardy · 12 years ago
  71. a94f162 repo download: add --revert option by Erwan Mahe · 13 years ago
  72. e5a2122 repo download: add --cherry-pick option by Pierre Tardy · 13 years ago
  73. 79770d2 Add sync-c option to manifest by Anatol Pomazau · 12 years ago
  74. 971de8e Refine groups functionality by Conley Owens · 12 years ago
  75. 24c1308 Add project annotation handling to repo by James W. Mills · 12 years ago
  76. b962a1f Check if SHA1 presents in repository by Anatol Pomazau · 12 years ago
  77. 5acde75 Add manifest groups by Colin Cross · 12 years ago v1.8.2
  78. d67872d Option for 'repo diff' to generate output suitable for 'patch' cmd by pelya · 12 years ago
  79. c3d2f2b Ignore /clone.bundle on HTTP 401, 403 and 404 by Shawn O. Pearce · 12 years ago v1.8.1
  80. cd7c5de Do not change branch.foo.merge in case of manifest sync by Anatol Pomazau · 12 years ago
  81. e02ac0a sync: --no-clone-bundle disables the clone bundle support by Shawn O. Pearce · 12 years ago v1.8.0
  82. 898e12a Permit - in URL schemes for special URLs by Shawn O. Pearce · 12 years ago
  83. 76abcc1 repo status to print project name on clean gits by Ali Utku Selen · 12 years ago
  84. d315382 Add 'rebase="false"' attribute to the <project/> XML. by Mike Pontillo · 12 years ago
  85. 43bda84 Avoid missing content-length header in project.py by Conley Owens · 12 years ago
  86. c957142 upload: Support uploading to Gerrit over https:// by Shawn O. Pearce · 12 years ago v1.7.8.2
  87. 2a32f6a Fix typo by Anatol Pomazau · 13 years ago
  88. 53d6f4d Add a sync flag that fetches only current branch by Anatol Pomazau · 13 years ago
  89. df5ee52 Fix Python 2.4 support by Shawn O. Pearce · 13 years ago
  90. fab96c6 Work around Python 2.7 urllib2 bug by Shawn O. Pearce · 13 years ago
  91. bf1fbb2 Fix AttributeError: 'HTTPError' object has no attribute 'reason' by Shawn O. Pearce · 13 years ago v1.7.7.2
  92. 2947246 Work around Python 2.7 failure to initialize base class by Shawn O. Pearce · 13 years ago
  93. c325dc3 sync: Fetch after applying bundle and retry after errors by Shawn O. Pearce · 13 years ago v1.7.7.1
  94. f322b9a sync: Support downloading bundle to initialize repository by Shawn O. Pearce · 13 years ago v1.7.7
  95. 65e0f35 Add commit-msg hook also for manifest project by Victor Boivie · 13 years ago
  96. 30d4529 Add a --depth option to repo init. by Doug Anderson · 13 years ago v1.7.5
  97. d6c93a2 Add branch support to repo upload by Mandeep Singh Baines · 13 years ago
  98. 3ba5f95 Fixed repo checkout error message when git reports errors. by Doug Anderson · 13 years ago
  99. dafb1d6 Fixed repo abandon to give better messages. by Doug Anderson · 13 years ago
  100. 4655e81 Add option to check status of projects in parallel. by Terence Haddock · 13 years ago