4185 Commits (bf8057058e126f7ca325d6a45b96de73ddd14844)

Author SHA1 Message Date
Minh Thai bf8057058e scanPacks to return reftables even if no packs 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
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 61e4f16652 ObjectIdSerializer: Support serialization of known non-null ObjectId 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 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 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 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 7392d3b304 Transport: Simplify scan method using 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
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 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
Matthias Sohn 164b3e9699 Remove deprecated TreeWalk#getEolStreamType 7 years ago
Matthias Sohn 4772569036 Remove deprecated FileTreeIterator(WorkingTreeIterator, File, FS) 7 years ago
Matthias Sohn 39a1b4d325 Remove deprecated TransportHttp#httpOpen(String, URL) 7 years ago
Matthias Sohn 211d94e135 Remove deprecated ResolveMerger#processEntry method 7 years ago
Matthias Sohn e1cfe09bfa Remove deprecated Repository#getRef 7 years ago
Matthias Sohn d061343619 Remove deprecated BitmapBuilder#add 7 years ago
Matthias Sohn cc8dfe79a9 Remove deprecated LockFile(File, FS) constructor 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 cc19f64966 Remove deprecated Statistics, UploadPackLogger, UploadPackLoggerChain 7 years ago
Matthias Sohn f9a4112ecc Remove deprecated StoredObjectRepresentationnotAvailableException ctor 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 e00f59b7fe Remove useless for(;;) loop 7 years ago
Thomas Wolf 7d3040368f Fix DiffFormatter for diffs against working tree with autocrlf=true 7 years ago