]> source.dussan.org Git - jgit.git/commitdiff
Add config constant for "mergeoptions" 53/8753/2
authorTomasz Zarna <tomasz.zarna@tasktop.com>
Sun, 18 Nov 2012 21:35:53 +0000 (22:35 +0100)
committerChris Aniszczyk <zx@twitter.com>
Mon, 19 Nov 2012 00:32:37 +0000 (18:32 -0600)
Bug: 336933
Change-Id: Idcc0fbc8a8143dd665e80e4d6f4a4adaeae287db
Signed-off-by: Chris Aniszczyk <zx@twitter.com>
org.eclipse.jgit/src/org/eclipse/jgit/lib/ConfigConstants.java

index 483482e18ed272e975cdda49597a968c71b058db..c20006e38e5153cd23cecefbf042289c0d8e0d31 100644 (file)
@@ -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";
 }