summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | | * | Add support for git config repack.packKeptObjectsAntonio Barone2023-10-127-17/+191
| | | | | | | | | * | Do not exclude objects in locked packs from bitmap processingLuca Milanesio2023-10-127-1/+148
* | | | | | | | | | | Use net.i2p.crypto.eddsa 0.3.0 from new Orbit buildMatthias Sohn2023-10-1317-47/+51
* | | | | | | | | | | Merge changes Ibd71a992,Ib7fa7cb7Matthias Sohn2023-10-0932-122/+428
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [errorprone] Fix InconsistentCapitalizationMatthias Sohn2023-10-061-3/+3
| * | | | | | | | | | | Update orbit to orbit-aggregation/2023-12Matthias Sohn2023-10-0531-119/+425
* | | | | | | | | | | | TestRepository: Add getInstant methodDavid Ostrovsky2023-10-051-0/+11
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch 'stable-6.8'Matthias Sohn2023-10-030-0/+0
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | Prepare 6.8.0-SNAPSHOT buildsMatthias Sohn2023-10-0391-125/+125
| * | | | | | | | | | JGit v6.8.0.202310031045-m1v6.8.0.202310031045-m1Matthias Sohn2023-10-0391-125/+125
|/ / / / / / / / / /
* | | | | | | | | | UploadPack: Delay freeing refs in sendPack()Ivan Frade2023-09-281-5/+5
* | | | | | | | | | Merge "Fix log level for successful execution of ShutdownHook#notify to debug"Thomas Wolf2023-09-261-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix log level for successful execution of ShutdownHook#notify to debugMatthias Sohn2023-09-261-1/+1
* | | | | | | | | | | ByteBufferInputStream: add missing @since 6.8Thomas Wolf2023-09-261-0/+2
|/ / / / / / / / / /
* | | | | | | | | | Eclipse features: update copyright yearThomas Wolf2023-09-269-9/+9
* | | | | | | | | | SSH agent: correct plug-in titleThomas Wolf2023-09-261-1/+1
* | | | | | | | | | Fix DefaultCharset bug pattern flagged by error proneDavid Ostrovsky2023-09-251-1/+3
* | | | | | | | | | Activate additional error prone checksDavid Ostrovsky2023-09-251-12/+340
* | | | | | | | | | WorkingTreeIterator: directly filter input streamMatthias Sohn2023-09-255-18/+296
* | | | | | | | | | [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-25112-190/+1180
* | | | | | | | | | [errorprone] Fix BadImportMatthias Sohn2023-09-2516-74/+55
* | | | | | | | | | [errorprone] Prevent int expression may overflowMatthias Sohn2023-09-258-9/+9
* | | | | | | | | | [errorprone] Suppress ByteBufferBackingArrayMatthias Sohn2023-09-253-0/+6
* | | | | | | | | | [errorprone] Suppress JavaLangClash to avoid breaking changeMatthias Sohn2023-09-254-0/+8
* | | | | | | | | | [errorprone] Fix EqualsGetClassMatthias Sohn2023-09-251-1/+1
* | | | | | | | | | [errorprone] MockSystemReader: fix CatchAndPrintStackTraceMatthias Sohn2023-09-251-1/+1
* | | | | | | | | | [errorprone] MetaFilter: fix IdentityHashMapUsageMatthias Sohn2023-09-251-2/+1
* | | | | | | | | | [errorprone] InternalFetchConnection: Suppress CatchAndPrintStackTraceMatthias Sohn2023-09-251-0/+1
* | | | | | | | | | [errorprone] Don't swallow exceptionMatthias Sohn2023-09-251-1/+1
* | | | | | | | | | [errorprone] Fix inconsistent capitalizationMatthias Sohn2023-09-254-16/+16
* | | | | | | | | | [errorprone] PageRef#isStringRef: suppress UnusedMethodMatthias Sohn2023-09-251-0/+1
* | | | | | | | | | [errorprone] FileReftableStack: fix EqualsUnsafeCastMatthias Sohn2023-09-251-0/+3
* | | | | | | | | | [errorprone] Suppress MissingSummary for translation bundlesMatthias Sohn2023-09-2514-0/+14
* | | | | | | | | | [errorprone] CommandLineMergeTool: Remove unused constuctorMatthias Sohn2023-09-251-5/+0
* | | | | | | | | | [errorprone] SimilarityRenameDetector: suppress IntLongMathMatthias Sohn2023-09-251-0/+2
* | | | | | | | | | Add comment why protocol list uses WeakReferenceMatthias Sohn2023-09-251-0/+1
* | | | | | | | | | [errorprone] Transport: Suppress ModifyCollectionInEnhancedForLoopMatthias Sohn2023-09-251-4/+11
* | | | | | | | | | [errorprone] Rename method parameter to silence InvalidParamMatthias Sohn2023-09-252-6/+6
* | | | | | | | | | [errorprone] MyersDiff#main: fix CatchAndPrintStackTraceMatthias Sohn2023-09-251-2/+12
* | | | | | | | | | [errorprone] TagCommand: Remove unused parameter of private methodMatthias Sohn2023-09-251-8/+2
* | | | | | | | | | [errorprone] PathFilter#getPathsBestEffort: fix ArrayAsKeyOfSetOrMapMatthias Sohn2023-09-251-3/+3
* | | | | | | | | | [errorprone] DirCacheEntry: suppress JavaInstantGetSecondsGetNanoMatthias Sohn2023-09-251-0/+1
* | | | | | | | | | [errorprone] Directly implement functional interfaceMatthias Sohn2023-09-251-29/+31
* | | | | | | | | | [errorprone] InterruptTimer#terminate: ensure Thread#join succeedsMatthias Sohn2023-09-251-3/+13
* | | | | | | | | | [errorprone] RawParseUtils@parseHexInt64: suppress IntLongMathMatthias Sohn2023-09-251-0/+1
* | | | | | | | | | [errorprone] Exceptions should not override #toStringMatthias Sohn2023-09-252-8/+8
* | | | | | | | | | [errorprone] Fix invalid param in javadocMatthias Sohn2023-09-254-10/+13
* | | | | | | | | | [errorprone] FS#searchPath: handle surprising behavior of String#splitMatthias Sohn2023-09-252-1/+29
* | | | | | | | | | [errorprone] FileStoreAttributes#FUTURE_RUNNER: Fix corePoolSizeMatthias Sohn2023-09-221-1/+1
* | | | | | | | | | [errorprone] Express duration using seconds which is clearerMatthias Sohn2023-09-221-1/+1