aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | Delay WindowCache statistics JMX MBean registrationThomas Wolf2020-08-161-7/+15
* | | | | | | | | | DirCache: support index V4Thomas Wolf2020-08-154-60/+284
* | | | | | | | | | Update javadoc for RemoteSession and SshSessionFactoryThomas Wolf2020-08-102-41/+36
* | | | | | | | | | Fix JSchProcess.waitFor() with time-outThomas Wolf2020-08-102-9/+51
|/ / / / / / / / /
* | | | | | | | | FilterSpec: Use BigInteger.ZERO instead of valueOf(0)Jonathan Nieder2020-07-311-1/+2
* | | | | | | | | Do not send empty blob in response to blob:none filterJonathan Nieder2020-07-292-14/+89
* | | | | | | | | Add support for tree filters when fetchingJonathan Nieder2020-07-291-8/+12
* | | | | | | | | FS_POSIX: avoid prompt to install the XCode tools on OS XThomas Wolf2020-07-262-9/+34
* | | | | | | | | Use LinkedBlockingQueue for executor determining filesystem attributesMatthias Sohn2020-07-241-2/+2
* | | | | | | | | DiffFormatter: correctly deal with tracked files in ignored foldersThomas Wolf2020-07-173-7/+37
* | | | | | | | | Fix writing GPG signatures with trailing newlineThomas Wolf2020-07-081-8/+12
* | | | | | | | | MergedReftable: Include the last reftable in determining minUpdateIndexMinh Thai2020-06-221-1/+1
* | | | | | | | | PackBitmapIndex: Not buffer inflated bitmap during bitmap creation.Yunjie Li2020-06-182-3/+17
* | | | | | | | | Remove trailing whitespaceMatthias Sohn2020-06-102-2/+2
|/ / / / / / / /
* | | | | | | | Merge "Merge branch 'stable-5.7'"Matthias Sohn2020-06-052-54/+51
|\ \ \ \ \ \ \ \
| * | | | | | | | Merge branch 'stable-5.7'David Pursehouse2020-06-052-54/+51
| |\| | | | | | |
| | * | | | | | | ObjectDirectoryInserter: Open FileOutputStream in try-with-resourceDavid Pursehouse2020-06-051-16/+16
| | * | | | | | | ObjectDirectoryInserter: Remove redundant 'throws' declarationsDavid Pursehouse2020-06-051-5/+3
| | * | | | | | | ObjectDirectory: Further clean up insertUnpackedObjectDavid Pursehouse2020-06-051-17/+22
| | * | | | | | | ObjectDirectory: Explicitly handle NoSuchFileExceptionDavid Pursehouse2020-06-041-19/+13
| | * | | | | | | ObjectDirectory: Fail immediately when atomic move is not supportedDavid Pursehouse2020-06-041-2/+2
| | * | | | | | | Scan through all merged reftables for max/min update indicesMinh Thai2020-04-051-4/+20
* | | | | | | | | Add getter for unpackErrorHandler in ReceivePackJack Wickham2020-06-051-0/+10
|/ / / / / / / /
* | | | | | | | Add Git#shutdown for releasing resources held by JGit processMatthias Sohn2020-06-043-0/+24
* | | | | | | | ApplyCommand: use context lines to determine hunk locationThomas Wolf2020-06-041-42/+124
* | | | | | | | 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-018-1420/+20
* | | | | | | | Decouple BouncyCastle from JGit CoreMatthias Sohn2020-06-018-911/+80
* | | | | | | | Verify that the user home directory is validThomas Wolf2020-05-312-1/+31
* | | | | | | | 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-181-0/+6
* | | | | | | | 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-121-0/+6