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
/
commitgraph
Commit message (
Expand
)
Author
Age
Files
Lines
*
CommitGraphWriter: use ANY_DIFF instead of idEquals inside next()
Ivan Frade
2024-05-31
1
-3
/
+8
*
CommitGraphWriter: Move path diff calculation to its own class
Ivan Frade
2024-05-31
1
-33
/
+39
*
[errorprone] Fix error pattern JdkObsolete
Matthias Sohn
2024-04-29
1
-3
/
+3
*
CommitGraphLoader: receive readChangedPaths as parameter
Xing Huang
2024-03-12
1
-11
/
+40
*
ChangedPathFilter: Suppress warning about backing array (errorprone)
Ivan Frade
2024-02-09
1
-0
/
+1
*
CommitGraphWriter: Remove unnecesary progress update call
Ivan Frade
2023-11-10
1
-3
/
+0
*
CommitGraphWriter: Add progress monitor to bloom filter computation
Ivan Frade
2023-11-07
1
-2
/
+6
*
CommitGraphWriter: Use ProgressMonitor from the OutputStream
Ivan Frade
2023-11-07
1
-8
/
+8
*
CommitGraphWriter: Unnest generation-number progress
Ivan Frade
2023-11-07
1
-10
/
+3
*
[errorprone] Add missing javadoc summary
Matthias Sohn
2023-09-25
1
-1
/
+5
*
[errorprone] Prevent int expression may overflow
Matthias Sohn
2023-09-25
1
-2
/
+2
*
CommitGraphWriter: Remove unnecessary semicolon
Matthias Sohn
2023-09-22
1
-1
/
+1
*
CommitGraphWriter: fix boxing warnings
Matthias Sohn
2023-09-22
1
-2
/
+3
*
CommitGraphWriter#createCoreChunks: Remove not-thrown exceptions
Matthias Sohn
2023-09-22
1
-3
/
+2
*
CommitGraphWriter: Decouple Stats from computing bloom filters
Ivan Frade
2023-09-21
1
-9
/
+31
*
CommitGraphWriter: Move bloom filter calculation out of createChunks
Ivan Frade
2023-09-20
1
-5
/
+17
*
[errorprone] Fix wrong comparison which always evaluated to false
Matthias Sohn
2023-09-15
1
-1
/
+1
*
CommitGraphWriter: Make the list of chunks immutable
Ivan Frade
2023-09-05
1
-1
/
+2
*
CommitGraphWriter: Assert written bytes
Ivan Frade
2023-09-05
1
-0
/
+12
*
CommitGraphWriter: throw exception on unknown chunk
Ivan Frade
2023-09-01
1
-0
/
+3
*
RevCommitCG: Read changed-path-filters directly from commit graph
Ivan Frade
2023-07-26
1
-15
/
+18
*
CommitGraphWriter: add option for writing/using bloom filters
Ronald Bhuleskar
2023-07-18
2
-7
/
+44
*
CommitGraphWriter: reuse changed path filters
Jonathan Tan
2023-07-18
1
-12
/
+51
*
CommitGraphLoader: read changed-path filters
Jonathan Tan
2023-07-18
6
-2
/
+162
*
CommitGraphWriter: write changed-path filters
Jonathan Tan
2023-07-18
4
-3
/
+255
*
Fix all Javadoc warnings and fail on them
Antoine Musso
2023-06-16
5
-12
/
+5
*
GraphObjectIndex: fix search in findGraphPosition
Jonathan Tan
2023-05-23
1
-2
/
+2
*
RevWalk: integrate commit-graph with commit parsing
kylezhao
2023-01-10
1
-0
/
+27
*
CommitGraph: implement commit-graph read
kylezhao
2022-12-16
7
-0
/
+788
*
Merge changes Iad832fe1,Icef9658c
Matthias Sohn
2022-12-14
1
-1
/
+2
|
\
|
*
CommitGraphWriter: fix UnusedException errorprone error
Matthias Sohn
2022-12-13
1
-1
/
+2
*
|
GraphCommits: Remove unused getter by position
Ivan Frade
2022-12-13
1
-7
/
+0
|
/
*
commitgraph package: fix exports/imports, add @since tag for new API
Matthias Sohn
2022-12-08
2
-0
/
+4
*
CommitGraph: implement commit-graph writer
kylezhao
2022-12-06
3
-0
/
+537