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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
org.eclipse.jgit.test
/
tst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Add numberOfObjectsSinceBitmap to RepoStatistics" into stable-6.10
Matthias Sohn
2024-11-20
1
-6
/
+76
|
\
|
*
Add numberOfObjectsSinceBitmap to RepoStatistics
Jacek Centkowski
2024-11-20
1
-6
/
+76
*
|
Merge "Don't fail when trying to prune pack which is already gone" into stabl...
Luca Milanesio
2024-11-20
1
-79
/
+3
|
\
|
|
*
Don't fail when trying to prune pack which is already gone
Jacek Centkowski
2024-11-20
1
-79
/
+3
*
|
Merge "Support built-in diff drivers for hunk header function names" into sta...
Matthias Sohn
2024-11-20
1
-0
/
+173
|
\
\
|
|
/
|
/
|
|
*
Support built-in diff drivers for hunk header function names
Kaushik Lingarkar
2024-11-20
1
-0
/
+173
*
|
Rename numberOfPackFilesAfterBitmap to numberOfPackFilesSinceBitmap
Jacek Centkowski
2024-11-12
1
-7
/
+7
|
/
*
Add `numberOfPackFilesAfterBitmap` to RepoStatistics
Jacek Centkowski
2024-11-07
1
-0
/
+173
*
Add Union merge strategy support
Nasser Grainawi
2024-11-04
2
-0
/
+373
*
RepoProject: read the 'dest-branch' attribute of a project
Kaushik Lingarkar
2024-07-08
1
-0
/
+30
*
RepoCommand: Copy manifest upstream into .gitmodules ref field
Ivan Frade
2024-07-08
2
-0
/
+133
*
RepoProject: read the "upstream" attribute of a project
Ivan Frade
2024-07-08
1
-0
/
+39
*
PatchApplier.Result.Error: mark fields final
Matthias Sohn
2024-05-28
1
-8
/
+6
*
PatchApplier: Set a boolean on the result if conflict markers were added
Patrick Hiesel
2024-05-27
1
-2
/
+2
*
PatchApplier: Add test for conflict markers on a deleted file
Patrick Hiesel
2024-05-27
1
-0
/
+10
*
Merge changes I12e4d0fd,I082ffb20
Matthias Sohn
2024-05-16
2
-26
/
+6
|
\
|
*
Fix warning "Redundant specification of type arguments <Object>"
Matthias Sohn
2024-05-14
2
-26
/
+6
*
|
PatchApplierTest: remove unused import
Matthias Sohn
2024-05-15
1
-1
/
+0
*
|
Allow applying a patch with conflicts
Patrick Hiesel
2024-05-14
1
-2
/
+53
|
/
*
GitDateFormatterTest: Remove printlns
Ivan Frade
2024-05-02
1
-2
/
+0
*
Bazel: Add support for JDK 21
David Ostrovsky
2024-05-02
2
-14
/
+6
*
Fix warning about using raw type
Matthias Sohn
2024-04-29
1
-1
/
+1
*
[errorprone] Fix pattern ModifiedButNotUsed
Matthias Sohn
2024-04-29
2
-0
/
+4
*
[errorprone] Fix pattern CatchAndPrintStackTrace
Matthias Sohn
2024-04-29
1
-12
/
+13
*
[errorprone] Fix pattern FutureReturnValueIgnored
Matthias Sohn
2024-04-29
3
-8
/
+8
*
[errorprone] Fix pattern BadImport
Matthias Sohn
2024-04-29
4
-10
/
+7
*
[errorprone] Fix pattern UseCorrectAssertInTests
Matthias Sohn
2024-04-29
1
-3
/
+5
*
[errorprone] Fix pattern ProtectedMembersInFinalClass
Matthias Sohn
2024-04-29
1
-1
/
+1
*
[errorprone] Fix pattern CatchFail
Matthias Sohn
2024-04-29
7
-10
/
+17
*
[errorprone] Fix pattern see UnusedVariable
Matthias Sohn
2024-04-29
8
-36
/
+30
*
[errorprone] Fix pattern LongLiteralLowerCaseSuffix
Matthias Sohn
2024-04-29
3
-7
/
+7
*
[errorprone] Fix error pattern JdkObsolete
Matthias Sohn
2024-04-29
4
-11
/
+10
*
[errorprone] Fix UnnecessaryParentheses errors
Matthias Sohn
2024-04-28
6
-41
/
+44
*
ResolveMerger: Fix the issue with binary modify-modify conflicts
Sruteesh
2024-04-25
2
-8
/
+187
*
Explain why RacyGitTests may be flaky in some environments
Matthias Sohn
2024-04-20
1
-0
/
+16
*
Merge "Add more tests on rewriting parents in a RevWalk"
Ivan Frade
2024-04-11
1
-9
/
+123
|
\
|
*
Add more tests on rewriting parents in a RevWalk
Max Haslbeck
2024-03-26
1
-9
/
+123
*
|
Merge "MergeAlgorithm: Fix diff3 conflict hunk computation"
Ivan Frade
2024-04-09
1
-0
/
+13
|
\
\
|
|
/
|
/
|
|
*
MergeAlgorithm: Fix diff3 conflict hunk computation
Antonin Delpeuch
2024-04-09
1
-0
/
+13
*
|
Merge "DfsGarbageCollectorTest: add test for bitmap index creation"
Ivan Frade
2024-03-20
1
-1
/
+67
|
\
\
|
*
|
DfsGarbageCollectorTest: add test for bitmap index creation
Sam Delmerico
2024-03-18
1
-1
/
+67
|
|
/
*
|
TreeRevFilter: correct changedPathFilter usage for multi-paths inclusion
Xing Huang
2024-03-18
1
-0
/
+30
*
|
PathFilterGroup: implement getPathsBestEffort()
Xing Huang
2024-03-18
1
-0
/
+27
*
|
DfsPackFile: get commitGraph.readChangePaths from repo config
Xing Huang
2024-03-14
2
-0
/
+66
|
/
*
DfsPackFile: Abstract the bitmap loading to support other backends
Ivan Frade
2024-02-26
1
-0
/
+41
*
Merge "DfsReader#getObjectSize: use size index if possible"
Ivan Frade
2024-02-23
1
-29
/
+88
|
\
|
*
DfsReader#getObjectSize: use size index if possible
Ivan Frade
2024-02-20
1
-29
/
+88
*
|
Merge "Revert "StartGenerator: Fix parent rewrite with non-default RevFilter""
Ivan Frade
2024-02-22
2
-113
/
+0
|
\
\
|
*
|
Revert "StartGenerator: Fix parent rewrite with non-default RevFilter"
Ivan Frade
2024-02-21
2
-113
/
+0
|
|
/
*
|
Merge branch 'stable-6.8'
Matthias Sohn
2024-02-21
1
-6
/
+5
|
\
\
|
|
/
|
/
|
[next]