aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Submodules: Update submodule with deleted worktreeSimon Eder2025-01-293-55/+253
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | [ssh signing] AllowedSigners: fix validity checkThomas Wolf2025-01-282-5/+14
| * | | | | | Merge "junit.FakeIndexFactory: Easy fake indexes for tests"Ivan Frade2025-01-281-0/+243
| |\ \ \ \ \ \
| | * | | | | | junit.FakeIndexFactory: Easy fake indexes for testsIvan Frade2025-01-271-0/+243
| * | | | | | | Merge changes I5e7323c6,I5e66a512,I0859990fMatthias Sohn2025-01-2828-234/+394
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | RefDatabase#getReflogReader(String): use #exactRef to resolve refNameMatthias Sohn2025-01-2710-60/+70
| | * | | | | | Deprecate Repository#getReflogReader methodsMatthias Sohn2025-01-2722-191/+288
| | * | | | | | Add RefDatabase#getReflogReader methodsMatthias Sohn2025-01-278-33/+86
| * | | | | | | Merge "Fix ObjectDirectoryTest#testOpenLooseObjectPropagatesIOExceptions"Matthias Sohn2025-01-271-6/+11
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Fix ObjectDirectoryTest#testOpenLooseObjectPropagatesIOExceptionsMatthias Sohn2025-01-171-6/+11
| * | | | | | | Update org.assertj:assertj-core to 3.27.3Matthias Sohn2025-01-277-12/+12
| * | | | | | | Update bytebuddy to 1.16.1Matthias Sohn2025-01-267-18/+18
| |/ / / / / /
| * | | | | | Add target platform jgit-4.35 for Eclipse 2025-03Matthias Sohn2025-01-163-0/+325
| * | | | | | Update bouncycastle to 1.80Matthias Sohn2025-01-166-29/+25
| * | | | | | Update Apache commons-codec to 1.17.2Matthias Sohn2025-01-166-10/+10
| * | | | | | Merge "FileReftableTest: fix order of arguments when using assertEquals"Matthias Sohn2025-01-091-16/+16
| |\ \ \ \ \ \
| | * | | | | | FileReftableTest: fix order of arguments when using assertEqualsMatthias Sohn2025-01-061-16/+16
| | |/ / / / /
| * / / / / / Set repositoryformatversion=0 when converting refStorage to filesyoutirsin2025-01-091-0/+2
| |/ / / / /
| * | | | | Update org.assertj:assertj-core to 3.27.2Matthias Sohn2025-01-056-10/+10
| * | | | | Update mockito to 5.15.2Matthias Sohn2025-01-036-10/+10
| * | | | | Update org.assertj:assertj-core to 3.27.1Matthias Sohn2025-01-036-10/+10
| * | | | | Update jna to 5.16.0Matthias Sohn2025-01-036-15/+15
| * | | | | WriteReftable: replace deprecated PersonIdent constructorMatthias Sohn2024-12-291-2/+5
| * | | | | SimpleMergeTest: replace deprecated PersonIdent constructorMatthias Sohn2024-12-291-1/+4
| * | | | | RevCommitParseTest: : use java.time instead of java.util.Date APIMatthias Sohn2024-12-291-10/+15
| * | | | | PushCertificateStoreTest: replace deprecated PersonIdent constructorMatthias Sohn2024-12-291-2/+4
| * | | | | ReftableTest: replace deprecated PersonIdent constructorMatthias Sohn2024-12-291-12/+26
| * | | | | ReflogWriterTest: replace deprecated PersonIdent constructorMatthias Sohn2024-12-291-1/+3
| * | | | | RebaseCommandTest: replace deprecated PersonIdent constructorMatthias Sohn2024-12-291-6/+11
| * | | | | RebaseCommand: use java.time instead of java.util.Date APIMatthias Sohn2024-12-291-8/+13
| * | | | | GitLinkMergeTest: replace deprecated PersonIdent constructorMatthias Sohn2024-12-291-1/+4
| * | | | | CherryPickTest: replace deprecated PersonIdent constructorMatthias Sohn2024-12-291-1/+5
| * | | | | BlockReader: use java.time instead of java.util.Date APIMatthias Sohn2024-12-291-3/+5
| * | | | | ReflogConfigTest: use java.time instead of java.util.Date APIMatthias Sohn2024-12-291-8/+11
| * | | | | ChangeIdUtilTest: use java.time instead of java.util.Date APIMatthias Sohn2024-12-291-6/+6
| * | | | | SignatureUtils: replace deprecated PersonIdent constructorMatthias Sohn2024-12-291-1/+1
| * | | | | Replace use of deprecated constructor AttributesHandler(TreeWalk)Matthias Sohn2024-12-293-9/+14
| * | | | | WindowCache: fix "empty control-flow statement" warningMatthias Sohn2024-12-291-1/+3
| * | | | | RevCommit: replace deprecated RawParseUtils#headerEndMatthias Sohn2024-12-291-4/+4
| * | | | | GarbageCollectCommandTest: replace deprecated GitDateParserMatthias Sohn2024-12-291-11/+6
| * | | | | GcLog: replace deprecated GitDateParser with GitTimeParserMatthias Sohn2024-12-291-4/+2
| * | | | | DfsGarbageCollectorTest: replace deprecated PersonIdent constructorMatthias Sohn2024-12-291-23/+19
| * | | | | Merge changes If4d68363,I1d1f174f,I107af033Matthias Sohn2024-12-283-10/+11
| |\ \ \ \ \
| | * | | | | PackWriterBitmapPreparer: Use SystemReader.now() instead of deprecated methodIvan Frade2024-12-271-4/+5
| | * | | | | TestRepository: Stop using deprecated methods in SystemReaderIvan Frade2024-12-271-2/+2
| | * | | | | DfsGarbageCollector: Use SystemReader.now() instead of getCurrentTime()Ivan Frade2024-12-271-4/+4
| * | | | | | TransportHttpTest: use java.time APIMatthias Sohn2024-12-281-4/+5
| * | | | | | GC tests: use java.time APIMatthias Sohn2024-12-282-5/+5
| * | | | | | TestRepositoryTest: use java.time APIMatthias Sohn2024-12-281-5/+5
| * | | | | | GarbageCollectCommand, GC: use java.time APIMatthias Sohn2024-12-285-25/+122
| |/ / / / /