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:
Edwin Kempin
2012-03-07 16:05:53 +01:00
parent 0f716e62c5
commit 93f932682f

View File

@@ -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 */