Change-Id: I16d82499d7d000096de6bd4bd08e406073557162
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* if <code>true</code> a orphan branch will be created as part
* of the checkout to the specified start point
* @return this instance
+ * @since 3.3
*/
public CheckoutCommand setOrphan(boolean orphan) {
checkCallable();
/** The environment variable that contains the commiter's email */
public static final String GIT_COMMITTER_EMAIL_KEY = "GIT_COMMITTER_EMAIL";
- /** The environment variable that blocks use of the system config file */
+ /**
+ * The environment variable that blocks use of the system config file
+ *
+ * @since 3.3
+ */
public static final String GIT_CONFIG_NOSYSTEM_KEY = "GIT_CONFIG_NOSYSTEM";
/**