diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-03-19 10:26:07 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-03-19 10:26:27 +0100 |
commit | d081ff78f7bbdffea3334aaea207125adeb6819b (patch) | |
tree | ae0a6ac243c79244aa308743977cfdbb25d3b23c /org.eclipse.jgit.archive | |
parent | f6597971991e3350df568b0cde05c014dcd69c47 (diff) | |
parent | 41643dcb79a52e9fac03b77d40d6b33df13f034b (diff) | |
download | jgit-d081ff78f7bbdffea3334aaea207125adeb6819b.tar.gz jgit-d081ff78f7bbdffea3334aaea207125adeb6819b.zip |
Merge branch 'master' into next
* master: (27 commits)
Optimize RevWalkUtils.findBranchesReachableFrom()
Introduce getMergedInto(RevCommit commit, Collection<Ref> refs)
Skip detecting content renames for large files
Remove unused API problem filters
Document http options supported by JGit
HTTP cookies: do tilde expansion on http.cookieFile
Prepare 5.12.0-SNAPSHOT builds
Update Orbit to R20210223232630
Prepare 5.11.1-SNAPSHOT builds
JGit v5.11.0.202103091610-r
Manually set status of jmh dependencies
Update DEPENDENCIES report for 5.11.0
Add dependency to dash-licenses
PackFile: Add id + ext based constructors
GC: deleteOrphans: Use PackFile
PackExt: Convert to Enum
Restore preserved packs during missing object seeks
Pack: Replace extensions bitset with bitmapIdx PackFile
PackDirectory: Use PackFile to ensure we find preserved packs
GC: Use PackFile to de-dup logic
...
Change-Id: I2326d4d728fbde3090a5b87b0e273db46e0c5f62
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.archive')
-rw-r--r-- | org.eclipse.jgit.archive/.settings/.api_filters | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/org.eclipse.jgit.archive/.settings/.api_filters b/org.eclipse.jgit.archive/.settings/.api_filters deleted file mode 100644 index f4a934aeb9..0000000000 --- a/org.eclipse.jgit.archive/.settings/.api_filters +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<component id="org.eclipse.jgit.archive" version="2"> - <resource path="src/org/eclipse/jgit/archive/BaseFormat.java" type="org.eclipse.jgit.archive.BaseFormat"> - <filter id="336658481"> - <message_arguments> - <message_argument value="org.eclipse.jgit.archive.BaseFormat"/> - <message_argument value="COMPRESSION_LEVEL"/> - </message_arguments> - </filter> - </resource> -</component> |