diff options
author | Luca Milanesio <luca.milanesio@gmail.com> | 2019-04-09 10:44:06 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-04-11 10:55:45 +0200 |
commit | d6e00d201514ce69addcbfb1c7163f42336f3e66 (patch) | |
tree | b14fa9fc05a83f683ff184724a23cd06be986a98 /org.eclipse.jgit/.settings | |
parent | aa6e7e2c12efc85e11afd5b9cbf2b42bfb09a4c0 (diff) | |
download | jgit-d6e00d201514ce69addcbfb1c7163f42336f3e66.tar.gz jgit-d6e00d201514ce69addcbfb1c7163f42336f3e66.zip |
Remember the cause for invalidating a packfile
Keep track of the original cause for a packfile invalidation.
It is needed for the sysadmin to understand if there is a real
underlying filesystem problem and repository corruption or if it is
simply a consequence of a concurrency of Git operations (e.g. repack
or GC).
Change-Id: I06ddda9ec847844ec31616ab6d17f153a5a34e33
Signed-off-by: Luca Milanesio <luca.milanesio@gmail.com>
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit/.settings')
-rw-r--r-- | org.eclipse.jgit/.settings/.api_filters | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/org.eclipse.jgit/.settings/.api_filters b/org.eclipse.jgit/.settings/.api_filters index 0b5acc2bd0..eb31d56ed1 100644 --- a/org.eclipse.jgit/.settings/.api_filters +++ b/org.eclipse.jgit/.settings/.api_filters @@ -8,6 +8,20 @@ </message_arguments> </filter> </resource> + <resource path="src/org/eclipse/jgit/errors/PackInvalidException.java" type="org.eclipse.jgit.errors.PackInvalidException"> + <filter id="1142947843"> + <message_arguments> + <message_argument value="4.5.7"/> + <message_argument value="PackInvalidException(File, Throwable)"/> + </message_arguments> + </filter> + <filter id="1142947843"> + <message_arguments> + <message_argument value="4.5.7"/> + <message_argument value="PackInvalidException(String, Throwable)"/> + </message_arguments> + </filter> + </resource> <resource path="src/org/eclipse/jgit/lib/ConfigConstants.java" type="org.eclipse.jgit.lib.ConfigConstants"> <filter id="336658481"> <message_arguments> |