2155 Commits (a7ad89e9744e3c55846fc1a2d0a4bad03cfd8d71)

Author SHA1 Message Date
David Pursehouse 48554989d3 AutoLFInputStreamTest: Use try-with-resource 7 years ago
David Pursehouse da3d76f00e Use CHARSET in FileOutputStream instead of hard-coded "UTF-8" 7 years ago
David Pursehouse bf757cd1c6 TemporaryBufferTest: Suppress "should be managed by try-with-resource" 7 years ago
David Pursehouse 5c70be0085 Open auto-closeable resources in try-with-resource 7 years ago
Matthias Sohn e23b09ad6e Implement --force option in FetchCommand and CLI fetch command 7 years ago
David Pursehouse f07b60239c Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8 7 years ago
Matthias Sohn f0ab2d07b8 Remove deprecated IgnoreNode#isIgnored method 7 years ago
David Pursehouse 9441508682 Fix misspelled class name: EmtpyCommitException -> EmptyCommitException 7 years ago
Matthias Sohn 653b31a903 Remove deprecated ArchiveCommand#putEntry method 7 years ago
Matthias Sohn d0f1f5eef6 Prepare 5.0.0-SNAPSHOT builds 7 years ago
Matthias Sohn f389e18a28 Prepare 4.11.1-SNAPSHOT builds 7 years ago
Matthias Sohn f944063517 JGit v4.11.0.201803080745-r 7 years ago
Thomas Wolf 7d3040368f Fix DiffFormatter for diffs against working tree with autocrlf=true 7 years ago
David Pursehouse 9f689e90d4 MergeHeadMsgTest: Open FileOutputStream in try-with-resource 7 years ago
David Pursehouse 0b4e781f7c Use StandardCharsets.UTF_8 in tests 7 years ago
David Pursehouse de96131d36 IndexDiffWithSymlinkTest: Open InputStream in try-with-resource 7 years ago
David Pursehouse 7b57ce5186 HugeFileTest: Open RandomAccessFile in try-with-resource 7 years ago
David Pursehouse c6ea82b9cc GetTextTest: Open InputStream in try-with-resource 7 years ago
David Pursehouse 5f082de9bb FileSnapshotTest: Open FileOutputStream in try-with-resource 7 years ago
David Pursehouse ae1a53a148 EditListTest: Open InputStream in try-with-resource 7 years ago
David Pursehouse 209bb6ea94 EGitPatchHistoryTest: Open BufferedReader in try-with-resource 7 years ago
David Pursehouse 159388b1a6 T0003_BasicTest: Use CommitBuilder.setEncoding(Charset) 7 years ago
David Pursehouse 657e414824 WalkEncryptionTest: Use StandardCharsets.UTF_8 7 years ago
David Pursehouse 751a08b2f4 GetTextTest: Use StandardCharsets constants instead of CharSet.forName 7 years ago
David Pursehouse 8d845ec549 EGitPatchHistoryTest: Set input stream encoding with constant 7 years ago
David Pursehouse b9a03c69b3 DirCacheCheckoutTest: Open FileInputStream in try-with-resource 7 years ago
David Pursehouse e3f8c0efb8 DiffFormatterReflowTest: Open InputStream in try-with-resource 7 years ago
David Pursehouse 6d437a58f1 DescribeCommandTest: Open FileWriter in try-with-resource 7 years ago
David Pursehouse 06fbd7c5fa CommitCommandTest: Open Repository in try-with-resource 7 years ago
David Pursehouse f8cd892b27 CommitAndLogCommandTest: Open PrintWriter in try-with-resource 7 years ago
David Pursehouse 3fd6a3857b CloneCommandTest: Open Repository in try-with-resource 7 years ago
David Pursehouse fd20f8c657 AutoCRLFInputStreamTest: Open auto-closeable resources in try-with-resource 7 years ago
David Pursehouse 8ab6f78d02 CleanCommandTest: Open Repository in try-with-resource 7 years ago
David Pursehouse 903f1d1639 CGitVsJGitRandomIgnorePatternTest: Open OutputStream in try-with-resource 7 years ago
David Pursehouse 3b250b371b AddCommandTest: Open PrintWriter in try-with-resource 7 years ago
David Pursehouse eaa7c20515 FileBasedConfigTest: Open FileOutputStream in try-with-resource 7 years ago
David Pursehouse 18f2cfc7d1 ReflogReaderTest: Open FileOutputStream in try-with-resource 7 years ago
David Pursehouse c77e66dd1a ReflogReaderTest: Fix indentation 7 years ago
David Pursehouse 5a1f8af589 ReflogWriterTest: Open FileInputStream in try-with-resource 7 years ago
David Pursehouse 88151ed620 RebaseCommandTest: Open BufferedReader in try-with-resource 7 years ago
David Pursehouse 50cebd85a8 DirCacheCGitCompatabilityTest: Open BufferedReader in try-with-resource 7 years ago
David Pursehouse b498bc2a0e CheckoutCommandTest: Open FileInputStream in try-with-resource 7 years ago
David Pursehouse 91a2be13e5 AbbreviationTest: Open FileOutputStream in try-with-resource 7 years ago
David Pursehouse a573dfc658 Enable warning for resources not managed by try-with-resource 7 years ago
Markus Duft d3ed64bcd4 LFS: support merge/rebase/cherry-pick/diff/compare with LFS files 7 years ago
David Pursehouse c2ff87e786 MergeGitAttributeTest: Open FileInputStream in try-with-resource 7 years ago
David Pursehouse 8212924ede PullCommandWithRebaseTest: Open File{Input|Output}Stream in try-with-resource 7 years ago
David Pursehouse ca7d3e2734 RecursiveMergerTest: Open FileOutputStream in try-with-resource 7 years ago
David Pursehouse 4651d01e29 PullCommandTest: Use try-with-resources for File{Input,Output}Stream 7 years ago
David Pursehouse f0b46e1db4 Add ObjectIdSerializer 7 years ago