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