aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PackReverseIndexWriter: write out version 1 reverse index fileAnna Papitto2023-04-286-0/+391
* IntList: add #sort using quick sort for O(n log n) runtime.Anna Papitto2023-04-282-0/+124
* Add missing @since tag for BatchRefUpdate#getRefDatabaseMatthias Sohn2023-04-211-0/+1
* Merge branch 'stable-6.5'Matthias Sohn2023-04-217-6/+116
|\
| * Merge branch 'stable-6.4' into stable-6.5Matthias Sohn2023-04-217-6/+116
| |\
| | * Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-04-216-6/+88
| | |\
| | | * Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-04-217-6/+102
| | | |\
| | | | * Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-04-217-6/+102
| | | | |\
| | | | | * Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-04-217-6/+102
| | | | | |\
| | | | | | * Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-04-217-6/+102
| | | | | | |\
| | | | | | | * Merge branch 'stable-5.12' into stable-5.13Matthias Sohn2023-04-207-6/+102
| | | | | | | |\
| | | | | | | | * Merge branch 'stable-5.11' into stable-5.12stable-5.12Matthias Sohn2023-04-207-7/+89
| | | | | | | | |\
| | | | | | | | | * Add missing since tag for SshBasicTestBasestable-5.11Matthias Sohn2023-04-201-0/+2
| | | | | | | | | * Merge branch 'stable-5.10' into stable-5.11Matthias Sohn2023-04-208-75/+87
| | | | | | | | | |\
| | | | | | | | | | * Add missing since tag for SshTestHarness#publicKey2stable-5.10Matthias Sohn2023-04-202-0/+14
| | | | | | | | | | * Silence API errorsMatthias Sohn2023-04-201-0/+17
| | | | | | | | | | * Merge branch 'stable-5.9' into stable-5.10Matthias Sohn2023-04-204-7/+73
| | | | | | | | | | |\
| | | | | | | | | | | * Prevent infinite loop rescanning the pack list on PackMismatchExceptionstable-5.9Matthias Sohn2023-04-193-7/+76
| | | | | | | | | | | * Remove blank in maven.configMatthias Sohn2023-04-191-1/+1
* | | | | | | | | | | | PackedBatchRefUpdate#execute: reduce nesting of try-catch blocksMatthias Sohn2023-04-182-23/+18
* | | | | | | | | | | | PackedBatchRefUpdate: Handle the case where loose refs fail to packKaushik Lingarkar2023-04-181-1/+6
* | | | | | | | | | | | Merge branch 'stable-6.5'Matthias Sohn2023-04-155-13/+132
|\| | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'stable-6.4' into stable-6.5Matthias Sohn2023-04-155-13/+132
| |\| | | | | | | | | |
| | * | | | | | | | | | Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-04-155-13/+132
| | |\| | | | | | | | |
| | | * | | | | | | | | Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-04-156-13/+138
| | | |\| | | | | | | |
| | | | * | | | | | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-04-156-13/+138
| | | | |\| | | | | | |
| | | | | * | | | | | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-04-156-13/+138
| | | | | |\| | | | | |
| | | | | | * | | | | | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-04-156-13/+138
| | | | | | |\| | | | |
| | | | | | | * | | | | Remove blank in maven.configMatthias Sohn2023-04-151-1/+1
| | | | | | | * | | | | DirCache: support option index.skipHashMatthias Sohn2023-03-285-12/+137
* | | | | | | | | | | | Add protocol configuration to Amazon S3 transportPat Patterson2023-04-131-1/+8
* | | | | | | | | | | | [pgm] Implement git tag --contains optionMatthias Sohn2023-04-123-1/+52
* | | | | | | | | | | | ListTagCommand: implement git tag --containsMatthias Sohn2023-04-122-4/+83
* | | | | | | | | | | | RevWalk: use generation number to optimize getMergedInto()kylezhao2023-04-122-0/+103
* | | | | | | | | | | | DfsPackFile: Extract block aligment codeIvan Frade2023-04-111-30/+19
* | | | | | | | | | | | Merge branch 'stable-6.5'Matthias Sohn2023-04-066-12/+69
|\| | | | | | | | | | |
| * | | | | | | | | | | Ensure parsed RevCommitCG has derived data from commit-graphkylezhao2023-04-063-5/+62
| * | | | | | | | | | | Downgrade maven-site-plugin to 3.12.1Matthias Sohn2023-03-303-3/+3
| * | | | | | | | | | | Use wagon-ssh-external to deploy Maven siteMatthias Sohn2023-03-302-4/+4
* | | | | | | | | | | | PatchApplierTest: specify charset to avoid warningJonathan Tan2023-04-051-2/+2
* | | | | | | | | | | | GcConcurrentTest: @Ignore flaky testInterruptGcJonathan Tan2023-04-051-0/+2
* | | | | | | | | | | | Merge "PatchApplier: Check for existence of src/dest files before any operation"Han-Wen NIenhuys2023-03-314-23/+131
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | PatchApplier: Check for existence of src/dest files before any operationNitzan Gur-Furman2023-03-314-23/+131
* | | | | | | | | | | | | Revert "RefDirectory: Throw exception if CAS of packed ref list fails"Martin Fick2023-03-301-16/+1
* | | | | | | | | | | | | RefDirectory.delete: Prevent failures when packed-refs is outdatedKaushik Lingarkar2023-03-301-4/+4
* | | | | | | | | | | | | RefDirectory.pack: Only rely on packed refs from diskKaushik Lingarkar2023-03-301-8/+8
* | | | | | | | | | | | | RefDirectory: Make pack() and commitPackRefs() voidKaushik Lingarkar2023-03-301-14/+7
* | | | | | | | | | | | | Implement a snapshotting RefDirectory for use in request scopeKaushik Lingarkar2023-03-306-16/+417
* | | | | | | | | | | | | Fix RefDirectoryTest.testGetRefs_LooseSorting_Bug_348834Kaushik Lingarkar2023-03-301-7/+16
* | | | | | | | | | | | | PackedBatchRefUpdate: Ensure updates are applied on latest packed refsKaushik Lingarkar2023-03-302-16/+29
|/ / / / / / / / / / / /