summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Merge "ssh: PKCS#11 support"Matthias Sohn2023-07-171-0/+19
|\
| * ssh: PKCS#11 supportThomas Wolf2023-07-171-0/+19
* | GC: Remove handling of extra pack for RefTreeMatthias Sohn2023-07-171-7/+0
* | Remove unused API problem filtersMatthias Sohn2023-07-161-38/+0
* | Remove redundant specification of type argumentsMatthias Sohn2023-07-165-7/+9
|/
* DfsPackParser: Create object indices if config says soIvan Frade2023-07-141-0/+6
* DfsInserter: generate object size index if config says soIvan Frade2023-07-141-0/+20
* DfsInserter: populate full size on object insertionIvan Frade2023-07-141-6/+9
* DFSGarbargeCollector: Write object size indicesIvan Frade2023-07-141-0/+12
* DfsReader/PackFile: Implement isNotLargerThan using the obj size idxIvan Frade2023-07-133-0/+282
* DfsPackFile: make #getReverseIdx publicAnna Papitto2023-06-271-1/+11
* PackReverseIndex: separate out the computed implementationAnna Papitto2023-06-215-148/+227
* Default for global (user) git ignore fileThomas Wolf2023-06-193-27/+57
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-16437-1268/+837
* Mark COMMIT_GENERATION_* constants finalAntoine Musso2023-06-092-2/+16
* PackReverseIndex: use static builder instead of constructorAnna Papitto2023-05-313-3/+16
* Gc#writePack: write the reverse index file to diskAnna Papitto2023-05-311-0/+19
* Prepare 6.7.0-SNAPSHOT buildsMatthias Sohn2023-05-243-58/+58
* 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