소스 검색

Merge branch 'stable-5.7' into stable-5.8

* stable-5.7:
  Prepare 5.3.10-SNAPSHOT builds
  JGit v5.3.9.202012012026-r
  Prepare 5.1.16-SNAPSHOT builds
  JGit v5.1.15.202012011955-r
  Fix PackInvalidException when fetch and repack run concurrently

Change-Id: I638ee6409f25ac8bcb2e365b1c37939b520b289f
tags/v5.10.0.202012021225-rc1
Matthias Sohn 3 년 전
부모
커밋
8f422e9a9a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/PackFile.java

+ 1
- 0
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/PackFile.java 파일 보기

@@ -650,6 +650,7 @@ public class PackFile implements Iterable<PackIndex.MutableEntry> {

private void doOpen() throws IOException {
if (invalid) {
openFail(true, invalidatingCause);
throw new PackInvalidException(packFile, invalidatingCause);
}
try {

Loading…
취소
저장