2034 Commits (6d3a29d25ffe00bff7b666efd16617f6d29038ce)

Author SHA1 Message Date
David Pursehouse 6d3a29d25f ResolveMergerTest: Use @DataPoints instead of @DataPoint 7 years ago
David Pursehouse 83a4d2e698 UploadPackTest: Fix name hiding introduced by If72b4b422 7 years ago
Jonathan Tan 4ac32e79b7 Teach UploadPack to support filtering by blob size 7 years ago
David Pursehouse 57c6ff94fb RepoCommandSymlinkTest#testLinkFileBare: Use try-with-resource 7 years ago
David Pursehouse 1512035451 RepoCommandTest: Refactor to use try-with-resource 7 years ago
David Pursehouse 61e4f16652 ObjectIdSerializer: Support serialization of known non-null ObjectId 7 years ago
David Pursehouse 2de9b6c0bb ReceivePackAdvertiseRefsHookTest#testSuccess: Open TransportLocal in t-w-r 7 years ago
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