Rename refs/draft/ to refs/drafts/
refs/drafts/ is more intuitive than refs/draft/ because it is more consistent with other ref namespaces such as refs/heads/ or refs/tags/. Change-Id: Id663b7eb904ee08ea0e5616f900ca9cc0830921f Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
@@ -30,7 +30,7 @@ public final class MagicBranch {
|
||||
LoggerFactory.getLogger(MagicBranch.class);
|
||||
|
||||
public static final String NEW_CHANGE = "refs/for/";
|
||||
public static final String NEW_DRAFT_CHANGE = "refs/draft/";
|
||||
public static final String NEW_DRAFT_CHANGE = "refs/drafts/";
|
||||
public static final String NEW_PUBLISH_CHANGE = "refs/publish/";
|
||||
|
||||
/** Extracts the destination from a ref name */
|
||||
|
||||
Reference in New Issue
Block a user