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
/
pack
/
PackWriterBitmapPreparer.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
PackWriterBitmapPreparer: Use SystemReader.now() instead of deprecated method
Ivan Frade
2024-12-27
1
-4
/
+5
*
PackWriterBitmapPreparer: Do not generate bitmaps for excessive branch tips.
jackdt@google.com
2024-02-07
1
-3
/
+6
*
PackWriterBitmapPreparer: Set limit on excessive branch count
Jackson Toeniskoetter
2024-01-12
1
-3
/
+9
*
[errorprone] Prevent int expression may overflow
Matthias Sohn
2023-09-25
1
-1
/
+1
*
Merge branch 'stable-5.13' into stable-6.0
Matthias Sohn
2023-02-01
1
-0
/
+3
|
\
|
*
PackWriterBitmapPreparer: do not include annotated tags in bitmap
Luca Milanesio
2023-01-31
1
-0
/
+3
*
|
Remove redundant type arguments
Thomas Wolf
2021-09-30
1
-1
/
+1
|
/
*
PackBitmapIndex: Set distance threshold
Yunjie Li
2020-05-12
1
-1
/
+1
*
PackBitmapIndex: Reduce memory usage in GC
Yunjie Li
2020-05-12
1
-3
/
+15
*
PackBitmapIndex: Move BitmapCommit to a top-level class
Yunjie Li
2020-05-12
1
-22
/
+0
*
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
1
-38
/
+5
*
Convert to lambda or member reference
Carsten Hammer
2019-05-16
1
-6
/
+3
*
Add progress monitor step to first phase of GC commit selection
Terry Parker
2018-07-09
1
-0
/
+1
*
Fix a GC scalability issue when selecting commit bitmaps
tparker
2018-06-26
1
-227
/
+197
*
Make PackWriterBitmapWalker public
Jonathan Tan
2017-11-10
1
-3
/
+4
*
Exclude refs/tags from bitmap commit selection
Terry Parker
2017-05-18
1
-5
/
+13
*
Enable and fix warnings about redundant specification of type arguments
David Pursehouse
2017-02-20
1
-6
/
+6
*
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
1
-0
/
+5
*
Make BitmapIndexImpl.CompressedBitmap public
Jonathan Nieder
2015-11-09
1
-1
/
+2
*
Skip redundant 'OR-reuse' step in tip commit bitmap setup
Jonathan Nieder
2015-11-08
1
-8
/
+3
*
Avoid repeated sort of tipCommitBitmaps
Jonathan Nieder
2015-11-07
1
-5
/
+6
*
[style] Shorten line lengths and import order in bitmap code
Terry Parker
2015-11-07
1
-1
/
+1
*
Inline PackWriterBitmapWalker.newRevFilter into callers
Jonathan Nieder
2015-11-05
1
-1
/
+2
*
Convert remaining callers of BitmapBuilder.add to use .addObject
Jonathan Nieder
2015-11-05
1
-2
/
+2
*
Rely on bitmap RevFilter to filter walk during bitmap selection
Jonathan Nieder
2015-11-05
1
-3
/
+0
*
Use 'reused' bitmap to filter walk during bitmap selection
Jonathan Nieder
2015-11-05
1
-3
/
+7
*
Rely on bitmap RevFilter to filter tip commit setup walk
Jonathan Nieder
2015-11-05
1
-1
/
+0
*
Use 'reused' bitmap to filter tip commit setup walk
Jonathan Nieder
2015-11-05
1
-0
/
+42
*
Include ancestors of reused bitmap commits in reuse bitmap again
Jonathan Nieder
2015-11-03
1
-5
/
+7
*
Decrease indentation in setupTipCommitBitmaps
Jonathan Nieder
2015-11-03
1
-23
/
+27
*
Building bitmaps: Simplify the logic to sort by chains
Terry Parker
2015-10-29
1
-15
/
+8
*
Pack bitmaps: improve readability
Terry Parker
2015-10-28
1
-26
/
+42
*
[performance] Remove synthetic access$ methods in pack and file packages
Andrey Loskutov
2015-10-28
1
-2
/
+2
*
Expose bitmap selection parameters via PackConfig
Terry Parker
2015-10-21
1
-7
/
+12
*
Update bitmap selection throttling to fully span active branches.
Terry Parker
2015-10-21
1
-98
/
+270
*
Limit the range of commits for which bitmaps are created.
Terry Parker
2015-10-08
1
-6
/
+6
*
Do not retain commit body during bitmap generation
Shawn Pearce
2015-08-12
1
-0
/
+1
*
Upgrade javaewah to version 0.7.9
Colby Ranger
2014-01-13
1
-1
/
+1
*
JGit 3.0: move internal classes into an internal subpackage
Shawn Pearce
2013-03-18
1
-0
/
+373