aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix ProtectedMembersInFinalClass warning flagged by error proneDavid Ostrovsky2020-06-041-1/+1
* | | Fix InvalidInlineTag error flagged by error proneDavid Ostrovsky2020-06-012-2/+2
* | | Decouple JSch from JGit CoreMatthias Sohn2020-06-0114-1463/+138
* | | Decouple BouncyCastle from JGit CoreMatthias Sohn2020-06-0112-1005/+160
* | | Verify that the user home directory is validThomas Wolf2020-05-313-1/+33
* | | WindowCache: conditional JMX setupThomas Wolf2020-05-292-1/+39
* | | Merge "RawTextComparator.WS_IGNORE_CHANGE must not compare whitespace"Christian Halstrick2020-05-281-17/+11
|\ \ \
| * | | RawTextComparator.WS_IGNORE_CHANGE must not compare whitespaceThomas Wolf2020-05-281-17/+11
* | | | Revert "PackBitmapIndex: Not buffer inflated bitmap in BasePackBitmapIndex"Yunjie Li2020-05-271-0/+1
|/ / /
* | | Builder API to configure SshdSessionFactoriesThomas Wolf2020-05-232-4/+124
* | | TransportHttp: abort on time-out or on SocketExceptionThomas Wolf2020-05-231-0/+14
* | | Ignore core.eol if core.autocrlf=inputThomas Wolf2020-05-221-0/+2
* | | Attributes: fix handling of text=auto in combination with eolThomas Wolf2020-05-221-7/+10
* | | Include full IssuerFingerprint in GPG signatureThomas Wolf2020-05-182-11/+17
* | | Suppress API error for new method BitmapIndex.Bitmap#retrieveCompressedMatthias Sohn2020-05-171-0/+8
* | | Fix wrong @since tags added in dcb0265Matthias Sohn2020-05-171-2/+2
* | | Merge changes I39783eee,I874503ec,Ic942a8e4,I6ec2c3e8,I62cb5030, ...Terry Parker2020-05-1310-115/+408
|\ \ \
| * | | PackBitmapIndex: Set distance thresholdYunjie Li2020-05-121-1/+1
| * | | PackBitmapIndex: Not buffer inflated bitmap in BasePackBitmapIndexYunjie Li2020-05-121-1/+0
| * | | PackBitmapIndex: Remove convertedBitmaps in the RemapperYunjie Li2020-05-121-10/+0
| * | | PackBitmapIndex: Reduce memory usage in GCYunjie Li2020-05-124-69/+136
| * | | PackBitmapIndex: Add AddToBitmapWithCacheFilter classYunjie Li2020-05-121-0/+91
| * | | PackBitmapIndex: Add util methods and builder to BitmapCommitYunjie Li2020-05-121-0/+128
| * | | PackBitmapIndex: Move BitmapCommit to a top-level classYunjie Li2020-05-123-24/+37
| * | | Refactor: Make retriveCompressed an method of the Bitmap classYunjie Li2020-05-123-13/+18
* | | | Fix downloading LFS Object fails behind proxyMatthias Sohn2020-05-122-0/+12
* | | | Merge changes I6543c2e1,I21ed029dTerry Parker2020-05-116-4/+157
|\ \ \ \
| * | | | ReceivePack: adding IterativeConnectivityCheckerDemetr Starshov2020-05-081-0/+152
| * | | | Moving transport/internal -> internal/transportDemetr Starshov2020-05-085-4/+5
* | | | | Fix error occurring during checkoutNail Samatov2020-05-071-1/+1
* | | | | ApplyCommand: use Files#copy to copy fileMatthias Sohn2020-05-061-9/+4
* | | | | Apply hunks when renaming or copying from patch filesJack Wickham2020-05-061-3/+4
* | | | | Create parent directories when renaming a file in ApplyCommandJack Wickham2020-05-061-0/+1
* | | | | Reduce BitmappedObjectReachabilityChecker visibilityIvan Frade2020-05-041-3/+1
* | | | | Add missing @since to new APIThomas Wolf2020-05-041-0/+2
* | | | | ObjectReachabilityCheckers: Make walk member finalIvan Frade2020-04-302-2/+2
|/ / / /
* | | | UploadPack: Use more relevant refs first in object reachability checkIvan Frade2020-04-281-4/+29
* | | | UploadPack: Refactor to generalize the object reachability checksIvan Frade2020-04-284-33/+34
* | | | UploadPack: Use BitmappedReachabilityChecker for not advertised wantsIvan Frade2020-04-281-18/+12
* | | | revwalk: Introduce bitmap-based object reachability checkerIvan Frade2020-04-281-0/+79
* | | | revwalk: Extract ObjectReachabilityChecker interfaceIvan Frade2020-04-283-58/+85
* | | | UploadPack: Extract walk-based reachability checkIvan Frade2020-04-282-33/+115
* | | | RefTreeBatch: fix unclosed resource warningMatthias Sohn2020-04-281-2/+3
* | | | CherryPickCommand: fix unclosed resource warningMatthias Sohn2020-04-281-6/+8
* | | | URIish: suppress non-localized message warningMatthias Sohn2020-04-281-1/+2
* | | | UploadPack: Clear advertised ref map after negotiationMinh Thai2020-04-231-3/+10
|/ / /
* | | Fix human name for local .bundle filesKonrad Windszus2020-04-212-0/+12
* | | Remove double blank from sentence startMichael Keppler2020-04-141-1/+1
* | | Merge "ReceivePack: Use error message if set"Terry Parker2020-04-061-36/+40
|\ \ \
| * | | ReceivePack: Use error message if setMasaya Suzuki2020-03-271-36/+40