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
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
/
PackWriter.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
[errorprone] PackWriter: Fix javadoc tag in new #writeIndex method
Ivan Frade
2024-10-30
1
-2
/
+2
*
PackWriter: make PackWriter.writeIndex() take a PackIndexWriter
Sam Delmerico
2024-10-28
1
-5
/
+21
*
PackIndexWriter: create interface to write indexes
Sam Delmerico
2024-10-22
1
-4
/
+4
*
PackWriter: Remove constructor with only Reader as param
Ivan Frade
2024-09-16
1
-13
/
+0
*
PackWriter: writeBitmapIndex takes bitmap index writer
Sam Delmerico
2024-03-29
1
-12
/
+10
*
PackWriter/Statistics: Remove the bitmapt hit stats
Ivan Frade
2023-12-13
1
-12
/
+0
*
PackWriter: store the objects with bitmaps in the statistics
Ivan Frade
2023-11-30
1
-2
/
+14
*
[errorprone] Add missing javadoc summary
Matthias Sohn
2023-09-25
1
-5
/
+23
*
[errorprone] Directly implement functional interface
Matthias Sohn
2023-09-25
1
-29
/
+31
*
Merge branch 'stable-6.6' into stable-6.7
Matthias Sohn
2023-08-03
1
-1
/
+23
|
\
|
*
Merge branch 'stable-6.5' into stable-6.6
Matthias Sohn
2023-08-03
1
-1
/
+23
|
|
\
|
|
*
Merge branch 'stable-6.4' into stable-6.5
Matthias Sohn
2023-08-03
1
-1
/
+23
|
|
|
\
|
|
|
*
Merge branch 'stable-6.3' into stable-6.4
Matthias Sohn
2023-08-03
1
-1
/
+23
|
|
|
|
\
|
|
|
|
*
Merge branch 'stable-5.13' into stable-6.0
Matthias Sohn
2023-08-03
1
-1
/
+23
|
|
|
|
|
\
|
|
|
|
|
*
Express the explicit intention of creating bitmaps in GC
Luca Milanesio
2023-07-05
1
-1
/
+23
*
|
|
|
|
|
Remove redundant specification of type arguments
Matthias Sohn
2023-07-16
1
-2
/
+4
*
|
|
|
|
|
Fix all Javadoc warnings and fail on them
Antoine Musso
2023-06-16
1
-1
/
+1
|
/
/
/
/
/
*
|
|
|
|
Also add suppressed exception if unchecked exception occurs in finally
Matthias Sohn
2023-05-18
1
-0
/
+5
*
|
|
|
|
PackWriter: write the PackReverseIndex file
Anna Papitto
2023-05-08
1
-0
/
+33
|
/
/
/
/
*
|
|
|
PackWriter: offer to write an object-size index for the pack
Ivan Frade
2023-02-24
1
-0
/
+45
*
|
|
|
PackWriter#prepareBitmapIndex: add clarifying comments
Anna Papitto
2022-12-20
1
-0
/
+4
|
/
/
/
*
/
/
ObjectReader: New #isNotLargerThan method
Ivan Frade
2022-10-18
1
-10
/
+10
|
/
/
*
/
Remove redundant type arguments
Thomas Wolf
2021-09-30
1
-1
/
+1
|
/
*
searchForReuse might impact performance in large repositories
Fabio Ponciroli
2021-06-25
1
-0
/
+44
*
jgit: Add DfsBundleWriter
Masaya Suzuki
2020-09-03
1
-0
/
+13
*
[errorprone] PackWriter#parallelDeltaSearch: avoid suppressed exception
Matthias Sohn
2020-09-01
1
-1
/
+9
*
Do not send empty blob in response to blob:none filter
Jonathan Nieder
2020-07-29
1
-4
/
+6
*
PackBitmapIndex: Reduce memory usage in GC
Yunjie Li
2020-05-12
1
-2
/
+8
*
PackBitmapIndex: Move BitmapCommit to a top-level class
Yunjie Li
2020-05-12
1
-2
/
+2
*
Merge branch 'stable-5.6'
Matthias Sohn
2020-02-28
1
-2
/
+2
|
\
|
*
Move array designators from the variable to the type
David Pursehouse
2020-02-27
1
-2
/
+2
*
|
Merge branch 'stable-5.6'
Matthias Sohn
2020-02-22
1
-1
/
+1
|
\
|
|
*
Remove redundant "static" qualifier from enum declarations
David Pursehouse
2020-02-19
1
-1
/
+1
*
|
Use lambdas where possible
Lars Vogel
2020-02-05
1
-33
/
+32
*
|
ErrorProne: Enable and fix UnusedException check
David Pursehouse
2020-01-27
1
-4
/
+5
*
|
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
1
-38
/
+5
|
/
*
Enable and fix "Statement unnecessarily nested within else clause" warnings
David Pursehouse
2019-10-17
1
-9
/
+9
*
PackWriter/Statistics: Report offloaded size
Ivan Frade
2019-10-11
1
-0
/
+2
*
Silence warnings for non-externalized strings
Matthias Sohn
2019-08-29
1
-3
/
+3
*
UploadPack: support custom packfile-to-URI mapping
Jonathan Tan
2019-08-20
1
-2
/
+91
*
PackWriter: Prefer boolean operators over logical operators in comparisons
David Pursehouse
2019-06-15
1
-2
/
+2
*
PackWriter: Make internal class static
David Pursehouse
2019-06-06
1
-1
/
+1
*
Convert to lambda or member reference
Carsten Hammer
2019-05-16
1
-34
/
+31
*
Use integer depth in PackWriter's DepthAwareVisitationPolicy
Matthias Sohn
2019-05-03
1
-4
/
+4
*
tree:<depth>: do not revisit tree during packing
Matthew DeVore
2019-04-16
1
-8
/
+25
*
tree:<depth> should not traverse overly-deep trees
Matthew DeVore
2019-04-16
1
-4
/
+15
*
Preliminary support for tree:<depth> filter
Matthew DeVore
2019-04-16
1
-2
/
+52
*
Remove unnecessary type specifications
Carsten Hammer
2019-04-11
1
-1
/
+1
*
Expose and pass around the FilterSpec object rather than the raw blob limit
Matthew DeVore
2019-03-22
1
-6
/
+9
*
Remove unnecessary @since tags from non-API classes
David Pursehouse
2018-12-20
1
-1
/
+0
[next]