aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \
| * | | | RevertCommand: use only first line in revert commit messageThomas Wolf2024-12-114-9/+45
* | | | | Merge "PushCertificateIdentTest: Add test for the timezone parsing"Ivan Frade2024-12-121-0/+45
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | PushCertificateIdentTest: Add test for the timezone parsingIvan Frade2024-12-121-0/+45
* | | | | Submodules: use relative paths for worktree and gitdirSimon Eder2024-12-118-15/+107
* | | | | Merge "FileSnapshot: Delete malformed "catch" line (merge artifact?)"Ivan Frade2024-12-111-2/+0
|\| | | |
| * | | | FileSnapshot: Delete malformed "catch" line (merge artifact?)Ivan Frade2024-12-101-2/+0
* | | | | Merge "Remove use of deprecated java.security.AccessController"Matthias Sohn2024-12-111-9/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove use of deprecated java.security.AccessControllerMatthias Sohn2024-12-101-9/+6
* | | | | Merge "PersonIdent: Default to UTC in timezone parsing"Ivan Frade2024-12-101-2/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | PersonIdent: Default to UTC in timezone parsingIvan Frade2024-12-091-2/+9
* | | | | Merge "Update .mailmap"Matthias Sohn2024-12-101-0/+13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update .mailmapMatthias Sohn2024-12-081-0/+13
* | | | | RawParseUtils: Default to UTC in invalid timezonesIvan Frade2024-12-092-2/+23
|/ / / /
* | | | Merge "RawParseUtils: Use java.time API to build PersonIdents"Ivan Frade2024-12-061-14/+39
|\ \ \ \
| * | | | RawParseUtils: Use java.time API to build PersonIdentsIvan Frade2024-12-051-14/+39
* | | | | Merge branch 'stable-7.1'Matthias Sohn2024-12-069-48/+87
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge branch 'stable-7.0' into stable-7.1Matthias Sohn2024-12-0610-48/+95
| |\| |
| | * | Merge branch 'stable-6.10' into stable-7.0Matthias Sohn2024-12-069-48/+89
| | |\|
| | | * Merge changes I022639c4,I1fcce5ef into stable-6.10Matthias Sohn2024-12-051-15/+20
| | | |\
| | | | * FileSnapshot: silence "Not a Directory" exceptionsMartin Fick2024-12-051-0/+5
| | | | * FileSnapshot: refactor to share error handlingMartin Fick2024-12-051-15/+15
| | | * | Merge changes I172c43ff,I2a4c5743,Icc4b8d2f into stable-6.10Matthias Sohn2024-12-053-10/+20
| | | |\ \
| | | | * | Mark Attribute#getValue as @NullableMatthias Sohn2024-12-051-0/+3
| | | | * | Fix potential NPE in ResolveMerger#getAttributesContentMergeStrategyMatthias Sohn2024-12-051-3/+6
| | | | * | Fix NPE in DiffFormatter#getDiffDriverMatthias Sohn2024-12-051-7/+11
| | | | |/