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
Commit message (
Expand
)
Author
Age
Files
Lines
*
JGit v6.7.0.202308011830-m2
v6.7.0.202308011830-m2
Matthias Sohn
2023-08-02
91
-125
/
+125
*
Add missing @since tags
Matthias Sohn
2023-08-02
2
-1
/
+6
*
Merge "Merge: Add diff3 style merge conflict formatter."
Han-Wen NIenhuys
2023-08-01
5
-48
/
+258
|
\
|
*
Merge: Add diff3 style merge conflict formatter.
Haamed Gheibi
2023-07-31
5
-48
/
+258
*
|
Fix errorprone warning about precedence
Han-Wen Nienhuys
2023-08-01
1
-1
/
+1
*
|
Move footer-line parsing methods from RevCommit to FooterLine
Nitzan Gur-Furman
2023-08-01
4
-163
/
+228
*
|
Merge changes I8c60d970,I09bdd4b8,I87ff3933
Jonathan Tan
2023-07-26
12
-14
/
+198
|
\
\
|
*
|
Pack: open reverse index from file if present
Anna Papitto
2023-07-18
1
-2
/
+10
|
*
|
PackReverseIndex: open file if present otherwise compute
Anna Papitto
2023-07-18
4
-0
/
+77
|
*
|
PackReverseIndex: verify checksums
Anna Papitto
2023-07-18
8
-12
/
+111
*
|
|
RevCommitCG: Read changed-path-filters directly from commit graph
Ivan Frade
2023-07-26
5
-28
/
+25
*
|
|
Update commons-codec to 1.16.0
Matthias Sohn
2023-07-25
15
-28
/
+28
*
|
|
Add missing @since tags for new API methods
Matthias Sohn
2023-07-25
1
-0
/
+3
*
|
|
Add missing package import needed to use MurmurHash3
Matthias Sohn
2023-07-25
1
-0
/
+1
*
|
|
Merge "Identify a commit that generates a diffEntry on a rename Event."
Jonathan Tan
2023-07-25
3
-3
/
+51
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Identify a commit that generates a diffEntry on a rename Event.
Ronald Bhuleskar
2023-07-24
3
-3
/
+51
*
|
|
Merge changes I60a92463,Ic3b68220
Jonathan Tan
2023-07-21
11
-59
/
+747
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
PackReverseIndexV1: reverse index parsed from version 1 file
Anna Papitto
2023-07-18
10
-12
/
+676
|
*
ComputedPackReverseIndex: Clarify custom bucket sort algorithm
Anna Papitto
2023-07-18
1
-47
/
+71
*
|
CommitGraphWriter: add option for writing/using bloom filters
Ronald Bhuleskar
2023-07-18
9
-20
/
+238
*
|
CommitGraphWriter: reuse changed path filters
Jonathan Tan
2023-07-18
4
-14
/
+89
*
|
RevWalk: use changed path filters
Jonathan Tan
2023-07-18
8
-13
/
+211
*
|
CommitGraphLoader: read changed-path filters
Jonathan Tan
2023-07-18
7
-2
/
+186
*
|
CommitGraphWriter: write changed-path filters
Jonathan Tan
2023-07-18
11
-13
/
+570
|
/
*
Merge "ssh: PKCS#11 support"
Matthias Sohn
2023-07-17
12
-33
/
+974
|
\
|
*
ssh: PKCS#11 support
Thomas Wolf
2023-07-17
12
-33
/
+974
*
|
GC: Remove handling of extra pack for RefTree
Matthias Sohn
2023-07-17
1
-7
/
+0
*
|
Remove unnecessary @SuppressWarnings("serial")
Matthias Sohn
2023-07-16
1
-1
/
+1
*
|
Remove unused API problem filters
Matthias Sohn
2023-07-16
1
-38
/
+0
*
|
Remove redundant specification of type arguments
Matthias Sohn
2023-07-16
7
-10
/
+12
|
/
*
DfsPackParser: Create object indices if config says so
Ivan Frade
2023-07-14
4
-2
/
+208
*
PackParserTest: Extract pack-writing helper code to its own class
Ivan Frade
2023-07-14
3
-104
/
+154
*
DfsInserter: generate object size index if config says so
Ivan Frade
2023-07-14
2
-0
/
+43
*
DfsInserter: populate full size on object insertion
Ivan Frade
2023-07-14
2
-6
/
+58
*
DFSGarbargeCollector: Write object size indices
Ivan Frade
2023-07-14
2
-0
/
+83
*
DfsReader/PackFile: Implement isNotLargerThan using the obj size idx
Ivan Frade
2023-07-13
4
-0
/
+351
*
[releng] Use tycho 4.0.0 instead of 4.0.0-SNAPSHOT
Thomas Wolf
2023-07-11
1
-5
/
+1
*
Update mockito to 5.4.0 and bytebuddy to 1.14.5
Matthias Sohn
2023-07-02
17
-74
/
+182
*
Merge branch 'stable-6.6'
Matthias Sohn
2023-07-01
27
-44
/
+44
|
\
|
*
Update Orbit to R20230531010532 for 2023-06
Matthias Sohn
2023-06-09
25
-38
/
+38
|
*
Merge "Merge branch 'stable-6.5' into stable-6.6" into stable-6.6
Matthias Sohn
2023-06-08
0
-0
/
+0
|
|
\
|
*
|
Bazel: Fix remote build execution for Java 17
David Ostrovsky
2023-05-31
2
-6
/
+6
|
*
|
Bump bazel vesion to 6.2.0
David Ostrovsky
2023-05-31
3
-8
/
+4
*
|
|
Fix S3Repository getSize to handle larger object sizes
qin shulei
2023-06-29
1
-1
/
+1
*
|
|
DfsPackFile: make #getReverseIdx public
Anna Papitto
2023-06-27
1
-1
/
+11
*
|
|
Add missing bazel dependency to benchmarks
Matthias Sohn
2023-06-27
1
-0
/
+2
*
|
|
Update JMH to 1.36
Matthias Sohn
2023-06-27
2
-4
/
+4
*
|
|
Update bouncycastle to 1.75
Matthias Sohn
2023-06-27
15
-74
/
+74
*
|
|
Update org.eclipse.jdt:ecj to 3.34.0
Matthias Sohn
2023-06-27
1
-1
/
+1
*
|
|
Update eclipse-jarsigner-plugin to 1.4.2
Matthias Sohn
2023-06-27
2
-2
/
+2
[next]