aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
...
* UploadPackTest: Fix name hiding introduced by If72b4b422David Pursehouse2018-03-201-26/+26
* Merge branch 'stable-4.11'David Pursehouse2018-03-161-2/+10
|\
| * ObjectIdSerializer: Support serialization of known non-null ObjectIdDavid Pursehouse2018-03-151-2/+10
* | Teach UploadPack to support filtering by blob sizeJonathan Tan2018-03-151-0/+146
* | RepoCommandSymlinkTest#testLinkFileBare: Use try-with-resourceDavid Pursehouse2018-03-151-34/+36
* | RepoCommandTest: Refactor to use try-with-resourceDavid Pursehouse2018-03-151-395/+373
* | ReceivePackAdvertiseRefsHookTest#testSuccess: Open TransportLocal in t-w-rDavid Pursehouse2018-03-151-17/+19
* | AutoLFInputStreamTest: Use try-with-resourceDavid Pursehouse2018-03-141-25/+28
* | Use CHARSET in FileOutputStream instead of hard-coded "UTF-8"David Pursehouse2018-03-132-2/+4
* | TemporaryBufferTest: Suppress "should be managed by try-with-resource"David Pursehouse2018-03-131-1/+12
* | Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-1325-450/+372
* | Implement --force option in FetchCommand and CLI fetch commandMatthias Sohn2018-03-131-0/+19
* | Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-1128-200/+200
* | Remove deprecated IgnoreNode#isIgnored methodMatthias Sohn2018-03-101-14/+0
* | Fix misspelled class name: EmtpyCommitException -> EmptyCommitExceptionDavid Pursehouse2018-03-101-3/+3
* | Remove deprecated ArchiveCommand#putEntry methodMatthias Sohn2018-03-091-5/+0
* | Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2018-03-082-47/+47
|/
* Prepare 4.11.1-SNAPSHOT buildsMatthias Sohn2018-03-082-47/+47
* JGit v4.11.0.201803080745-rv4.11.0.201803080745-rMatthias Sohn2018-03-082-2/+2
* Fix DiffFormatter for diffs against working tree with autocrlf=trueThomas Wolf2018-03-071-0/+98
* MergeHeadMsgTest: Open FileOutputStream in try-with-resourceDavid Pursehouse2018-03-071-15/+7
* Use StandardCharsets.UTF_8 in testsDavid Pursehouse2018-03-075-6/+8
* IndexDiffWithSymlinkTest: Open InputStream in try-with-resourceDavid Pursehouse2018-03-071-6/+4
* HugeFileTest: Open RandomAccessFile in try-with-resourceDavid Pursehouse2018-03-071-23/+23
* GetTextTest: Open InputStream in try-with-resourceDavid Pursehouse2018-03-061-16/+10
* FileSnapshotTest: Open FileOutputStream in try-with-resourceDavid Pursehouse2018-03-061-4/+1
* EditListTest: Open InputStream in try-with-resourceDavid Pursehouse2018-03-061-8/+5
* EGitPatchHistoryTest: Open BufferedReader in try-with-resourceDavid Pursehouse2018-03-061-19/+19
* T0003_BasicTest: Use CommitBuilder.setEncoding(Charset)David Pursehouse2018-03-061-1/+2
* WalkEncryptionTest: Use StandardCharsets.UTF_8David Pursehouse2018-03-061-4/+1
* 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