1. f7a5189 GITC: Expand relative remote URLs. by Simran Basi · 9 years ago
  2. b9a1b73 GITC: Add repo start support. by Simran Basi · 9 years ago
  3. 3010e5b Smartsync: Don't fail if there isn't a cookiefile by Dan Willemsen · 9 years ago v1.12.27
  4. ba7bc73 Sync: Refactor netrc parsing by David Pursehouse · 9 years ago
  5. f4599a2 gitc_init: Remove unused import by David Pursehouse · 9 years ago
  6. 7c9263b Merge "Support smart-sync through persistent-http[s]" by Dan Willemsen · 9 years ago
  7. 0745bb2 Support smart-sync through persistent-http[s] by Dan Willemsen · 9 years ago
  8. bdb5271 GITC: Add repo sync support. by Simran Basi · 9 years ago
  9. 5d0c3a6 Merge "GITC: Add gitc-init subcommand to repo." by Dan Willemsen · 9 years ago
  10. 1efc2b4 GITC: Add gitc-init subcommand to repo. by Simran Basi · 9 years ago
  11. 4332228 Merge "Support filtering by group on forall and list subcmd" by David Pursehouse · 9 years ago
  12. 555be54 Merge "Emit project info in case of sync exception." by Conley Owens · 9 years ago
  13. c5cd433 Emit project info in case of sync exception. by Dan Sandler · 9 years ago
  14. 0369a06 Support filtering by group on forall and list subcmd by Graham Christensen · 9 years ago
  15. abaa7f3 Add option to correct gitdir when syncing by Kevin Degi · 10 years ago v1.12.25
  16. 57f43f4 Merge "Prevent repo info from crashing when default element doesn't exist." by David Pursehouse · 9 years ago
  17. 17af578 Prevent repo info from crashing when default element doesn't exist. by Cassidy Burden · 9 years ago
  18. 6944cdb forall: use smart sync override manifest if it exists by David Pursehouse · 9 years ago
  19. 59b4174 sync: Remove smart sync override manifest when not in smart sync mode by David Pursehouse · 9 years ago
  20. 30d13ee forall: Don't try to get lrev of projects in mirror workspace by David Pursehouse · 9 years ago
  21. 727cc3e sync: Improve error message when writing smart sync manifest fails by David Pursehouse · 9 years ago
  22. c5ceeb1 Merge "Fix 'repo cherry-pick' to avoid hanging on commit-msg update." by David Pursehouse · 9 years ago
  23. db75704 Fix 'repo cherry-pick' to avoid hanging on commit-msg update. by Than McIntosh · 9 years ago
  24. c116f94 forall: setenv, only encode val if encode exists by Anthony King · 9 years ago
  25. 7993f3c init: don't call urllib.parse by Anthony King · 9 years ago
  26. 31a7be5 Catch exceptions in project list generator by Colin Cross · 9 years ago
  27. b155354 Add option on sync to avoid fetching from remotes for existing sha1 by David Pursehouse · 10 years ago
  28. a38769c Merge "forall: use a generator to map the Pool" by Conley Owens · 9 years ago
  29. 6ad6dbe forall: use a generator to map the Pool by Anthony King · 9 years ago
  30. b51f07c status: lose dependence on StringIO by Anthony King · 9 years ago
  31. 9371979 Revert "Implementation of manifest defined githooks" by Jonathan Nieder · 9 years ago v1.12.20
  32. 85e8267 Merge "Implementation of manifest defined githooks" by Conley Owens · 9 years ago
  33. 38e4387 Implementation of manifest defined githooks by Jimmie Wester · 12 years ago
  34. f2fad61 Add missing documentation of --current-branch option on sync command by David Pursehouse · 9 years ago
  35. 7bdac71 pylint fixes for project.py by Anthony King · 10 years ago
  36. 5fb8ed2 If revision is sha hash and dest-branch is defined, use it for starting branch by Max Liu · 10 years ago
  37. b4e50e6 Merge "upload: report names of uncommitted files" by Conley Owens · 10 years ago
  38. 0936aea Exit 1 if repo download -c fails by Scott Anderson · 10 years ago
  39. 14e134d upload: report names of uncommitted files by Vadim Bendebury · 10 years ago
  40. 5cf1660 Allow selection of a target when using smart sync. by Jeff Davidson · 10 years ago
  41. bf0b0cb Merge "Provide detail print-out when not all projects of a branch are current." by Conley Owens · 10 years ago
  42. 588142d Provide detail print-out when not all projects of a branch are current. by Etan Cohen · 10 years ago
  43. a769498 Add --jobs option to forall subcommand by Takeshi Kanemoto · 10 years ago
  44. dd7aea6 Merge "Define unicode as str if using Python 3" by Conley Owens · 10 years ago
  45. 85b24ac Use JSON instead of pickle by Anthony King · 10 years ago
  46. 2cd1f04 Use next(iterator) rather than iterator.next() by Anthony King · 10 years ago
  47. d792f79 Define unicode as str if using Python 3 by Anthony King · 10 years ago
  48. e81bc03 Add total count and iteration count to forall environment by Mitchel Humpherys · 10 years ago
  49. 093fdb6 Add reviewers automatically from project's git config by bijia · 11 years ago
  50. 724aafb Merge "Clean up duplicate logic in subcmds/sync.py." by Conley Owens · 10 years ago
  51. dd65422 Add the "diffmanifests" command by Julien Campergue · 10 years ago
  52. 89ece42 Clean up duplicate logic in subcmds/sync.py. by David James · 10 years ago
  53. 1829101 Add error message for download -c conflicts by Rob Ward · 10 years ago
  54. 094cdbe Add wrapper module by Conley Owens · 10 years ago
  55. f2fe2d9 Properly iterate through values by Conley Owens · 10 years ago v1.12.9
  56. f1f1137 Merge "Don't backtrace when current branch is not uploadable." by David Pursehouse · 10 years ago
  57. e695338 Merge "repo: Support multiple branches for the same project." by Conley Owens · 10 years ago
  58. 011d4f4 Don't backtrace when current branch is not uploadable. by Warren Turkal · 11 years ago
  59. 335f5ef Add --archive option to init to sync using git archive by Julien Campergue · 11 years ago
  60. d5a5b19 Remove trailing whitespace by Chirayu Desai · 11 years ago
  61. 0eb35cb Fix some python3 encoding issues by Chirayu Desai · 11 years ago
  62. fbd3f2a Only check merge destination if it isn't None by Conley Owens · 11 years ago v1.12.6
  63. 37128b6 Fix indentation by David Pursehouse · 11 years ago v1.12.5
  64. 8d20116 repo: Support multiple branches for the same project. by David James · 11 years ago
  65. 3bfd721 Don't upload when dest branch is not merge branch by Conley Owens · 11 years ago
  66. 59b31cb don't pass project revision to UploadForReview by Colin Cross · 11 years ago
  67. 351fe2c Sync: Improved error message when manifest server RPC call fails by David Pursehouse · 11 years ago
  68. fb99c71 Sync: Print name of manifest server used for smart sync/smart tag by David Pursehouse · 11 years ago
  69. 610d3c4 upload: fix display of destination branch for SingleBranch by Chirayu Desai · 11 years ago
  70. 854f2b6 Merge "sync: assign manifest_name earlier" by David Pursehouse · 11 years ago
  71. a892b10 sync: assign manifest_name earlier by Chirayu Desai · 11 years ago
  72. db2ad9d Fix urllib.parse (urlparse) handling by Chirayu Desai · 11 years ago
  73. ef668c9 Merge "Fix a few issues with dest-branch and multiples" by Conley Owens · 11 years ago
  74. 65b162b Merge "Fix "'module' object is not callable" error" by Conley Owens · 11 years ago
  75. cd51f17 Fix "'module' object is not callable" error by David Pursehouse · 11 years ago
  76. 53a6c5d Degrade: Fix smart sync/smart tag by Victor Boivie · 11 years ago
  77. 5bca9fc Print project name for -p on mirror clients by Jorge Gonzalez · 11 years ago
  78. 691a759 Fix a few issues with dest-branch and multiples by Bryan Jacobs · 11 years ago
  79. 710d4b0 Fix a bug in repo upload --cbr by Bryan Jacobs · 11 years ago
  80. f609f91 Send reviews to a different branch from fetch by Bryan Jacobs · 11 years ago
  81. 59bbb58 Move Python version checking to a separate module by David Pursehouse · 11 years ago
  82. da45e5d Remove unused show_smart option on list and info commands by David Pursehouse · 11 years ago
  83. 2b30e3a Use reference also for manifest git by Victor Boivie · 12 years ago
  84. b5267f9 stage: replace filter on lambda with list comprehension by David Pursehouse · 11 years ago
  85. a8864fb Add regex support for subcommand forall by Zhiguang Li · 11 years ago
  86. 217ea7d Some fixes for supporting python3 by Chirayu Desai · 11 years ago
  87. fef4ae7 sync: be more verbose by Chirayu Desai · 11 years ago
  88. 04d84a2 list: add name-only and path-only options by Chirayu Desai · 11 years ago
  89. 0a1c6a1 Special handling for manifest group "default" by David Holmer · 12 years ago
  90. 0766900 Reload the correct manifest during sync. by Tim Kilbourn · 11 years ago
  91. a27852d Merge "Add manifest groups to the output of `info`" by David Pursehouse · 11 years ago
  92. 61ac9ae Add manifest groups to the output of `info` by Conley Owens · 11 years ago
  93. 2f9e7e4 Fix: Missing spaces in printed messages by David Pursehouse · 11 years ago
  94. 597868b Add --no-tags option to prevent fetching of tags by Mitchel Humpherys · 12 years ago
  95. 75b4c2d Fix crash in repo info when `%` is used in commit messages by Olof Johansson · 11 years ago
  96. 23bd3a1 Add missing sys module when referencing stderr by Conley Owens · 11 years ago
  97. 57bd7b7 Fix: GitError when using repo info -d by Olof Johansson · 11 years ago
  98. 63d356f 'repo status --orphans' shows non-repo files by Will Richey · 12 years ago
  99. 3576596 Fix: missing space in information message after repo init by David Pursehouse · 11 years ago
  100. 2547098 Better error message when using --mirror in existing workspace by David Pursehouse · 12 years ago