This is needed by a EGit change
http://egit.eclipse.org/r/#change,2232
Change-Id: I3d62f904b769fc2f1b7b8f0f24f7dd757fc9c379
Signed-off-by: Mathias Kinzler <mathias.kinzler@sap.com>
/** The "diff" section */
public static final String CONFIG_DIFF_SECTION = "diff";
+ /** The "user" section */
+ public static final String CONFIG_USER_SECTION = "user";
+
/** The "algorithm" key */
public static final String CONFIG_KEY_ALGORITHM = "algorithm";
/** The "autosetupmerge" key */
public static final String CONFIG_KEY_AUTOSETUPMERGE = "autosetupmerge";
+
+ /** The "name" key */
+ public static final String CONFIG_KEY_NAME = "name";
+
+ /** The "email" key */
+ public static final String CONFIG_KEY_EMAIL = "email";
}