0

I have seen these 2 posts:

  1. https://code.google.com/p/gerrit/issues/detail?id=1123
  2. https://groups.google.com/forum/#!msg/repo-discuss/qlP-Yxlxg68/yWJxZVR9mnQJ

Is it enabled or not?

0x90
  • 39,472
  • 36
  • 165
  • 245

1 Answers1

1

Yes, the Rebase-if-necessary submit type was added in Gerrit 2.6. For this to work the project owner/administrator must select this submit type for the project(s) wanting this feature.

From Projects->List, select the repository you wish to use this submit strategy. Change the Submit Type to 'Rebase if necessary' and save changes.

Brad
  • 5,492
  • 23
  • 34
  • can you add some explanation of how to do it? – 0x90 Aug 22 '13 at 19:55
  • From Projects->List, select the repository you wish to use this submit strategy. Change the Submit Type to 'Rebase if necessary' and save changes. Making this change requires (I believe) project owner permissions. – Brad Aug 22 '13 at 21:58
  • please add it to your answer since I select it as the right one, may it be complete. – 0x90 Aug 23 '13 at 05:39