summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Prepare 6.6.1-SNAPSHOT buildsMatthias Sohn2023-05-303-58/+58
* JGit v6.6.0.202305301015-rv6.6.0.202305301015-rMatthias Sohn2023-05-303-4/+4
* Prepare 6.6.0-SNAPSHOT buildsMatthias Sohn2023-05-243-4/+4
* JGit v6.6.0.202305241045-m3v6.6.0.202305241045-m3Matthias Sohn2023-05-243-4/+4
* Merge "GraphObjectIndex: fix search in findGraphPosition"Jonathan Tan2023-05-231-2/+2
|\
| * GraphObjectIndex: fix search in findGraphPositionJonathan Tan2023-05-231-2/+2
* | Merge "Also add suppressed exception if unchecked exception occurs in finally"Matthias Sohn2023-05-193-3/+9
|\ \
| * | Also add suppressed exception if unchecked exception occurs in finallyMatthias Sohn2023-05-183-3/+9
| |/
* / Candidate: use "Objects.equals" instead of "=="Fabio Ponciroli2023-05-181-1/+2
|/
* Remove unused $NON-NLS-1$Matthias Sohn2023-05-171-1/+1
* Remove unused API filtersMatthias Sohn2023-05-171-148/+0
* [releng] API filter for PackIndex.DEFAULT_WRITE_REVERSE_INDEXThomas Wolf2023-05-152-26/+2
* Merge "UploadPack: Record negotiation stats on fetchV2 call"Ivan Frade2023-05-111-1/+3
|\
| * UploadPack: Record negotiation stats on fetchV2 callRonald Bhuleskar2023-05-111-1/+3
* | PackExt: add a #getTmpExtension methodAnna Papitto2023-05-112-5/+18
|/
* Merge "PackWriter: write the PackReverseIndex file"Ivan Frade2023-05-084-3/+84
|\
| * PackWriter: write the PackReverseIndex fileAnna Papitto2023-05-084-3/+84
* | Merge "Fix inProcessPackedRefsLock not shared with copies of the instance"Matthias Sohn2023-05-031-1/+3
|\ \
| * | Fix inProcessPackedRefsLock not shared with copies of the instanceNasser Grainawi2023-05-021-1/+3
| |/
* / Add TransportHttp#getAdditionalHeadersMatthias Sohn2023-05-031-0/+11
|/
* Add missing @since tag to IntComparatorMatthias Sohn2023-05-011-0/+2
* Support rebasing independent branchesThomas Wolf2023-04-291-11/+19
* Support cherry-picking a root commitThomas Wolf2023-04-291-2/+8
* 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