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