2427 Commits (d4752e2900ac4c12fafa16ba91cbaa62467db7c2)

Author SHA1 Message Date
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
David Pursehouse eba04da7be CheckoutCommandTest: Fix name of created temp file 7 years ago
David Pursehouse 5ef028ff4a IgnoreNodeTest: Suppress deprecation warnings in testEmptyIgnoreNode 7 years ago
Marc Strapetz 78420b7d0a Fix processing of gitignore negations 7 years ago
Marc Strapetz 49cb6ba5dd PathMatcher: fix handling of **/ 7 years ago
Marc Strapetz 372e04dcf3 CGitIgnoreTest: also test untracked files 7 years ago
Han-Wen Nienhuys 6a420613f7 RepoCommand: generate relative submodule URLs from absolute URLs. 7 years ago
Han-Wen Nienhuys 3214171dec RepoCommand: don't record new commit if tree did not change 7 years ago
Han-Wen Nienhuys 446a7096ef RepoCommand: persist unreadable submodules in .gitmodules 7 years ago
Thomas Wolf 185e53bce4 Fix ssh host name handling for Jsch 7 years ago
Thomas Wolf 891103609d Jsch overrides the port in the URI with the one in ~/.ssh/config 7 years ago
David Pursehouse f527d4548f InitCommand: Don't leave Repository open after Git is closed 7 years ago