aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* FS, FS_Posix: remove deprecated #createNewFile(File) methodMatthias Sohn2024-09-032-86/+0
| | | | Change-Id: Id34a0be998eee360e69f74b469c4990afa153c1b
* Remove deprecated lastModified methods using longMatthias Sohn2024-09-034-116/+0
| | | | | | | | | | | | | | from - FileUtils#lastModified - FileUtils#setLastModified - FS#getLastModifiedTime - FS#lastModified - FS#setLastModified - FileTreeIterator.Entry#getEntryLastModified - WorkingTreeIterator#getEntryLastModified - WorkingTreeIterator.Entry#getEntryLastModified Change-Id: I5073f05c32f8f626383a91048470c79332983121
* UserAgent: remove deprecated #getAgent, #hasAgent methodsMatthias Sohn2024-09-031-41/+0
| | | | Change-Id: Ib53de6dabea7f73ecfde85cb30f49fa05ee48551
* Remove deprecated Transport#getFilterBlobLimit methodsMatthias Sohn2024-09-031-22/+0
| | | | Change-Id: Ia72cc228b0acaa8df8f405bd224916cc76eadd22
* Remove deprecated RefAdvertiser#send(Map<String, Ref>) methodMatthias Sohn2024-09-031-21/+0
| | | | Change-Id: Ifffcfa6bf9baf9f6879a5a7e0f05d317347983f6
* Remove deprecated ReceivePack#setEchoCommandFailures methodMatthias Sohn2024-09-031-16/+0
| | | | Change-Id: Ieeeb33b8b3dc8272023af5d47b3330f4a94c5b96
* Remove deprecated class ReceivePack.FirstLineMatthias Sohn2024-09-031-46/+0
| | | | Change-Id: I1143612088dba4fdced8f14c97293d17ff9658bb
* PacketLineIn: make deprecated #END and #DELIM privateMatthias Sohn2024-09-031-13/+2
| | | | Change-Id: I1b7ba9f7e3dffe54313fc5d27051ad56a02a05b9
* WindowCacheStats: remove deprecated #getOpenFiles, #getOpenBytesMatthias Sohn2024-09-031-21/+0
| | | | Change-Id: If254177fd7914cb1f909f6620032bb4016208855
* Remove deprecated PatchApplier#applyPatch(InputStream)Matthias Sohn2024-09-031-27/+0
| | | | Change-Id: I79923b95861af983b676d436938aaeebe8c5b658
* Remove deprecated MergeMessageFormatter#formatWithConflictsMatthias Sohn2024-09-031-18/+0
| | | | Change-Id: I3040f655318c47f268433294720a99325ae78863
* Remove deprecated MergeFormatter#formatMerge using charset nameMatthias Sohn2024-09-031-31/+0
| | | | Change-Id: I7d0bdb61a8698e94bb40c22fe1c40c70cec65dfc
* Remove deprecated MergeFormatter#formatMerge using charset nameMatthias Sohn2024-09-031-34/+0
| | | | Change-Id: Id2bdcb865203ed192fea35cfcf82c34667710726
* Remove deprecated TagBuilder#toByteArray methodMatthias Sohn2024-09-031-17/+0
| | | | Change-Id: I14e78bcd4bbdb491bcc44a53ff19609b79c0831b
* Remove deprecated Repository#hasObject(AnyObjectId) methodMatthias Sohn2024-09-031-19/+0
| | | | Change-Id: I473dff6bdc23cfb126d22e18c168390a0e21301d
* Make deprecated Repository#peel(Ref) privateMatthias Sohn2024-09-031-3/+1
| | | | Change-Id: I1c16196bba00a5d0f54c10261cc08185305ba4a3
* Remove deprecated RefDatabase#getRef(String) methodMatthias Sohn2024-09-031-17/+0
| | | | Change-Id: I89f42db2b9dabee18d4220457436b9f9b6340f50
* CoreConfig: remove deprecated #isLogAllRefUpdates methodMatthias Sohn2024-09-031-19/+0
| | | | Change-Id: I4e5f96696b57512488f48e66a82760b2e8671878
* Constants: remove deprecated #CHARSET and #CHARACTER_ENCODINGMatthias Sohn2024-09-031-23/+1
| | | | Change-Id: If2d3c1a96560e0bc5e352bdbcab4c191cbed1a42
* Remove deprecated ConfigConstants#CONFIG_KEY_STREAM_FILE_TRESHOLDMatthias Sohn2024-09-031-6/+0
| | | | Change-Id: I3521ba8f8456160bd18ccb22c7d4a131aaac4ff2
* Remove deprecated CommitBuilder#setEncoding(String) methodMatthias Sohn2024-09-031-13/+0
| | | | Change-Id: I5bd8d0c292151bfa58325d51ef51928715871cf1
* Remove deprecated static #equals(AnyObjectId, AnyObjectId) methodMatthias Sohn2024-09-031-17/+0
| | | | Change-Id: I72544d2b3c85b8f96c2b8f94b86fb9b362f09475
* Remove deprecated FileSnapshot.save(long) methodMatthias Sohn2024-09-031-23/+0
| | | | Change-Id: I9b77142127cc96ee6658e85a6cf0586d941c5c0c
* Remove deprecated lastModified accessors returning longMatthias Sohn2024-09-032-22/+0
| | | | | | | - FileSnapshot#lastModified - LockFile#getCommmitLastModified Change-Id: I6962166ca5decbb332dfb25851c93debfe2ca90c
* Remove deprecated PackInvalidException constructorsMatthias Sohn2024-09-031-24/+0
| | | | Change-Id: I8db6b1dd8e39811ebde676389833dbc906106452
* DirCacheEntry: remove deprecated methodsMatthias Sohn2024-09-031-50/+0
| | | | | | | | - boolean mightBeRacilyClean(int, int) - long getLastModified() - void setLastModified(long) Change-Id: I428fbb2109e13e80b8655622531c10e55a922a6f
* Remove deprecated DirCacheCheckout#checkoutEntry methodsMatthias Sohn2024-09-032-125/+7
| | | | Change-Id: I28d00d7a70af0fbb76e237dd77b929508720ecdb
* Remove deprecated StashApplyCommand#setApplyUntracked methodMatthias Sohn2024-09-031-13/+0
| | | | Change-Id: I23e3ed3259edad3a22b59cca938f041b39ebf0cb
* Remove deprecated StashApplyCommand#setApplyIndex methodMatthias Sohn2024-09-031-12/+0
| | | | Change-Id: I2183285f6ccba1b62a318e711f2451df5d083ca1
* Remove deprecated RemoteSetUrlCommand#setUri methodMatthias Sohn2024-09-031-12/+0
| | | | Change-Id: Ib9041be0d88dd837aa68eda2b00f3aa9ebc54c27
* Remove deprecated RemoteSetUrlCommand#setPush methodMatthias Sohn2024-09-031-17/+0
| | | | Change-Id: I4026531148a7560179dae89c05424f256e6600d2
* Remove deprecated RemoteSetUrlCommand#setName methodMatthias Sohn2024-09-031-12/+0
| | | | Change-Id: I769e999b5990f83719e3c638da9dfd0be4c5b826
* Remove deprecated RemoteRemoveCommand#setName methodMatthias Sohn2024-09-031-12/+0
| | | | Change-Id: I2bd2a213b4642283b11f787ffcbab29916e2c5e7
* Merge "Remove deprecated CheckoutCommand#setForce method" into stable-7.0Luca Milanesio2024-09-030-0/+0
|\
| * Remove deprecated CheckoutCommand#setForce methodMatthias Sohn2024-09-031-18/+0
| | | | | | | | Change-Id: I39cfbeba0171c66e0f03b7b3785313da55b1dcac
* | Remove deprecated CheckoutCommand#setForce methodMatthias Sohn2024-09-031-18/+0
|/ | | | Change-Id: Ie0b59ec21fc8dbe18242bbb52cb794e5a02c1ed5
* Remove deprecated static AnyLongObjectId#equals methodMatthias Sohn2024-09-031-19/+1
| | | | Change-Id: Ie67b9a4a5e1972ec3aebf50e058a9aabf5a20099
* Remove deprecated LocalDiskRepositoryTestCase#create(boolean,boolean)Matthias Sohn2024-09-032-30/+6
| | | | Change-Id: I9eff2d405b5302753ff2ec1d0eab431bdba69fe0
* Merge branch 'master' into stable-7.0Matthias Sohn2024-08-308-161/+35
|\ | | | | | | | | | | | | | | | | | | | | | | * master: walks: Remove deprecated #createReachabilityChecker() method RepoCommand.RemoteReader: Remove @Deprecated method ReachabilityChecker: Remove @Deprecated method UploadPack: Remove @Deprecated classes and methods ObjectId: Add method to read an ObjectId from a ByteBuffer DfsPackFile: re-add metrics for bitmap index loads Change-Id: I383c9784ced95dfd58f01454fd13b086b180d462
| * walks: Remove deprecated #createReachabilityChecker() methodIvan Frade2024-08-292-41/+1
| | | | | | | | Change-Id: If9375ac49fa82e988e0708d89f0f929495e6e7cc
| * RepoCommand.RemoteReader: Remove @Deprecated methodIvan Frade2024-08-291-26/+0
| | | | | | | | | | | | Cleaning up before 7.0 release. Change-Id: I83db715a8170a54957dd5bcf38df5b0911a12107
| * ReachabilityChecker: Remove @Deprecated methodIvan Frade2024-08-291-34/+0
| | | | | | | | | | | | Cleaning up before 7.0 release. Change-Id: I620c3a485785b3d1efc950317fe552b8465a479e
| * UploadPack: Remove @Deprecated classes and methodsIvan Frade2024-08-291-60/+1
| | | | | | | | | | | | | | The coming 7.0 release is a chance to clean up these deprecated classes and methods. Change-Id: I23d263c9244c1e0096eb7c96c290213c9e668a03
| * ObjectId: Add method to read an ObjectId from a ByteBufferIvan Frade2024-08-292-0/+30
| | | | | | | | | | | | | | | | | | Some storages return data in a convenient ByteBuffer wrapper, but there is no straigh-forward method to read ObjectIds from it. Add ObjectId#fromRaw(ByteBuffer) to read object ids from byte buffers. Change-Id: Ia3b244005e4d9a613294f5ad9dab3b8e7bc3d7df
| * DfsPackFile: re-add metrics for bitmap index loadsSam Delmerico2024-08-271-0/+3
| | | | | | | | | | | | | | | | | | The calculations for readBitmapIdxBytes and readBitmapIdxMicros metrics were unintentionally removed in https://gerrithub.io/c/eclipse-jgit/jgit/+/1177262, so this change adds those metrics back. Change-Id: I7ac7769acd092680933a27b2b3e70dd67690cfbf
* | Remove unused API warning filtersMatthias Sohn2024-08-281-19/+0
| | | | | | | | Change-Id: If5cfd8963db0699669be3594e844e14d38f97943
* | ObjectDirectoryTest: ensure WindowCursor is closedMatthias Sohn2024-08-281-9/+10
| | | | | | | | Change-Id: I75b7d36181a0d404d4e3dca17b9e436892d97b42
* | PackExtBlockCacheTableTest: fix empty block warningMatthias Sohn2024-08-281-0/+2
| | | | | | | | Change-Id: I35e7527c6c555cd57fce14889412fa2fd6beab88
* | PackExtBlockCacheTableTest: suppress unchecked conversion warningsMatthias Sohn2024-08-281-1/+1
| | | | | | | | Change-Id: I5fcad7a824c4a320683d11da52c4e2035231f85d
* | PackObjectSizeIndexV1: fix boxing warningsMatthias Sohn2024-08-281-2/+4
| | | | | | | | Change-Id: I25e6194fb8bf09dcac1613cec8349c3893a4f81a