]> source.dussan.org Git - jgit.git/commitdiff
Add constants for gerrit change id configuration 19/3119/1
authorStefan Lay <stefan.lay@sap.com>
Thu, 14 Apr 2011 15:25:22 +0000 (17:25 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Thu, 14 Apr 2011 19:57:22 +0000 (21:57 +0200)
Change-Id: I22fc46dff6cc5dfd975f6e82161d265781778cde
Signed-off-by: Stefan Lay <stefan.lay@sap.com>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/lib/ConfigConstants.java

index 7e4cb3bee2d88e083b47cc632754d804183c596a..411782ffc7a787e80319ac3c37873d8486e88df8 100644 (file)
@@ -63,6 +63,9 @@ public class ConfigConstants {
        /** The "user" section */
        public static final String CONFIG_USER_SECTION = "user";
 
+       /** The "gerrit" section */
+       public static final String CONFIG_GERRIT_SECTION = "gerrit";
+
        /** The "algorithm" key */
        public static final String CONFIG_KEY_ALGORITHM = "algorithm";
 
@@ -127,4 +130,7 @@ public class ConfigConstants {
 
        /** The "local" key (used to configure {@link #CONFIG_KEY_AUTOSETUPREBASE} */
        public static final String CONFIG_KEY_LOCAL = "local";
+
+       /** The "createchangeid" key */
+       public static final String CONFIG_KEY_CREATECHANGEID = "createchangeid";
 }