aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Remove deprecated ConfigConstants#CONFIG_KEY_STREAM_FILE_TRESHOLDMatthias Sohn2024-09-031-6/+0
* | | | | | Remove deprecated CommitBuilder#setEncoding(String) methodMatthias Sohn2024-09-031-13/+0
* | | | | | Remove deprecated static #equals(AnyObjectId, AnyObjectId) methodMatthias Sohn2024-09-031-17/+0
* | | | | | Remove deprecated FileSnapshot.save(long) methodMatthias Sohn2024-09-031-23/+0
* | | | | | Remove deprecated lastModified accessors returning longMatthias Sohn2024-09-032-22/+0
* | | | | | Remove deprecated PackInvalidException constructorsMatthias Sohn2024-09-031-24/+0
* | | | | | DirCacheEntry: remove deprecated methodsMatthias Sohn2024-09-031-50/+0
* | | | | | Remove deprecated DirCacheCheckout#checkoutEntry methodsMatthias Sohn2024-09-031-121/+0
* | | | | | Remove deprecated StashApplyCommand#setApplyUntracked methodMatthias Sohn2024-09-031-13/+0
* | | | | | Remove deprecated StashApplyCommand#setApplyIndex methodMatthias Sohn2024-09-031-12/+0
* | | | | | Remove deprecated RemoteSetUrlCommand#setUri methodMatthias Sohn2024-09-031-12/+0
* | | | | | Remove deprecated RemoteSetUrlCommand#setPush methodMatthias Sohn2024-09-031-17/+0
* | | | | | Remove deprecated RemoteSetUrlCommand#setName methodMatthias Sohn2024-09-031-12/+0
* | | | | | Remove deprecated RemoteRemoveCommand#setName methodMatthias Sohn2024-09-031-12/+0
* | | | | | Remove deprecated CheckoutCommand#setForce methodMatthias Sohn2024-09-031-18/+0
* | | | | | Merge branch 'master' into stable-7.0Matthias Sohn2024-08-307-161/+22
|\ \ \ \ \ \
| * | | | | | walks: Remove deprecated #createReachabilityChecker() methodIvan Frade2024-08-292-41/+1
| * | | | | | RepoCommand.RemoteReader: Remove @Deprecated methodIvan Frade2024-08-291-26/+0
| * | | | | | ReachabilityChecker: Remove @Deprecated methodIvan Frade2024-08-291-34/+0
| * | | | | | UploadPack: Remove @Deprecated classes and methodsIvan Frade2024-08-291-60/+1
| * | | | | | ObjectId: Add method to read an ObjectId from a ByteBufferIvan Frade2024-08-291-0/+17
| * | | | | | DfsPackFile: re-add metrics for bitmap index loadsSam Delmerico2024-08-271-0/+3
* | | | | | | PackObjectSizeIndexV1: fix boxing warningsMatthias Sohn2024-08-281-2/+4
* | | | | | | Suppress non-externalized string warningsMatthias Sohn2024-08-283-4/+5
|/ / / / / /
* | | | | | DfsReaderIoStats: getters to object size index micros/bytesIvan Frade2024-08-271-0/+18
* | | | | | Merge branch 'stable-6.10'Matthias Sohn2024-08-272-4/+19
|\| | | | |
| * | | | | AmazonS3: Ensure SAXParserFactory sets valid/expected input paramsMatthias Sohn2024-08-271-2/+4
| * | | | | LockFile: Retry lock creation if parent dirs were removedKaushik Lingarkar2024-08-211-2/+15
* | | | | | Signing: refactor interfacesThomas Wolf2024-08-2420-731/+759
* | | | | | GpgConfig: Add missing @sinceThomas Wolf2024-08-211-1/+5
* | | | | | DfsReaderIoStats: Order fields and methods consistentlyIvan Frade2024-08-201-34/+34
* | | | | | Merge branch 'stable-6.10'Matthias Sohn2024-08-202-5/+5
|\| | | | |
| * | | | | Merge branch 'stable-6.9' into stable-6.10Matthias Sohn2024-08-201-1/+1
| |\| | | |
| | * | | | Merge branch 'stable-6.8' into stable-6.9Matthias Sohn2024-08-201-1/+1
| | |\| | |
| | | * | | Merge branch 'stable-6.7' into stable-6.8Matthias Sohn2024-08-201-1/+1
| | | |\| |
| | | | * | Merge branch 'stable-6.6' into stable-6.7Matthias Sohn2024-08-201-1/+1
| | | | |\|
| | | | | * Merge branch 'stable-6.5' into stable-6.6Matthias Sohn2024-08-201-1/+1
| | | | | |\
| | | | | | * Merge branch 'stable-6.4' into stable-6.5stable-6.5Matthias Sohn2024-08-181-1/+1
| | | | | | |\
| | | | | | | * Merge branch 'stable-6.3' into stable-6.4stable-6.4Matthias Sohn2024-08-181-1/+1
| | | | | | | |\
| | | | | | | | * Merge branch 'stable-6.2' into stable-6.3stable-6.3Matthias Sohn2024-08-141-1/+1
| | | | | | | | |\
| | | | | | | | | * Merge branch 'stable-6.1' into stable-6.2stable-6.2Matthias Sohn2024-08-141-1/+1
| | | | | | | | | |\
| | | | | | | | | | * Merge branch 'stable-6.0' into stable-6.1stable-6.1Matthias Sohn2024-08-141-1/+1
| | | | | | | | | | |\
| | | | | | | | | | | * Merge branch 'stable-5.13' into stable-6.0stable-6.0Matthias Sohn2024-08-141-1/+1
| | | | | | | | | | | |\
| | | | | | | | | | | | * Fix "Comparison of narrow type with wide type in loop condition"stable-5.13Matthias Sohn2024-08-091-1/+1
| | | | | | | | | | | | * Checkout: better directory handlingThomas Wolf2023-10-228-141/+670
| * | | | | | | | | | | | RepoProject: read the 'dest-branch' attribute of a projectKaushik Lingarkar2024-07-082-0/+28
| * | | | | | | | | | | | Make RepoProject#setUpstream publicKaushik Lingarkar2024-07-081-1/+1
| * | | | | | | | | | | | RepoCommand: Add error to ManifestErrorExceptionIvan Frade2024-07-081-1/+1
| * | | | | | | | | | | | RepoCommand: Copy manifest upstream into .gitmodules ref fieldIvan Frade2024-07-082-0/+4
| * | | | | | | | | | | | RepoProject: read the "upstream" attribute of a projectIvan Frade2024-07-082-0/+28