aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* AddCommand: ability to switch off renormalizationThomas Wolf2023-04-282-14/+93
* Merge "Merge branch 'stable-6.5'"Matthias Sohn2023-04-282-14/+20
|\
| * Merge branch 'stable-6.5'Matthias Sohn2023-04-282-14/+20
| |\
| | * Merge branch 'stable-6.4' into stable-6.5Matthias Sohn2023-04-271-13/+14
| | |\
| | | * Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-04-271-13/+14
| | | |\
| | | | * Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-04-271-13/+14
| | | | |\
| | | | | * Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-04-271-13/+14
| | | | | |\
| | | | | | * Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-04-261-13/+14
| | | | | | |\
| | | | | | | * UploadPack: Fix NPE when traversing a tag chainKaushik Lingarkar2023-04-211-13/+14
| | * | | | | | Parse pull.rebase=preserve as alias for pull.rebase=mergesMatthias Sohn2023-04-221-1/+6
* | | | | | | | PackReverseIndexWriter: write out version 1 reverse index fileAnna Papitto2023-04-284-0/+226
|/ / / / / / /
* | | | | | | IntList: add #sort using quick sort for O(n log n) runtime.Anna Papitto2023-04-281-0/+90
* | | | | | | Add missing @since tag for BatchRefUpdate#getRefDatabaseMatthias Sohn2023-04-211-0/+1
* | | | | | | Merge branch 'stable-6.5'Matthias Sohn2023-04-214-6/+86
|\| | | | | |
| * | | | | | Merge branch 'stable-6.4' into stable-6.5Matthias Sohn2023-04-214-6/+86
| |\| | | | |
| | * | | | | Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-04-213-6/+58
| | |\| | | |
| | | * | | | Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-04-214-6/+72
| | | |\| | |
| | | | * | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-04-214-6/+72
| | | | |\| |
| | | | | * | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-04-214-6/+72
| | | | | |\|
| | | | | | * Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-04-214-6/+72
| | | | | | |\
| | | | | | | * Merge branch 'stable-5.12' into stable-5.13Matthias Sohn2023-04-204-6/+72
| | | | | | | |\
| | | | | | | | * Merge branch 'stable-5.11' into stable-5.12stable-5.12Matthias Sohn2023-04-203-6/+58
| | | | | | | | |\
| | | | | | | | | * Merge branch 'stable-5.10' into stable-5.11Matthias Sohn2023-04-204-63/+58
| | | | | | | | | |\
| | | | | | | | | | * Merge branch 'stable-5.9' into stable-5.10Matthias Sohn2023-04-203-6/+72
| | | | | | | | | | |\
| | | | | | | | | | | * Prevent infinite loop rescanning the pack list on PackMismatchExceptionstable-5.9Matthias Sohn2023-04-193-7/+76
* | | | | | | | | | | | 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-153-12/+102
|\| | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'stable-6.4' into stable-6.5Matthias Sohn2023-04-153-12/+102
| |\| | | | | | | | | |
| | * | | | | | | | | | Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-04-153-12/+102
| | |\| | | | | | | | |
| | | * | | | | | | | | Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-04-154-12/+108
| | | |\| | | | | | | |
| | | | * | | | | | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-04-154-12/+108
| | | | |\| | | | | | |
| | | | | * | | | | | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-04-154-12/+108
| | | | | |\| | | | | |
| | | | | | * | | | | | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-04-154-12/+108
| | | | | | |\| | | | |
| | | | | | | * | | | | DirCache: support option index.skipHashMatthias Sohn2023-03-284-12/+108
* | | | | | | | | | | | Add protocol configuration to Amazon S3 transportPat Patterson2023-04-131-1/+8
* | | | | | | | | | | | ListTagCommand: implement git tag --containsMatthias Sohn2023-04-121-4/+39
* | | | | | | | | | | | RevWalk: use generation number to optimize getMergedInto()kylezhao2023-04-121-0/+10
* | | | | | | | | | | | DfsPackFile: Extract block aligment codeIvan Frade2023-04-111-30/+19
* | | | | | | | | | | | Merge branch 'stable-6.5'Matthias Sohn2023-04-062-5/+26
|\| | | | | | | | | | |
| * | | | | | | | | | | Ensure parsed RevCommitCG has derived data from commit-graphkylezhao2023-04-062-5/+26
* | | | | | | | | | | | Merge "PatchApplier: Check for existence of src/dest files before any operation"Han-Wen NIenhuys2023-03-313-21/+63
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | PatchApplier: Check for existence of src/dest files before any operationNitzan Gur-Furman2023-03-313-21/+63
* | | | | | | | | | | | | 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-304-2/+315
* | | | | | | | | | | | | PackedBatchRefUpdate: Ensure updates are applied on latest packed refsKaushik Lingarkar2023-03-302-16/+29
|/ / / / / / / / / / / /
* | | | | | | | | | | | PatchApplier: missing @since, and minor formattingThomas Wolf2023-03-291-2/+8