]> source.dussan.org Git - jgit.git/shortlog
jgit.git
2023-09-26 Matthias SohnFix log level for successful execution of ShutdownHook... 30/204630/1
2023-09-26 Thomas WolfEclipse features: update copyright year 21/204621/1
2023-09-26 Thomas WolfSSH agent: correct plug-in title 20/204620/1
2023-09-25 David OstrovskyFix DefaultCharset bug pattern flagged by error prone 27/194527/2
2023-09-25 David OstrovskyActivate additional error prone checks 55/161955/12
2023-09-25 Matthias SohnWorkingTreeIterator: directly filter input stream 87/204587/6
2023-09-25 Matthias Sohn[errorprone] Add missing javadoc summary 85/204585/10
2023-09-25 Matthias Sohn[errorprone] Fix BadImport 84/204584/9
2023-09-25 Matthias Sohn[errorprone] Prevent int expression may overflow 82/204582/9
2023-09-25 Matthias Sohn[errorprone] Suppress ByteBufferBackingArray 81/204581/9
2023-09-25 Matthias Sohn[errorprone] Suppress JavaLangClash to avoid breaking... 80/204580/9
2023-09-25 Matthias Sohn[errorprone] Fix EqualsGetClass 79/204579/8
2023-09-25 Matthias Sohn[errorprone] MockSystemReader: fix CatchAndPrintStackTrace 78/204578/8
2023-09-25 Matthias Sohn[errorprone] MetaFilter: fix IdentityHashMapUsage 77/204577/8
2023-09-25 Matthias Sohn[errorprone] InternalFetchConnection: Suppress CatchAnd... 76/204576/8
2023-09-25 Matthias Sohn[errorprone] Don't swallow exception 75/204575/8
2023-09-25 Matthias Sohn[errorprone] Fix inconsistent capitalization 74/204574/8
2023-09-25 Matthias Sohn[errorprone] PageRef#isStringRef: suppress UnusedMethod 73/204573/8
2023-09-25 Matthias Sohn[errorprone] FileReftableStack: fix EqualsUnsafeCast 72/204572/8
2023-09-25 Matthias Sohn[errorprone] Suppress MissingSummary for translation... 71/204571/8
2023-09-25 Matthias Sohn[errorprone] CommandLineMergeTool: Remove unused constuctor 70/204570/8
2023-09-25 Matthias Sohn[errorprone] SimilarityRenameDetector: suppress IntLongMath 68/204568/8
2023-09-25 Matthias SohnAdd comment why protocol list uses WeakReference 67/204567/8
2023-09-25 Matthias Sohn[errorprone] Transport: Suppress ModifyCollectionInEnha... 66/204566/8
2023-09-25 Matthias Sohn[errorprone] Rename method parameter to silence Invalid... 65/204565/6
2023-09-25 Matthias Sohn[errorprone] MyersDiff#main: fix CatchAndPrintStackTrace 64/204564/6
2023-09-25 Matthias Sohn[errorprone] TagCommand: Remove unused parameter of... 63/204563/6
2023-09-25 Matthias Sohn[errorprone] PathFilter#getPathsBestEffort: fix ArrayAs... 62/204562/6
2023-09-25 Matthias Sohn[errorprone] DirCacheEntry: suppress JavaInstantGetSeco... 61/204561/6
2023-09-25 Matthias Sohn[errorprone] Directly implement functional interface 60/204560/6
2023-09-25 Matthias Sohn[errorprone] InterruptTimer#terminate: ensure Thread... 59/204559/6
2023-09-25 Matthias Sohn[errorprone] RawParseUtils@parseHexInt64: suppress... 58/204558/6
2023-09-25 Matthias Sohn[errorprone] Exceptions should not override #toString 57/204557/6
2023-09-25 Matthias Sohn[errorprone] Fix invalid param in javadoc 56/204556/6
2023-09-25 Matthias Sohn[errorprone] FS#searchPath: handle surprising behavior... 55/204555/6
2023-09-22 Matthias Sohn[errorprone] FileStoreAttributes#FUTURE_RUNNER: Fix... 53/204553/2
2023-09-22 Matthias Sohn[errorprone] Express duration using seconds which is... 52/204552/2
2023-09-22 Matthias Sohn[errorprone] Use ArrayList instead of LinkedList 51/204551/2
2023-09-22 Matthias Sohn[errorprone] AddCommand#filepattern: use a more specifi... 50/204550/2
2023-09-22 Matthias Sohn[errorprone] Suppress UnnecessaryParentheses 69/204569/2
2023-09-22 Matthias Sohn[errorprone] Remove unnecessary parentheses 49/204549/2
2023-09-22 Matthias Sohntools/BUILD: Sort errorprone rules alphabetically 28/204528/1
2023-09-22 Matthias SohnUpdate jetty to 10.0.16 69/204369/3
2023-09-22 Matthias SohnUpdate bazel to 6.3.2 48/204348/3
2023-09-22 Matthias SohnDfsPackFile: remove unnecessary @SuppressWarnings(... 27/204527/1
2023-09-22 Matthias SohnCommitGraphWriter: Remove unnecessary semicolon 26/204526/1
2023-09-22 Matthias SohnCommitGraphWriter: fix boxing warnings 25/204525/1
2023-09-22 Matthias SohnCommitGraphWriter#createCoreChunks: Remove not-thrown... 24/204524/1
2023-09-21 Ivan FradeCommitGraphWriter: Decouple Stats from computing bloom... 44/204244/3
2023-09-20 Ivan FradeCommitGraphWriter: Move bloom filter calculation out... 43/204243/2
2023-09-19 Ronald BhuleskarDocumentation: Move writeChangedPaths flag from commitG... 11/204411/10
2023-09-15 Matthias Sohn[errorprone] Fix wrong comparison which always evaluate... 47/204347/1
2023-09-15 Matthias Sohn[errorprone] Remove unnecessary comparison 46/204346/1
2023-09-15 Matthias SohnUpdate org.eclipse.jdt:ecj to 3.35.0 45/204345/1
2023-09-14 Matthias SohnUpdate org.apache.commons:commons-compress to 1.24.0 44/204344/1
2023-09-14 Matthias Sohn[errorprone] Suppress ImmutableEnumChecker for ShutdownHook 43/204343/1
2023-09-14 Matthias SohnUpdate bytebuddy to 1.14.8 42/204342/1
2023-09-12 Matthias SohnUse ShutdownHook to gracefully handle JVM shutdown 19/204219/13
2023-09-12 Matthias SohnAdd ShutdownHook to cleanup FileLocks on graceful JVM... 13/204213/12
2023-09-12 Matthias SohnUnregister ShutdownHook when GC#PidLock is closed 12/204212/3
2023-09-12 Matthias SohnMerge "OSGi: move plugin localization to subdirectory"
2023-09-12 Thomas WolfOSGi: move plugin localization to subdirectory 99/204299/1
2023-09-12 Jonathan Niederssh: Remove redundant null check for home.getAbsoluteFile() 67/204267/1
2023-09-08 Thomas WolfRevertCommand: support for inserting a Gerrit change ID 42/204242/1
2023-09-08 Thomas Wolf[releng] Bump japicmp base version to 6.7.0.202309050840-r 41/204241/1
2023-09-08 Ivan FradeDfsPackFile: Record index loads only in one place 36/204236/4
2023-09-08 Ivan FradeDfsPackfile: Emit the index load with the index object 33/204233/2
2023-09-07 Matthias SohnPrepare 6.8.0-SNAPSHOT builds 46/204146/3
2023-09-07 Matthias SohnMerge branch 'stable-6.7' 45/204145/3
2023-09-07 Matthias SohnPrepare 6.7.1-SNAPSHOT builds 44/204144/1
2023-09-06 Matthias SohnSwitch back to wagon-ssh-external 42/204142/1
2023-09-06 Matthias SohnFix generation of maven site 41/204141/1
2023-09-06 Ivan FradeMerge "CommitGraphWriter: Make the list of chunks immut...
2023-09-06 Minh ThaiEnsure home directory not null before using in Sshdsess... 57/204157/1
2023-09-05 Ivan FradeCommitGraphWriter: Make the list of chunks immutable 26/204126/1
2023-09-05 Ivan FradeCommitGraphWriter: Assert written bytes 23/204123/2
2023-09-05 Matthias SohnJGit v6.7.0.202309050840-r 83/204083/1 v6.7.0.202309050840-r
2023-09-05 Matthias SohnRemove unused API problem filters 80/204080/1
2023-09-04 Thomas Wolf[releng] Bump japicmp base version to 6.6.0.202305301015-r 95/204095/2
2023-09-04 Matthias SohnFix list of 3rd party bundles in p2 repo 73/204073/1
2023-09-04 Matthias SohnAdd missing source bundle org.osgi.service.cm.source... 72/204072/1
2023-09-03 Matthias SohnMerge branch 'stable-6.6' into stable-6.7 45/204045/1
2023-09-02 Matthias SohnPrepare 6.6.2-SNAPSHOT builds 44/204044/1
2023-09-02 Matthias SohnJGit v6.6.1.202309021850-r 43/204043/1 v6.6.1.202309021850-r
2023-09-02 Thomas WolfCheckout: better directory handling 42/204042/1
2023-09-02 Matthias SohnMerge branch 'master' into stable-6.7 39/204039/1
2023-09-01 Ivan FradeCommitGraphWriter: throw exception on unknown chunk 61/204061/2
2023-09-01 Matthias SohnDocument commit-graph options supported by JGit 34/204034/1
2023-08-31 Matthias SohnFix warning raised for local variable hiding DfsPackFil... 03/204003/1
2023-08-31 Matthias SohnSuppress boxing warnings in DfsPackFile 02/204002/1
2023-08-31 Matthias SohnRemove unused API problem filters 01/204001/1
2023-08-31 Matthias SohnSuppress boxing warnings in tests 00/204000/1
2023-08-31 Matthias SohnFix warning about empty block 99/203999/1
2023-08-31 Matthias SohnUpdate mockito to 5.5.0 98/203998/1
2023-08-31 Matthias SohnUpdate byte-buddy to 1.14.7 97/203997/1
2023-08-30 Matthias SohnPrepare 6.7.0-SNAPSHOT builds 66/203966/1
2023-08-30 Matthias SohnJGit v6.7.0.202308301100-rc1 64/203964/1 v6.7.0.202308301100-rc1
2023-08-30 Matthias SohnMerge branch 'master' into stable-6.7 63/203963/1
2023-08-30 Matthias SohnRemove the cbi-snapshots Maven repository 58/203958/2
2023-08-30 Matthias SohnUpdate Orbit to orbit-aggregation/release/4.29.0 54/203954/5
next