index
:
jgit.git
master
master%private
next
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
JGit, the Java implementation of git: https://github.com/eclipse-jgit/jgit
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
org.eclipse.jgit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable using slf4j 2.x
Matthias Sohn
2023-12-22
1
-1
/
+1
*
BasePackFetchConnection: Skip object/ref lookups if local repo is empty
Dariusz Luksza
2023-12-20
1
-9
/
+20
*
LooseObjects: Use File#exists when possible
Dariusz Luksza
2023-12-20
1
-0
/
+3
*
DfsReader: give subclasses visiblity over the pack bitmap index
Ivan Frade
2023-12-14
1
-1
/
+14
*
PackBitmapIndex/StoredBitmap: Expose size and counts
Ivan Frade
2023-12-14
3
-1
/
+129
*
PackWriter/Statistics: Remove the bitmapt hit stats
Ivan Frade
2023-12-13
3
-45
/
+0
*
Merge "API filter for PackStatistics.objectsWithBitmapsFound"
Thomas Wolf
2023-12-06
1
-0
/
+8
|
\
|
*
API filter for PackStatistics.objectsWithBitmapsFound
Thomas Wolf
2023-12-05
1
-0
/
+8
*
|
FooterLine: Protect from ill-formed message
Kamil Musin
2023-12-05
1
-3
/
+11
|
/
*
StartGenerator: Fix parent rewrite with non-default RevFilter
Ronald Bhuleskar
2023-12-04
2
-24
/
+10
*
Prepare 6.9.0-SNAPSHOT builds
Matthias Sohn
2023-12-04
3
-59
/
+59
*
Merge branch 'stable-6.8'
Matthias Sohn
2023-12-04
8
-67
/
+85
|
\
|
*
Prepare 6.8.1-SNAPSHOT builds
Matthias Sohn
2023-11-29
3
-59
/
+59
|
*
JGit v6.8.0.202311291450-r
v6.8.0.202311291450-r
Matthias Sohn
2023-11-29
3
-4
/
+4
|
*
Rename method parameter to fix warning about hidden field
Matthias Sohn
2023-11-29
1
-3
/
+3
|
*
Fix warnings about empty control flow statements
Matthias Sohn
2023-11-29
1
-3
/
+11
|
*
BitmapIndexImpl: externalize error message
Matthias Sohn
2023-11-29
3
-1
/
+3
|
*
Suppress not-externalized string warnings
Matthias Sohn
2023-11-29
1
-1
/
+1
|
*
Silence API error for new method BitmapIndex#addBitmapLookupListener
Matthias Sohn
2023-11-29
1
-0
/
+8
*
|
PackWriter: store the objects with bitmaps in the statistics
Ivan Frade
2023-11-30
2
-2
/
+39
*
|
FooterLine: First line cannot be a footer
Ivan Frade
2023-11-29
1
-0
/
+4
*
|
Reapply "Improve footer parsing to allow multiline footers."
Ivan Frade
2023-11-29
2
-28
/
+30
*
|
Revert "Improve footer parsing to allow multiline footers."
Ivan Frade
2023-11-29
2
-30
/
+28
|
/
*
Improve footer parsing to allow multiline footers.
Kamil Musin
2023-11-24
2
-28
/
+30
*
BitmapIndex: Add interface to track bitmaps found (or not)
Ivan Frade
2023-11-21
2
-1
/
+67
*
BitmapWalker: Remove BitmapWalkListener
Ivan Frade
2023-11-21
1
-82
/
+2
*
Merge "Fix typo in FileUtils.isStaleFileHandle() javadoc"
Matthias Sohn
2023-11-17
1
-5
/
+5
|
\
|
*
Fix typo in FileUtils.isStaleFileHandle() javadoc
Dariusz Luksza
2023-11-17
1
-5
/
+5
*
|
Fix branch ref exist check
florian.signoret
2023-11-18
1
-3
/
+1
|
/
*
Merge "Fix annotation of deprecated constant CONFIG_KEY_STREAM_FILE_TRESHOLD"
Matthias Sohn
2023-11-16
1
-1
/
+2
|
\
|
*
Fix annotation of deprecated constant CONFIG_KEY_STREAM_FILE_TRESHOLD
Matthias Sohn
2023-11-17
1
-1
/
+2
*
|
BitmapWalkListener: Use plain interface with noop instance
Ivan Frade
2023-11-16
1
-14
/
+28
|
/
*
BitmapWalkListener: Add method and rename for commits
Ivan Frade
2023-11-16
1
-10
/
+20
*
Merge "CommitGraphWriter: Remove unnecesary progress update call"
Ivan Frade
2023-11-16
1
-3
/
+0
|
\
|
*
CommitGraphWriter: Remove unnecesary progress update call
Ivan Frade
2023-11-10
1
-3
/
+0
*
|
Merge "PatchApplier: wrap output's TemporaryBuffer with a CountingOutputStream"
Jonathan Nieder
2023-11-16
1
-2
/
+6
|
\
\
|
*
|
PatchApplier: wrap output's TemporaryBuffer with a CountingOutputStream
Nitzan Gur-Furman
2023-11-16
1
-2
/
+6
*
|
|
BitmapWalker: announce walked objects via listener interface
Ivan Frade
2023-11-15
1
-2
/
+62
|
/
/
*
|
Fix typo in constant name CONFIG_KEY_STREAM_FILE_TRESHOLD
Matthias Sohn
2023-11-15
3
-6
/
+15
*
|
Simplify StringUtils#commonPrefix
Nasser Grainawi
2023-11-14
1
-3
/
+3
*
|
Optimize RefDirectory.getRefsByPrefix(String...)
Dariusz Luksza
2023-11-12
2
-0
/
+49
|
/
*
Merge changes I0d10aeac,I9aced1b7,Ied394859,Ibb61f63f,I20498746, ...
Matthias Sohn
2023-11-10
2
-4
/
+5
|
\
|
*
Fix boxing warnings
Matthias Sohn
2023-11-09
1
-2
/
+4
|
*
errorprone: remove unnecessary parentheses
Matthias Sohn
2023-11-09
1
-5
/
+4
|
*
Enable Maven reproducible builds
Matthias Sohn
2023-11-09
1
-1
/
+1
*
|
Merge "Revert "Optimise Git protocol v2 `ref-prefix` scanning""
Ivan Frade
2023-11-08
1
-3
/
+5
|
\
\
|
|
/
|
/
|
|
*
Revert "Optimise Git protocol v2 `ref-prefix` scanning"
Ivan Frade
2023-11-08
1
-3
/
+5
*
|
Merge "ComboBitset: Add Javadoc"
Matthias Sohn
2023-11-08
1
-0
/
+8
|
\
\
|
*
|
ComboBitset: Add Javadoc
Han-Wen Nienhuys
2023-11-07
1
-0
/
+8
*
|
|
CommitGraphWriter: Add progress monitor to bloom filter computation
Ivan Frade
2023-11-07
3
-2
/
+8
[next]