aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2023-04-15 21:38:27 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2023-04-15 21:38:27 +0200
commit4ec1252f90e24a4ce2335583eae1e0c0da0554be (patch)
treec003c767cbc5285cf8be39c394c8ef9cfbfc4df2 /org.eclipse.jgit/src/org/eclipse/jgit/lib
parentcd2dc85f316ebdd6f6e318fd3b6d6c62095ca243 (diff)
parent34dc17ac3ac00b1e7bda0aa69c88fd4d652d7701 (diff)
downloadjgit-4ec1252f90e24a4ce2335583eae1e0c0da0554be.tar.gz
jgit-4ec1252f90e24a4ce2335583eae1e0c0da0554be.zip
Merge branch 'stable-6.3' into stable-6.4
* stable-6.3: Remove blank in maven.config DirCache: support option index.skipHash Change-Id: I18cf0da3a5dcc74865c44d82e7c328329814acae
Diffstat (limited to 'org.eclipse.jgit/src/org/eclipse/jgit/lib')
-rw-r--r--org.eclipse.jgit/src/org/eclipse/jgit/lib/ConfigConstants.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/lib/ConfigConstants.java b/org.eclipse.jgit/src/org/eclipse/jgit/lib/ConfigConstants.java
index 96f3198cef..5c48c7a08e 100644
--- a/org.eclipse.jgit/src/org/eclipse/jgit/lib/ConfigConstants.java
+++ b/org.eclipse.jgit/src/org/eclipse/jgit/lib/ConfigConstants.java
@@ -449,6 +449,12 @@ public final class ConfigConstants {
public static final String CONFIG_KEY_INDEXVERSION = "indexversion";
/**
+ * The "skiphash" key
+ * @since 5.13.2
+ */
+ public static final String CONFIG_KEY_SKIPHASH = "skiphash";
+
+ /**
* The "hidedotfiles" key
* @since 3.5
*/