2008 Commits (5f082de9bb4c558775203f06a91e58f2dadd88de)

Author SHA1 Message Date
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
Matthias Sohn 19355ce123 URIish: add a test for equals and hashcode methods 7 years ago
Terry Parker 9530c10192 Add a minimum negotiation feature for fetch 7 years ago
Minh Thai 5efc3dcc6c MergedReftable to skip shadowed refs in same reftable 7 years ago
Christian Halstrick 4d5231f001 Fix CleanCommand not to throw FileNotFoundExceptions 7 years ago
Hector Caballero 93654f75a2 GC: Remove empty references folders 7 years ago
David Turner be2a8ed63b Basic submodule merge handling 7 years ago
Thomas Wolf 9ac415aa95 Fix index blob for merges with CRLF translations 7 years ago