diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-02-20 21:26:08 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-02-20 21:29:30 +0100 |
commit | fe64445c111442cfbbdd12309b94a18d581eba23 (patch) | |
tree | 70fa7488361cef2bf815e51e669348bf0c956331 /org.eclipse.jgit/.settings | |
parent | 596c445af22ed9b6e0b7e35de44c127fcb8ecf7d (diff) | |
parent | f8e6bcba483336280b61771deb09622438953cb2 (diff) | |
download | jgit-fe64445c111442cfbbdd12309b94a18d581eba23.tar.gz jgit-fe64445c111442cfbbdd12309b94a18d581eba23.zip |
Merge branch 'stable-6.4'
* stable-6.4:
Fix getPackedRefs to not throw NoSuchFileException
Add pack options to preserve and prune old pack files
Allow to perform PackedBatchRefUpdate without locking loose refs
Document option "core.sha1Implementation" introduced in 59029aec
Change-Id: I36051c623fcd480aa80ed32b4e89f9bdd1b798e0
Diffstat (limited to 'org.eclipse.jgit/.settings')
-rw-r--r-- | org.eclipse.jgit/.settings/.api_filters | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/org.eclipse.jgit/.settings/.api_filters b/org.eclipse.jgit/.settings/.api_filters index 107b7d5ea3..b9de762855 100644 --- a/org.eclipse.jgit/.settings/.api_filters +++ b/org.eclipse.jgit/.settings/.api_filters @@ -9,6 +9,18 @@ </filter> <filter id="1142947843"> <message_arguments> + <message_argument value="5.13.2"/> + <message_argument value="CONFIG_KEY_PRESERVE_OLD_PACKS"/> + </message_arguments> + </filter> + <filter id="1142947843"> + <message_arguments> + <message_argument value="5.13.2"/> + <message_argument value="CONFIG_KEY_PRUNE_PRESERVED"/> + </message_arguments> + </filter> + <filter id="1142947843"> + <message_arguments> <message_argument value="6.1.1"/> <message_argument value="CONFIG_KEY_TRUST_PACKED_REFS_STAT"/> </message_arguments> |