]> source.dussan.org Git - jgit.git/commit
Merge branch 'stable-4.11' into stable-5.0 13/138613/1
authorMatthias Sohn <matthias.sohn@sap.com>
Wed, 13 Mar 2019 01:21:54 +0000 (02:21 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Wed, 13 Mar 2019 01:21:54 +0000 (02:21 +0100)
commit7480737aac78a2c6e1acca37715bf61a5fa494bb
tree01c8b71c33a50281c2eb1ecaa370aa4d004e1a8b
parent35e96348d3032a5670e8dbd0fb0a90852af65cf1
parent6a30ffd0338239a49b1d0c34ad827d317d5b15ec
Merge branch 'stable-4.11' into stable-5.0

* stable-4.11:
  Prepare 4.11.8-SNAPSHOT builds
  JGit v4.11.7.201903122105-r
  Prepare 4.9.10-SNAPSHOT builds
  JGit v4.9.9.201903122025-r
  Prepare 4.7.9-SNAPSHOT builds
  JGit v4.7.8.201903121755-r
  Prepare 4.5.7-SNAPSHOT builds
  JGit v4.5.6.201903121547-r
  Check for packfile validity and fd before reading
  Move throw of PackInvalidException outside the catch
  Use FileSnapshot to get lastModified on PackFile
  Include size when comparing FileSnapshot
  Do not reuse packfiles when changed on filesystem
  Silence API warnings for new API introduced for fixes

Change-Id: I04c70f66c6f1e53bdc199fb5b24c9136c9a8e4f7
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/.settings/.api_filters
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/FileSnapshot.java
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/ObjectDirectory.java
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/PackFile.java
org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java
org.eclipse.jgit/src/org/eclipse/jgit/util/FileUtils.java