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
*
Prepare 6.8.0-SNAPSHOT builds
Matthias Sohn
2023-10-03
3
-4
/
+4
*
JGit v6.8.0.202310031045-m1
v6.8.0.202310031045-m1
Matthias Sohn
2023-10-03
3
-4
/
+4
*
UploadPack: Delay freeing refs in sendPack()
Ivan Frade
2023-09-28
1
-5
/
+5
*
Merge "Fix log level for successful execution of ShutdownHook#notify to debug"
Thomas Wolf
2023-09-26
1
-1
/
+1
|
\
|
*
Fix log level for successful execution of ShutdownHook#notify to debug
Matthias Sohn
2023-09-26
1
-1
/
+1
*
|
ByteBufferInputStream: add missing @since 6.8
Thomas Wolf
2023-09-26
1
-0
/
+2
|
/
*
Fix DefaultCharset bug pattern flagged by error prone
David Ostrovsky
2023-09-25
1
-1
/
+3
*
WorkingTreeIterator: directly filter input stream
Matthias Sohn
2023-09-25
4
-18
/
+144
*
[errorprone] Add missing javadoc summary
Matthias Sohn
2023-09-25
102
-186
/
+1138
*
[errorprone] Fix BadImport
Matthias Sohn
2023-09-25
2
-6
/
+5
*
[errorprone] Prevent int expression may overflow
Matthias Sohn
2023-09-25
7
-8
/
+8
*
[errorprone] Suppress ByteBufferBackingArray
Matthias Sohn
2023-09-25
2
-0
/
+5
*
[errorprone] Suppress JavaLangClash to avoid breaking change
Matthias Sohn
2023-09-25
1
-0
/
+2
*
[errorprone] InternalFetchConnection: Suppress CatchAndPrintStackTrace
Matthias Sohn
2023-09-25
1
-0
/
+1
*
[errorprone] Don't swallow exception
Matthias Sohn
2023-09-25
1
-1
/
+1
*
[errorprone] Fix inconsistent capitalization
Matthias Sohn
2023-09-25
4
-16
/
+16
*
[errorprone] PageRef#isStringRef: suppress UnusedMethod
Matthias Sohn
2023-09-25
1
-0
/
+1
*
[errorprone] FileReftableStack: fix EqualsUnsafeCast
Matthias Sohn
2023-09-25
1
-0
/
+3
*
[errorprone] Suppress MissingSummary for translation bundles
Matthias Sohn
2023-09-25
3
-0
/
+3
*
[errorprone] CommandLineMergeTool: Remove unused constuctor
Matthias Sohn
2023-09-25
1
-5
/
+0
*
[errorprone] SimilarityRenameDetector: suppress IntLongMath
Matthias Sohn
2023-09-25
1
-0
/
+2
*
Add comment why protocol list uses WeakReference
Matthias Sohn
2023-09-25
1
-0
/
+1
*
[errorprone] Transport: Suppress ModifyCollectionInEnhancedForLoop
Matthias Sohn
2023-09-25
1
-4
/
+11
*
[errorprone] Rename method parameter to silence InvalidParam
Matthias Sohn
2023-09-25
2
-6
/
+6
*
[errorprone] MyersDiff#main: fix CatchAndPrintStackTrace
Matthias Sohn
2023-09-25
1
-2
/
+12
*
[errorprone] TagCommand: Remove unused parameter of private method
Matthias Sohn
2023-09-25
1
-8
/
+2
*
[errorprone] PathFilter#getPathsBestEffort: fix ArrayAsKeyOfSetOrMap
Matthias Sohn
2023-09-25
1
-3
/
+3
*
[errorprone] DirCacheEntry: suppress JavaInstantGetSecondsGetNano
Matthias Sohn
2023-09-25
1
-0
/
+1
*
[errorprone] Directly implement functional interface
Matthias Sohn
2023-09-25
1
-29
/
+31
*
[errorprone] InterruptTimer#terminate: ensure Thread#join succeeds
Matthias Sohn
2023-09-25
1
-3
/
+13
*
[errorprone] RawParseUtils@parseHexInt64: suppress IntLongMath
Matthias Sohn
2023-09-25
1
-0
/
+1
*
[errorprone] Exceptions should not override #toString
Matthias Sohn
2023-09-25
2
-8
/
+8
*
[errorprone] Fix invalid param in javadoc
Matthias Sohn
2023-09-25
4
-10
/
+13
*
[errorprone] FS#searchPath: handle surprising behavior of String#split
Matthias Sohn
2023-09-25
1
-1
/
+6
*
[errorprone] FileStoreAttributes#FUTURE_RUNNER: Fix corePoolSize
Matthias Sohn
2023-09-22
1
-1
/
+1
*
[errorprone] Express duration using seconds which is clearer
Matthias Sohn
2023-09-22
1
-1
/
+1
*
[errorprone] Use ArrayList instead of LinkedList
Matthias Sohn
2023-09-22
3
-10
/
+12
*
[errorprone] AddCommand#filepattern: use a more specific type
Matthias Sohn
2023-09-22
1
-2
/
+2
*
[errorprone] Suppress UnnecessaryParentheses
Matthias Sohn
2023-09-22
2
-0
/
+3
*
[errorprone] Remove unnecessary parentheses
Matthias Sohn
2023-09-22
15
-21
/
+20
*
DfsPackFile: remove unnecessary @SuppressWarnings("boxing")
Matthias Sohn
2023-09-22
1
-8
/
+0
*
CommitGraphWriter: Remove unnecessary semicolon
Matthias Sohn
2023-09-22
1
-1
/
+1
*
CommitGraphWriter: fix boxing warnings
Matthias Sohn
2023-09-22
3
-2
/
+5
*
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
*
[errorprone] Remove unnecessary comparison
Matthias Sohn
2023-09-15
1
-1
/
+1
*
[errorprone] Suppress ImmutableEnumChecker for ShutdownHook
Matthias Sohn
2023-09-15
1
-0
/
+1
*
Use ShutdownHook to gracefully handle JVM shutdown
Matthias Sohn
2023-09-12
4
-37
/
+21
[next]