aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Prepare 6.6.2-SNAPSHOT buildsMatthias Sohn2023-09-033-58/+58
* JGit v6.6.1.202309021850-rv6.6.1.202309021850-rMatthias Sohn2023-09-033-4/+4
* Checkout: better directory handlingThomas Wolf2023-09-0310-148/+659
* Merge branch 'stable-6.5' into stable-6.6Matthias Sohn2023-08-032-6/+31
|\
| * Merge branch 'stable-6.4' into stable-6.5Matthias Sohn2023-08-032-6/+31
| |\
| | * Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-08-032-6/+31
| | |\
| | | * Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-08-032-6/+31
| | | |\
| | | | * Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-08-032-6/+31
| | | | |\
| | | | | * Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-08-032-6/+31
| | | | | |\
| | | | | | * Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-08-032-6/+31
| | | | | | |\
| | | | | | | * Express the explicit intention of creating bitmaps in GCLuca Milanesio2023-07-052-5/+28
| | | | | | | * GC: prune all packfiles after the loosen phaseLuca Milanesio2023-07-051-1/+3
| | | | | | | * Prepare 5.13.3-SNAPSHOT buildsMatthias Sohn2023-06-223-54/+54
| | | | | | | * JGit v5.13.2.202306221912-rv5.13.2.202306221912-rMatthias Sohn2023-06-223-4/+4
| * | | | | | | Merge branch 'stable-6.4' into stable-6.5Luca Milanesio2023-06-081-16/+1
| |\| | | | | |
| | * | | | | | Merge branch 'stable-6.3' into stable-6.4Luca Milanesio2023-06-081-16/+1
| | |\| | | | |
| | | * | | | | Merge branch 'stable-6.2' into stable-6.3Luca Milanesio2023-06-081-16/+1
| | | |\| | | |
| | | | * | | | Merge branch 'stable-6.1' into stable-6.2Luca Milanesio2023-06-081-16/+1
| | | | |\| | |
| | | | | * | | Merge branch 'stable-6.0' into stable-6.1Luca Milanesio2023-06-081-16/+1
| | | | | |\| |
| | | | | | * | Merge branch 'stable-5.13' into stable-6.0Luca Milanesio2023-06-081-16/+1
| | | | | | |\|
| | | | | | | * Revert "RefDirectory: Throw exception if CAS of packed ref list fails"Martin Fick2023-06-071-16/+1
* | | | | | | | 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
| | | | |\| | | |