]> source.dussan.org Git - jgit.git/commit
Provide more details in exceptions thrown when packfile is invalid 45/41545/3
authorMatthias Sohn <matthias.sohn@sap.com>
Tue, 10 Feb 2015 17:23:14 +0000 (18:23 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 17 Feb 2015 13:13:22 +0000 (14:13 +0100)
commit57644f23a1481cb6be0e3e9515b62ff1be028f78
tree14712e0c78516dcedfe05d0b4ef3c208f8f540f8
parenta8743df19c2574bc3481fa5f811499b5960951a8
Provide more details in exceptions thrown when packfile is invalid

Mention packfile path in exceptions thrown when we detect that a
packfile is invalid and make excplicit that corrupt packs are removed
from the pack list.

Change-Id: I454ada5f8e69307d3f34d1c1b8f3cb87607ddf35
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.http.test/tst/org/eclipse/jgit/http/test/ProtocolErrorTest.java
org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties
org.eclipse.jgit/src/org/eclipse/jgit/internal/JGitText.java
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/dfs/DfsPackFile.java
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/dfs/DfsReader.java
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/PackFile.java
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/WindowCursor.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/PackParser.java