|
|
|
@ -79,7 +79,6 @@ public class ConfigConstants {
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* The "rebase" section |
|
|
|
|
* |
|
|
|
|
* @since 3.2 |
|
|
|
|
*/ |
|
|
|
|
public static final String CONFIG_REBASE_SECTION = "rebase"; |
|
|
|
@ -92,14 +91,12 @@ public class ConfigConstants {
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* The "fetch" section |
|
|
|
|
* |
|
|
|
|
* @since 3.3 |
|
|
|
|
*/ |
|
|
|
|
public static final String CONFIG_FETCH_SECTION = "fetch"; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* The "pull" section |
|
|
|
|
* |
|
|
|
|
* @since 3.5 |
|
|
|
|
*/ |
|
|
|
|
public static final String CONFIG_PULL_SECTION = "pull"; |
|
|
|
@ -139,7 +136,6 @@ public class ConfigConstants {
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* The "symlinks" key |
|
|
|
|
* |
|
|
|
|
* @since 3.3 |
|
|
|
|
*/ |
|
|
|
|
public static final String CONFIG_KEY_SYMLINKS = "symlinks"; |
|
|
|
@ -167,7 +163,6 @@ public class ConfigConstants {
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* The "autostash" key |
|
|
|
|
* |
|
|
|
|
* @since 3.2 |
|
|
|
|
*/ |
|
|
|
|
public static final String CONFIG_KEY_AUTOSTASH = "autostash"; |
|
|
|
@ -234,14 +229,12 @@ public class ConfigConstants {
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* The "aggressiveDepth" key |
|
|
|
|
* |
|
|
|
|
* @since 3.6 |
|
|
|
|
*/ |
|
|
|
|
public static final String CONFIG_KEY_AGGRESSIVE_DEPTH = "aggressiveDepth"; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* The "aggressiveWindow" key |
|
|
|
|
* |
|
|
|
|
* @since 3.6 |
|
|
|
|
*/ |
|
|
|
|
public static final String CONFIG_KEY_AGGRESSIVE_WINDOW = "aggressiveWindow"; |
|
|
|
@ -290,7 +283,6 @@ public class ConfigConstants {
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* The "prune" key |
|
|
|
|
* |
|
|
|
|
* @since 3.3 |
|
|
|
|
*/ |
|
|
|
|
public static final String CONFIG_KEY_PRUNE = "prune"; |
|
|
|
|