aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse
Commit message (Expand)AuthorAgeFilesLines
...
* | | | UploadPackTest: Stop using deprecated Transport.setFilterBlobLimit(long)David Pursehouse2019-04-081-6/+6
* | | | DfsRefDatabase: Keep update index when peeling a referenceIvan Frade2019-03-291-0/+94
* | | | Clarify error message for invalid Windows charactersHan-Wen Nienhuys2019-03-291-3/+15
* | | | Put filter spec information in a dedicated objectMatthew DeVore2019-03-222-3/+3
* | | | Merge branch 'stable-5.3'Matthias Sohn2019-03-211-0/+17
|\| | |
| * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-03-211-0/+17
| |\| |
| | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-03-211-0/+17
| | |\|
| | | * Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2019-03-211-0/+17
| | | |\
| | | | * Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2019-03-211-0/+17
| | | | |\
| | | | | * Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2019-03-211-0/+17
| | | | | |\
| | | | | | * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2019-03-211-0/+17
| | | | | | |\
| | | | | | | * Fix GC to delete empty fanout directories after repackingMatthias Sohn2019-03-201-0/+17
| | | | * | | | Merge branch 'stable-4.11' into stable-5.0David Pursehouse2019-03-061-0/+52
| | | | |\| | |
| | | | | * | | Merge branch 'stable-4.10' into stable-4.11David Pursehouse2019-03-061-0/+52
| | | | | |\| |
| | | | | | * | Merge branch 'stable-4.9' into stable-4.10David Pursehouse2019-03-061-0/+52
| | | | | | |\|
| | | | | | | * Cancel gc if thread was interruptedMatthias Sohn2019-03-061-0/+52
* | | | | | | | Use RefMap instead of HashMapMasaya Suzuki2019-03-201-0/+35
* | | | | | | | DescribeCommandTest: Trivially fix formatting by removing a blank lineSebastian Schuberth2019-03-181-1/+0
|/ / / / / / /
* | | | | | | Use SystemReader in JSchConfigSessionFactoryTestMatthias Sohn2019-03-111-1/+11
* | | | | | | Merge branch 'stable-5.2'David Pursehouse2019-03-051-0/+52
|\| | | | | |
| * | | | | | Merge branch 'stable-5.1' into stable-5.2David Pursehouse2019-03-051-0/+52
| |\| | | | |
| | * | | | | Cancel gc if thread was interruptedMatthias Sohn2019-03-031-0/+52
* | | | | | | Fix core.autocrlf for non-normalized indexThomas Wolf2019-02-263-6/+128
* | | | | | | CommitBuilder: Deprecate setEncoding(String)David Pursehouse2019-02-181-1/+1
* | | | | | | Fix bug in copyPackBypassCache's skip 'PACK' header logicMinh Thai2019-02-131-0/+165
* | | | | | | Fix GC.deleteEmptyRefsFoldersMatthias Sohn2019-01-281-0/+14
* | | | | | | Enable cloning only specific tagsThomas Wolf2019-01-271-0/+26
* | | | | | | RenameBranchCommand: more consistent handling of short ref namesThomas Wolf2019-01-231-0/+46
* | | | | | | Allow to check for signing keyGunnar Wagenknecht2019-01-221-0/+17
* | | | | | | Handle premature EOF in BundleFetchConnectionThomas Wolf2019-01-221-0/+28
* | | | | | | TemporaryBufferTest: Open TemporaryBuffer in try-with-resourceDavid Pursehouse2019-01-211-10/+10
* | | | | | | SubmoduleWalkTest: Open Repository in try-with-resourceDavid Pursehouse2019-01-211-16/+15
* | | | | | | SideBandOutputStreamTest: Open SideBandOutputStream in try-with-resourceDavid Pursehouse2019-01-211-47/+49
* | | | | | | UnionInputStreamTest: Open UnionInputStream in try-with-resourceDavid Pursehouse2019-01-211-115/+113
* | | | | | | LocalDiskRepositoryTestCase#createRepository: Default auto-close to falseDavid Pursehouse2019-01-201-5/+5
* | | | | | | PushConnectionTest: Open TestRepository in try-with-resourceDavid Pursehouse2019-01-201-8/+9
* | | | | | | MergerTest: Open TestRepository in try-with-resourceDavid Pursehouse2019-01-201-8/+9
* | | | | | | MergeCommandTest: Open TestRepository in try-with-resourceDavid Pursehouse2019-01-201-26/+31
* | | | | | | PackWriterTest: Open TestRepository in try-with-resourceDavid Pursehouse2019-01-201-36/+37
* | | | | | | ReceivePackAdvertiseRefsHookTest: Open TestRepository in try-with-resourceDavid Pursehouse2019-01-201-232/+251
* | | | | | | SubmoduleStatusTest: Open TestRepository in try-with-resourceDavid Pursehouse2019-01-201-47/+51
* | | | | | | UploadPackTest: Open TestRepository in try-with-resourceDavid Pursehouse2019-01-201-185/+194
* | | | | | | PackParserTest: Open TestRepository in try-with-resourceDavid Pursehouse2019-01-201-18/+34
* | | | | | | Stop using deprecated methods of RemoteSetUrlCommand/RemoteRemoveCommandDavid Pursehouse2019-01-202-6/+7
* | | | | | | DirCacheCheckoutTest: Open TestRepository in try-with-resourceDavid Pursehouse2019-01-201-2/+2
* | | | | | | CheckoutCommandTest: Add comment to document intentionally empty catch blockDavid Pursehouse2019-01-201-0/+1
* | | | | | | Implement signing commits using BouncyCastleMedha Bhargav Prabhala2019-01-161-5/+17
* | | | | | | Allow CommitCommand to sign commitsGunnar Wagenknecht2019-01-162-0/+300
* | | | | | | Merge branch 'stable-5.2'Jonathan Nieder2019-01-101-28/+15
|\| | | | | |
| * | | | | | Merge branch 'stable-5.1' into stable-5.2Jonathan Nieder2018-12-261-28/+15
| |\| | | | |