aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* TestRepository: Stop using deprecated methods in SystemReaderIvan Frade11 days1-2/+2
* DfsGarbageCollector: Use SystemReader.now() instead of getCurrentTime()Ivan Frade11 days1-4/+4
* DescribeCommand: use java.time APIMatthias Sohn13 days1-3/+3
* Blame: use java.time APIMatthias Sohn13 days1-9/+11
* RebuildCommitGraph: use java.time APIMatthias Sohn13 days1-2/+3
* Don't override maven-compiler-plugin versionMatthias Sohn14 days1-1/+0
* CommitCommandTest: use java.time APIMatthias Sohn14 days1-7/+8
* TestRepository: add version when annotated methods became deprecatedMatthias Sohn14 days1-2/+2
* SystemReader: add version when annotated methods became deprecatedMatthias Sohn14 days1-3/+3
* AllowedSigners: use java.time APIMatthias Sohn14 days1-8/+3
* Show: use java.time APIMatthias Sohn14 days1-13/+17
* GitDateFormatter: use java.time APIMatthias Sohn2024-12-251-38/+48
* Mark static method PersonIdent#getTimeZone as deprecatedMatthias Sohn2024-12-241-0/+2
* UploadPackTest: Construct PersonIdent with Instant/ZoneIdIvan Frade2024-12-231-21/+35
* LocalDiskRepositoryTestCase: Use java.time API to create PersonIdentIvan Frade2024-12-231-2/+3
* RecursiveMerger: Create PersonIdent with java.time APIIvan Frade2024-12-231-7/+6
* RelativeDateFormatter: Use Instant instead of dateIvan Frade2024-12-233-7/+26
* ProposedTimestamp: mark unused methods as deprecatedIvan Frade2024-12-231-0/+6
* PushCertificateStore: Use Instant, unused var, boxingIvan Frade2024-12-231-4/+5
* SignatureUtils.toString(): allow null signature creation dateThomas Wolf2024-12-201-6/+9
* Update assertj-core to 3.27.0Matthias Sohn2024-12-206-10/+10
* Update jetty to 12.0.16Matthias Sohn2024-12-206-45/+45
* Update bytebuddy to 1.15.11Matthias Sohn2024-12-206-15/+15
* Update commons-io:commons-io to 2.18.0Matthias Sohn2024-12-206-10/+10
* Add missing @since 7.2 to TestRepository#getTimeZoneIdMatthias Sohn2024-12-201-0/+1
* Update maven pluginsMatthias Sohn2024-12-202-32/+32
* Merge "http.server/BUILD: expose servlet resources as target"Ivan Frade2024-12-191-1/+6
|\
| * http.server/BUILD: expose servlet resources as targetIvan Frade2024-12-191-1/+6
* | Merge "Merge branch 'stable-7.1'"Matthias Sohn2024-12-1932-4476/+127
|\ \
| * \ Merge branch 'stable-7.1'Matthias Sohn2024-12-2032-4476/+127
| |\ \ | | |/ | |/|
| | * Merge branch 'stable-7.0' into stable-7.1stable-7.1Matthias Sohn2024-12-2032-4476/+127
| | |\
| | | * Merge branch 'stable-6.10' into stable-7.0Matthias Sohn2024-12-2032-4476/+127
| | | |\
| | | | * WindowCache: share removal work among multiple threadsMartin Fick2024-12-191-5/+126
| | | | * Update target platform version in maven build to 4.32 (2024-06)Matthias Sohn2024-12-1931-4381/+1
* | | | | CommitTimeRevFilter: add missing @sinceThomas Wolf2024-12-191-4/+10
|/ / / /
* | | | transport: Remove usage of CommitTimeRevFilter with long and DatesIvan Frade2024-12-172-4/+3
* | | | CommitTimeRevFilter: Move to java.time APIIvan Frade2024-12-173-19/+194
* | | | Merge "Merge branch 'stable-7.1'"Matthias Sohn2024-12-176-61/+71
|\ \ \ \
| * | | | Merge branch 'stable-7.1'Matthias Sohn2024-12-156-61/+71
| |\| | |
| | * | | Merge branch 'stable-7.0' into stable-7.1Matthias Sohn2024-12-156-59/+66
| | |\| |
| | | * | Merge branch 'stable-6.10' into stable-7.0stable-7.0Matthias Sohn2024-12-156-59/+66
| | | |\|
| | | | * FileSnapshot: fix warningsMatthias Sohn2024-12-151-1/+2
| | | | * Optionally.Hard: avoid Optional creation on every use,Martin Fick2024-12-131-4/+4
| | | | * Pack: fix threading bug getting idxMartin Fick2024-12-131-46/+40
| | | | * Fix potential NPE in TreeWalk#getFilterCommandDefinitionNasser Grainawi2024-12-101-0/+3
| | | | * Advertise "agent" capability when using protocol v2Antonio Barone2024-12-102-6/+7
| | | | * FileSnapshot: silence "Stale file handle" exceptionsMartin Fick2024-12-051-3/+11
* | | | | TestRepository: Deprecate #getDate and use #getInstant insteadIvan Frade2024-12-134-14/+29
|/ / / /
* | | | ArchiveCommandTest: add more detailed message if test failedXenoAmess2024-12-131-1/+4
* | | | Merge "RevertCommand: use only first line in revert commit message"Matthias Sohn2024-12-134-9/+45
|\ \ \ \