summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna <tomasz.zarna@tasktop.com>2012-11-18 22:35:53 +0100
committerChris Aniszczyk <zx@twitter.com>2012-11-18 18:32:37 -0600
commit20c3b6b8a0ba4f3d9f5666dd48b132839ab7e5bf (patch)
treea5900156beb06f140a3cf9c5823aa3c03682f133
parent6a94f027b6302f1630ccbad8fd4dc5d7f54645d4 (diff)
downloadjgit-20c3b6b8a0ba4f3d9f5666dd48b132839ab7e5bf.tar.gz
jgit-20c3b6b8a0ba4f3d9f5666dd48b132839ab7e5bf.zip
Add config constant for "mergeoptions"
Bug: 336933 Change-Id: Idcc0fbc8a8143dd665e80e4d6f4a4adaeae287db Signed-off-by: Chris Aniszczyk <zx@twitter.com>
-rw-r--r--org.eclipse.jgit/src/org/eclipse/jgit/lib/ConfigConstants.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/lib/ConfigConstants.java b/org.eclipse.jgit/src/org/eclipse/jgit/lib/ConfigConstants.java
index 483482e18e..c20006e38e 100644
--- a/org.eclipse.jgit/src/org/eclipse/jgit/lib/ConfigConstants.java
+++ b/org.eclipse.jgit/src/org/eclipse/jgit/lib/ConfigConstants.java
@@ -187,4 +187,7 @@ public class ConfigConstants {
/** The "pruneexpire" key */
public static final String CONFIG_KEY_PRUNEEXPIRE = "pruneexpire";
+
+ /** The "mergeoptions" key */
+ public static final String CONFIG_KEY_MERGEOPTIONS = "mergeoptions";
}