summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | GetTextTest: Use StandardCharsets constants instead of CharSet.forNameDavid Pursehouse2018-03-061-6/+8
* | | | | | | EGitPatchHistoryTest: Set input stream encoding with constantDavid Pursehouse2018-03-061-1/+1
* | | | | | | DirCacheCheckoutTest: Open FileInputStream in try-with-resourceDavid Pursehouse2018-03-061-11/+13
* | | | | | | DiffFormatterReflowTest: Open InputStream in try-with-resourceDavid Pursehouse2018-03-061-8/+5
* | | | | | | DescribeCommandTest: Open FileWriter in try-with-resourceDavid Pursehouse2018-03-061-3/+3
* | | | | | | CommitCommandTest: Open Repository in try-with-resourceDavid Pursehouse2018-03-061-6/+6
* | | | | | | CommitAndLogCommandTest: Open PrintWriter in try-with-resourceDavid Pursehouse2018-03-061-15/+15
* | | | | | | CloneCommandTest: Open Repository in try-with-resourceDavid Pursehouse2018-03-061-11/+11
* | | | | | | AutoCRLFInputStreamTest: Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-051-17/+16
* | | | | | | CleanCommandTest: Open Repository in try-with-resourceDavid Pursehouse2018-03-051-2/+3
* | | | | | | CGitVsJGitRandomIgnorePatternTest: Open OutputStream in try-with-resourceDavid Pursehouse2018-03-051-4/+4
* | | | | | | AddCommandTest: Open PrintWriter in try-with-resourceDavid Pursehouse2018-03-051-99/+100
* | | | | | | FileBasedConfigTest: Open FileOutputStream in try-with-resourceDavid Pursehouse2018-03-051-4/+1
* | | | | | | ReflogReaderTest: Open FileOutputStream in try-with-resourceDavid Pursehouse2018-03-051-4/+1
* | | | | | | ReflogReaderTest: Fix indentationDavid Pursehouse2018-03-051-14/+14
* | | | | | | ReflogWriterTest: Open FileInputStream in try-with-resourceDavid Pursehouse2018-03-051-4/+1
* | | | | | | RebaseCommandTest: Open BufferedReader in try-with-resourceDavid Pursehouse2018-03-051-5/+2
* | | | | | | DirCacheCGitCompatabilityTest: Open BufferedReader in try-with-resourceDavid Pursehouse2018-03-051-10/+4
* | | | | | | CheckoutCommandTest: Open FileInputStream in try-with-resourceDavid Pursehouse2018-03-051-8/+2
* | | | | | | AbbreviationTest: Open FileOutputStream in try-with-resourceDavid Pursehouse2018-03-031-1/+4
* | | | | | | Enable warning for resources not managed by try-with-resourceDavid Pursehouse2018-03-031-1/+1
* | | | | | | LFS: support merge/rebase/cherry-pick/diff/compare with LFS filesMarkus Duft2018-03-032-8/+4
* | | | | | | MergeGitAttributeTest: Open FileInputStream in try-with-resourceDavid Pursehouse2018-02-261-27/+17
* | | | | | | PullCommandWithRebaseTest: Open File{Input|Output}Stream in try-with-resourceDavid Pursehouse2018-02-261-13/+2
* | | | | | | RecursiveMergerTest: Open FileOutputStream in try-with-resourceDavid Pursehouse2018-02-261-33/+28
* | | | | | | PullCommandTest: Use try-with-resources for File{Input,Output}StreamDavid Pursehouse2018-02-261-13/+2
* | | | | | | Add ObjectIdSerializerDavid Pursehouse2018-02-251-0/+88
* | | | | | | CheckoutCommandTest: Fix name of created temp fileDavid Pursehouse2018-02-251-1/+1
* | | | | | | IgnoreNodeTest: Suppress deprecation warnings in testEmptyIgnoreNodeDavid Pursehouse2018-02-251-0/+1
* | | | | | | Fix processing of gitignore negationsMarc Strapetz2018-02-232-1/+296
* | | | | | | PathMatcher: fix handling of **/Marc Strapetz2018-02-223-1/+104
* | | | | | | Merge changes Id616611e,Ib6509e81,I52f5d3f2David Pursehouse2018-02-221-33/+154
|\ \ \ \ \ \ \
| * | | | | | | RepoCommand: generate relative submodule URLs from absolute URLs.Han-Wen Nienhuys2018-02-211-0/+58
| * | | | | | | RepoCommand: don't record new commit if tree did not changeHan-Wen Nienhuys2018-02-191-2/+54
| * | | | | | | RepoCommand: persist unreadable submodules in .gitmodulesHan-Wen Nienhuys2018-02-191-33/+44
* | | | | | | | CGitIgnoreTest: also test untracked filesMarc Strapetz2018-02-211-5/+30
|/ / / / / / /
* | | | | | | Merge "Merge branch 'stable-4.10'"Matthias Sohn2018-02-142-0/+287
|\ \ \ \ \ \ \
| * | | | | | | Merge branch 'stable-4.10'Matthias Sohn2018-02-142-0/+287
| |\| | | | | |
| | * | | | | | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-02-142-0/+287
| | |\| | | | |
| | | * | | | | Fix ssh host name handling for JschThomas Wolf2018-02-141-1/+68
| | | * | | | | Jsch overrides the port in the URI with the one in ~/.ssh/configThomas Wolf2018-02-142-0/+220
* | | | | | | | InitCommand: Don't leave Repository open after Git is closedDavid Pursehouse2018-02-141-36/+41
|/ / / / / / /
* | | | | | | URIish: add a test for equals and hashcode methodsMatthias Sohn2018-02-131-0/+28
* | | | | | | Add a minimum negotiation feature for fetchTerry Parker2018-02-121-3/+82
* | | | | | | MergedReftable to skip shadowed refs in same reftableMinh Thai2018-02-091-0/+21
* | | | | | | Fix CleanCommand not to throw FileNotFoundExceptionsChristian Halstrick2018-02-081-0/+16
* | | | | | | GC: Remove empty references foldersHector Caballero2018-02-071-0/+118
* | | | | | | Basic submodule merge handlingDavid Turner2018-02-042-2/+153
* | | | | | | Fix index blob for merges with CRLF translationsThomas Wolf2018-02-021-0/+3
* | | | | | | Fix version of slf4j in manifest filesDavid Pursehouse2018-02-021-1/+1