summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump jetty version to 11.0.20David Ostrovsky2024-05-0282-481/+505
* Update minimum Java version to 17Matthias Sohn2024-05-0289-170/+144
* Merge branch 'master' into nextMatthias Sohn2024-05-0284-289/+331
|\
| * Bazel: Add support for JDK 21David Ostrovsky2024-05-025-16/+53
| * Merge "Bazel: Replace deprecated --experimental_strict_action_env option"David Ostrovsky2024-05-021-1/+1
| |\
| | * Bazel: Replace deprecated --experimental_strict_action_env optionDavid Ostrovsky2024-04-301-1/+1
| * | Merge "PackIndex: Make #getOffset protected to allow out-of-package subclasses"Ivan Frade2024-05-012-2/+2
| |\ \ | | |/ | |/|
| | * PackIndex: Make #getOffset protected to allow out-of-package subclassesIvan Frade2024-04-262-2/+2
| * | Fix warning about using raw typeMatthias Sohn2024-04-291-1/+1
| * | [errorprone] Fix pattern ModifiedButNotUsedMatthias Sohn2024-04-293-1/+5
| * | [errorprone] Fix pattern CatchAndPrintStackTraceMatthias Sohn2024-04-292-13/+14
| * | [errorprone] Fix pattern FutureReturnValueIgnoredMatthias Sohn2024-04-294-9/+9
| * | [errorprone] Fix pattern BadImportMatthias Sohn2024-04-295-11/+8
| * | [errorprone] Fix pattern UseCorrectAssertInTestsMatthias Sohn2024-04-292-4/+6
| * | [errorprone] Fix pattern ProtectedMembersInFinalClassMatthias Sohn2024-04-292-2/+2
| * | [errorprone] Fix pattern CatchFailMatthias Sohn2024-04-299-13/+20
| * | [errorprone] Fix pattern see UnusedVariableMatthias Sohn2024-04-299-37/+31
| * | [errorprone] Fix pattern LongLiteralLowerCaseSuffixMatthias Sohn2024-04-294-8/+8
| * | [errorprone] Fix error pattern JdkObsoleteMatthias Sohn2024-04-2940-113/+106
| * | [errorprone] Fix UnnecessaryParentheses errorsMatthias Sohn2024-04-2810-48/+50
| * | Bazel: Update RBE docker image to Ubuntu 22.04 and JDK 17David Ostrovsky2024-04-282-11/+10
| * | Bump Bazel version to 7.1.1David Ostrovsky2024-04-283-1/+7
| |/
* | Merge branch 'master' into nextMatthias Sohn2024-04-2672-1084/+2839
|\|
| * ResolveMerger: Fix the issue with binary modify-modify conflictsSruteesh2024-04-253-38/+230
| * Explain why RacyGitTests may be flaky in some environmentsMatthias Sohn2024-04-201-0/+16
| * Merge "PackBitmapIndexBuilder.StoredEntry: add getter for objectId"Ivan Frade2024-04-121-4/+16
| |\
| | * PackBitmapIndexBuilder.StoredEntry: add getter for objectIdSam Delmerico2024-04-121-4/+16
| * | Merge "PackBitmapIndex: clarify naming of getObject inputs"Ivan Frade2024-04-123-19/+24
| |\|
| | * PackBitmapIndex: clarify naming of getObject inputsSam Delmerico2024-04-123-19/+24
| * | Merge "Add more tests on rewriting parents in a RevWalk"Ivan Frade2024-04-111-9/+123
| |\ \
| | * | Add more tests on rewriting parents in a RevWalkMax Haslbeck2024-03-261-9/+123
| * | | Revert "[releng] Bump Bouncy Castle to 1.78"Thomas Wolf2024-04-1019-97/+97
| | |/ | |/|
| * | [releng] Bump Bouncy Castle to 1.78Thomas Wolf2024-04-0919-97/+97
| * | Merge changes Ib7e3e562,I9d1f641c,Ia50445b8Thomas Wolf2024-04-0912-83/+340
| |\ \
| | * | [gpg] Remove obsolete import-packageThomas Wolf2024-04-081-1/+0
| | * | [gpg] Correct finding public keys from pubring.gpgThomas Wolf2024-04-085-56/+173
| | * | [gpg] Fix reading ed25519 GPG keysThomas Wolf2024-04-086-26/+167
| * | | Merge "MergeAlgorithm: Fix diff3 conflict hunk computation"Ivan Frade2024-04-092-2/+24
| |\ \ \ | | |/ / | |/| |
| | * | MergeAlgorithm: Fix diff3 conflict hunk computationAntonin Delpeuch2024-04-092-2/+24
| * | | PackBitmapIndexBuilder: make StoredEntry constructor publicSam Delmerico2024-04-031-1/+15
| * | | Merge "PackBitmapIndexBuilder: allow repeated call of getCompressedBitmaps()"Ivan Frade2024-04-021-2/+3
| |\ \ \
| | * | | PackBitmapIndexBuilder: allow repeated call of getCompressedBitmaps()Sam Delmerico2024-04-021-2/+3
| * | | | DfsPackFile: Make the loader classes used to construct bitmaps public.jackdt@google.com2024-04-021-7/+20
| * | | | DfsPackFile: make public the constructor with bitmap loaderIvan Frade2024-04-011-1/+12
| |/ / /
| * | / PackWriter: writeBitmapIndex takes bitmap index writerSam Delmerico2024-03-296-22/+76
| | |/ | |/|
| * | PackBitmapIndex: convert from class to interfaceSam Delmerico2024-03-253-5/+5
| * | Merge "DfsGarbageCollectorTest: add test for bitmap index creation"Ivan Frade2024-03-201-1/+67
| |\ \
| | * | DfsGarbageCollectorTest: add test for bitmap index creationSam Delmerico2024-03-181-1/+67
| * | | Merge "PackBitmapIndex: hide packChecksum behind getter"Ivan Frade2024-03-203-3/+16
| |\| |
| | * | PackBitmapIndex: hide packChecksum behind getterSam Delmerico2024-03-183-3/+16