Merge "Add new submit strategy "Rebase Always"."
This commit is contained in:
@@ -18,6 +18,7 @@ public enum SubmitType {
|
||||
FAST_FORWARD_ONLY,
|
||||
MERGE_IF_NECESSARY,
|
||||
REBASE_IF_NECESSARY,
|
||||
REBASE_ALWAYS,
|
||||
MERGE_ALWAYS,
|
||||
CHERRY_PICK
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user