index
:
jgit.git
master
master%private
next
servlet-4
stable-0.10
stable-0.11
stable-0.12
stable-0.7
stable-0.8
stable-0.9
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-2.0
stable-2.1
stable-2.2
stable-2.3
stable-3.0
stable-3.1
stable-3.2
stable-3.3
stable-3.4
stable-3.5
stable-3.6
stable-3.7
stable-4.0
stable-4.1
stable-4.10
stable-4.11
stable-4.2
stable-4.3
stable-4.4
stable-4.5
stable-4.6
stable-4.7
stable-4.8
stable-4.9
stable-5.0
stable-5.1
stable-5.10
stable-5.11
stable-5.12
stable-5.13
stable-5.2
stable-5.3
stable-5.4
stable-5.5
stable-5.6
stable-5.7
stable-5.8
stable-5.9
stable-6.0
stable-6.1
stable-6.10
stable-6.2
stable-6.3
stable-6.4
stable-6.5
stable-6.6
stable-6.7
stable-6.8
stable-6.9
stable-7.0
stable-7.1
stable-7.2
stable-7.3
stable-7.4
JGit, the Java implementation of git: https://github.com/eclipse-jgit/jgit
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
org.eclipse.jgit
/
src
/
org
/
eclipse
/
jgit
/
internal
/
storage
/
dfs
/
DfsPackFile.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
DfsPackFile: Delete #getIndexedObjectSize for ObjectId
Ivan Frade
2025-06-25
1
-31
/
+1
*
DfsReader: Reuse index position when looking up object size
Ivan Frade
2025-06-24
1
-0
/
+28
*
DfsReader: return idx position when looking up object in packs
Ivan Frade
2025-06-24
1
-0
/
+4
*
DfsReader/PackFile: Move represention to the packfile
Ivan Frade
2025-05-20
1
-6
/
+84
*
DfsPackFile: Remove unused getObjectCount method
Ivan Frade
2025-05-19
1
-14
/
+0
*
DfsPackFile.PackIndexes: pass primary index to reverse index
Ivan Frade
2025-04-07
1
-4
/
+8
*
DfsPackFile: re-add metrics for bitmap index loads
Sam Delmerico
2024-08-27
1
-0
/
+3
*
DfsPackFile: Abstract the loading of pack indexes
Ivan Frade
2024-07-30
1
-70
/
+183
*
DfsPackFile: Do not set local reverse index ref from cache callback
Ivan Frade
2024-07-16
1
-17
/
+21
*
DfsPackFile: Enable/disable object size index via DfsReaderOptions
Ivan Frade
2024-07-10
1
-0
/
+1
*
DfsPackFile: Do not set primery index local ref from cache callback
Ivan Frade
2024-06-28
1
-16
/
+27
*
DfsPackFile: Make the loader classes used to construct bitmaps public.
jackdt@google.com
2024-04-02
1
-7
/
+20
*
DfsPackFile: make public the constructor with bitmap loader
Ivan Frade
2024-04-01
1
-1
/
+12
*
DfsPackFile: get commitGraph.readChangePaths from repo config
Xing Huang
2024-03-14
1
-1
/
+8
*
DfsPackFile: Abstract the bitmap loading to support other backends
Ivan Frade
2024-02-26
1
-26
/
+127
*
DfsPackFile: Do not attempt to read stream if pack doesn't have it
Ivan Frade
2023-10-17
1
-1
/
+2
*
[errorprone] Suppress ByteBufferBackingArray
Matthias Sohn
2023-09-25
1
-0
/
+1
*
DfsPackFile: remove unnecessary @SuppressWarnings("boxing")
Matthias Sohn
2023-09-22
1
-8
/
+0
*
DfsPackFile: Record index loads only in one place
Ivan Frade
2023-09-08
1
-8
/
+8
*
DfsPackfile: Emit the index load with the index object
Ivan Frade
2023-09-08
1
-8
/
+8
*
Fix warning raised for local variable hiding DfsPackFile#index
Matthias Sohn
2023-08-31
1
-3
/
+3
*
Suppress boxing warnings in DfsPackFile
Matthias Sohn
2023-08-31
1
-0
/
+8
*
DfsReader: Expose when indices are loaded
Ivan Frade
2023-08-03
1
-1
/
+10
*
DfsReader/PackFile: Implement isNotLargerThan using the obj size idx
Ivan Frade
2023-07-13
1
-0
/
+149
*
DfsPackFile: make #getReverseIdx public
Anna Papitto
2023-06-27
1
-1
/
+11
*
PackReverseIndex: separate out the computed implementation
Anna Papitto
2023-06-21
1
-1
/
+2
*
PackReverseIndex: use static builder instead of constructor
Anna Papitto
2023-05-31
1
-1
/
+1
*
DfsPackFile: Extract block aligment code
Ivan Frade
2023-04-11
1
-30
/
+19
*
DfsPackFile/DfsGC: Write commit graphs and expose in pack
Xing Huang
2023-02-07
1
-0
/
+76
*
DfsStreamKey: Replace ForReverseIndex to separate metrics.
Anna Papitto
2022-11-17
1
-2
/
+2
*
PackBitmapIndexV1: support parallel loading of reverse index
Alina Djamankulova
2021-12-06
1
-1
/
+2
*
[6.0 API cleanup] StoredObjectRepresentationNotAvailableException
Thomas Wolf
2021-11-23
1
-5
/
+3
*
DFS block cache: fix lock issue and support parallel index loading
Alina Djamankulova
2021-10-19
1
-90
/
+67
*
Revert "DFS block cache: Refactor to enable parallel index loading"
Minh Thai
2021-09-03
1
-28
/
+20
*
DFS block cache: add additional stats to DfsReaderIoStats
Alina Djamankulova
2021-08-24
1
-6
/
+31
*
DFS block cache: Refactor to enable parallel index loading
Alina Djamankulova
2021-08-12
1
-20
/
+28
*
dfs: handle short copies
wh
2021-02-19
1
-2
/
+9
*
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
1
-38
/
+5
*
DfsPackFile: Remove unused parameter from loadReverseIdx method
David Pursehouse
2019-10-14
1
-2
/
+2
*
dfs: Take size as long instead of int
Masaya Suzuki
2019-08-12
1
-8
/
+12
*
dfs: Add a position argument
Masaya Suzuki
2019-08-12
1
-5
/
+11
*
dfs: Move the deeply nested code to its own method
Masaya Suzuki
2019-08-12
1
-84
/
+89
*
Merge branch 'stable-5.2' into stable-5.3
Matthias Sohn
2019-04-28
1
-2
/
+5
|
\
|
*
Merge branch 'stable-4.11' into stable-5.0
Matthias Sohn
2019-04-19
1
-3
/
+8
|
|
\
|
|
*
Merge branch 'stable-4.9' into stable-4.10
Matthias Sohn
2019-04-18
1
-3
/
+8
|
|
|
\
|
|
|
*
Merge branch 'stable-4.8' into stable-4.9
Matthias Sohn
2019-04-18
1
-3
/
+8
|
|
|
|
\
|
|
|
|
*
Merge branch 'stable-4.7' into stable-4.8
stable-4.8
Matthias Sohn
2019-04-17
1
-5
/
+14
|
|
|
|
|
\
|
|
|
|
|
*
Merge branch 'stable-4.6' into stable-4.7
Matthias Sohn
2019-04-16
1
-5
/
+14
|
|
|
|
|
|
\
|
|
|
|
|
|
*
Remember the cause for invalidating a packfile
Luca Milanesio
2019-04-11
1
-5
/
+14
*
|
|
|
|
|
|
Strongly reference indices in DfsPackFile
Minh Thai
2019-02-21
1
-128
/
+113
[next]