5818 Commits (76b4ed6a8503ea3f9514d931bf97e85910c319f5)
 

Author SHA1 Message Date
David Pursehouse 76b4ed6a85 FS#runProcess: Fix OutputStream left unclosed after IOException 7 years ago
Jonathan Nieder 7719a406bf Merge changes from topic 'If72b4b422-cleanup' 7 years ago
Minh Thai bf8057058e scanPacks to return reftables even if no packs 7 years ago
David Pursehouse 83a4d2e698 UploadPackTest: Fix name hiding introduced by If72b4b422 7 years ago
David Pursehouse 5b1c40fe90 Suppress non-localized string warnings introduced by If72b4b422 7 years ago
David Pursehouse 901e663a66 PackWriter: Fix Eclipse errors about missing Javadoc 7 years ago
David Pursehouse 7f69c7e93d ReflogWriter: Refactor to open FileOutputStream in try-with-resource 7 years ago
David Pursehouse 553da7540e PushCommand: Suppress resource warning for Transport in for loop 7 years ago
David Pursehouse 7929653ff1 Merge branch 'stable-4.11' 7 years ago
Jonathan Tan 4ac32e79b7 Teach UploadPack to support filtering by blob size 7 years ago
David Pursehouse c6a2c58624 SubmoduleStatusCommand: Open Repository in try-with-resource 7 years ago
David Pursehouse 11ddaff6af RepositoryCache#registerRepository: Refactor to use try-with-resource 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 a9bbbc0965 DfsPackCompactor: Open PackWriter in try-with-resource 7 years ago
David Pursehouse 280b2bfe52 DfsPackFile: Refactor getBitmapIndex to open ReadableChannel in try-with-resource 7 years ago
David Pursehouse 5639639b06 IndexDiff: Refactor to open Repository in try-with-resource 7 years ago
David Pursehouse 7bd2a4a7c6 DirCache: Suppress resource warning related to TemporaryBuffer 7 years ago
David Pursehouse 3e1066d0a4 Add SilentFileInputStream to allow ignoring exceptions raised by close() 7 years ago
David Pursehouse aa563091d5 WorkingTreeIterator#idSubmodule: Refactor to open Repository in try-with-resource 7 years ago
David Pursehouse 67df4986ce UploadPack: Suppress resource warning about PackWriter 7 years ago
David Pursehouse ed9ede3446 ShowPackDelta: Refactor to use try-with-resource 7 years ago
David Pursehouse 6344e7a071 SubmoduleWalk#forIndex: Suppress resource warning and update Javadoc 7 years ago
David Pursehouse 4775a394c0 SubmoduleWalk: Open Repository in try-with-resource 7 years ago
David Pursehouse 98667d3851 RepositoryFilter: Refactor doFilter to open Repository in try-with-resource 7 years ago
David Pursehouse fe6c97bc4c NetRC: Open BufferedReader in try-with-resource 7 years ago
David Pursehouse 3e437da6ba PackParser: Refactor to open InputStream in try-with-resource 7 years ago
David Pursehouse 48554989d3 AutoLFInputStreamTest: Use try-with-resource 7 years ago
David Pursehouse bac3efbe67 DfsInserter: Refactor writePackIndex to use try-with-resource 7 years ago
David Pursehouse 6eb4cd276c AmazonS3: Refactor error method to avoid 'should be managed by try-with-resource' warning 7 years ago
David Pursehouse 9450a55f76 CommandCatalog: Simplify scan method using try-with-resource 7 years ago
David Pursehouse 7392d3b304 Transport: Simplify scan method using 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
Matthias Sohn 6f82de449f Merge "Introduce SshSupport to centralize SSH related utility code" 7 years ago
Markus Duft 4ca9bb5ab9 Introduce SshSupport to centralize SSH related utility code 7 years ago
David Pursehouse d88d5b94c6 UploadPack: Remove redundant suppression of deprecation warning 7 years ago
David Pursehouse f07b60239c Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8 7 years ago
David Pursehouse 62bc48df60 Constants: Initialize CHARSET and CHARACTER_ENCODING from StandardCharsets.UTF_8 7 years ago
Matthias Sohn b7651da4e8 Remove deprecated LfsProtocolServlet#getLargeFileRepository 7 years ago
Matthias Sohn b0e06a733b Remove deprecated Lfs#Lfs(Path) 7 years ago
Matthias Sohn bfe89332a4 Remove deprecated StreamCopyThread#flush 7 years ago
Matthias Sohn 50436cc829 Remove deprecated SafeBufferedOutputStream 7 years ago
Matthias Sohn e940db9f15 Remove deprecated EolCanonicalizingInputStream 7 years ago
Matthias Sohn 5fc1705f5b Remove deprecated FileUtils#relativize(String, String) 7 years ago
Matthias Sohn 62f3b47eb4 Remove deprecated FileUtil using Java 7 NIO 7 years ago