Merge "Add new submit strategy "Rebase Always"."

This commit is contained in:
ekempin
2016-10-21 13:34:44 +00:00
committed by Gerrit Code Review
22 changed files with 806 additions and 533 deletions

View File

@@ -18,6 +18,7 @@ public enum SubmitType {
FAST_FORWARD_ONLY,
MERGE_IF_NECESSARY,
REBASE_IF_NECESSARY,
REBASE_ALWAYS,
MERGE_ALWAYS,
CHERRY_PICK
}