diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-04-15 21:38:27 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-04-15 21:38:27 +0200 |
commit | 4ec1252f90e24a4ce2335583eae1e0c0da0554be (patch) | |
tree | c003c767cbc5285cf8be39c394c8ef9cfbfc4df2 /org.eclipse.jgit/src/org/eclipse/jgit/lib | |
parent | cd2dc85f316ebdd6f6e318fd3b6d6c62095ca243 (diff) | |
parent | 34dc17ac3ac00b1e7bda0aa69c88fd4d652d7701 (diff) | |
download | jgit-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.java | 6 |
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 */ |