aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | 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
| |\| | | | |
| | * | | | | UploadPack: Defer want-ref resolution to after parsingJonathan Nieder2018-12-261-30/+15
* | | | | | | Fix warnings for usage of deprecated RefDatabase#getRefMatthias Sohn2019-01-082-43/+43
* | | | | | | Fix "jgit checkout -f" to overwrite dirty worktree filesChristian Halstrick2019-01-081-2/+15
* | | | | | | Deprecate Repository#hasObjectJonathan Nieder2019-01-047-86/+86
* | | | | | | RefDatabase: Introduce findRef synonym for getRefJonathan Nieder2018-12-261-5/+0
* | | | | | | RefDirectory: Do not use search path to find additional refsJonathan Nieder2018-12-261-0/+23
* | | | | | | RefDatabase: Remove fallback exactRef implementationJonathan Nieder2018-12-261-0/+5
* | | | | | | Merge changes from topic 'update-index-ref-decorator'Jonathan Nieder2018-12-266-13/+173
|\ \ \ \ \ \ \
| * | | | | | | RefCursor: Remove unnecessary getUpdateIndex methodIvan Frade2018-12-263-8/+0
| * | | | | | | RefDatabase/Ref: Add versioning to reference databaseIvan Frade2018-12-266-5/+173
* | | | | | | | Skip some tests when the runtime cannot handle Unicode file pathsMasaya Suzuki2018-12-232-7/+52
* | | | | | | | Change RacyGitTests to create a racy git situation in a stable wayMasaya Suzuki2018-12-231-29/+24
|/ / / / / / /
* / / / / / / Avoid double wordsMincong HUANG2018-12-213-3/+3
|/ / / / / /
* | | | | | Set git environment variables for hooksThomas Wolf2018-11-301-2/+5
* | | | | | Merge "Fix IndexDiffs for git links"Christian Halstrick2018-11-285-1/+116
|\ \ \ \ \ \
| * | | | | | Fix IndexDiffs for git linksThomas Wolf2018-11-265-1/+116
* | | | | | | Merge branch 'stable-5.1'David Pursehouse2018-11-271-16/+39
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /
| * | | | | Merge branch 'stable-5.0' into stable-5.1David Pursehouse2018-11-271-16/+39
| |\| | | |
| | * | | | Merge branch 'stable-4.11' into stable-5.0David Pursehouse2018-11-271-16/+39
| | |\| | |
| | | * | | Fix DescribeCommand with multiple match optionsMatthias Sohn2018-11-261-2/+2
| | | * | | Fix git-describe tie-breakersHÃ¥vard Wall2018-11-091-15/+40
* | | | | | Add a method to get all values of HTTP header defined as listMatthias Sohn2018-11-261-0/+123
* | | | | | Undo treating blobs with NULs as a single lineThomas Wolf2018-11-263-5/+79