aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* DfsInserter#openStream: Suppress resource warning about DfsReaderDavid Pursehouse2018-03-241-0/+1
* CloneCommand: Suppress resource warning about RepositoryDavid Pursehouse2018-03-241-2/+2
* Rename RecursiveMergerTest and ResolveMergerTest to reduce confusionDavid Pursehouse2018-03-242-2/+2
* ResolveMergerTest: Use @DataPoints instead of @DataPointDavid Pursehouse2018-03-241-6/+4
* SubmoduleSyncCommand: Refactor to open Repository in try-with-resourceDavid Pursehouse2018-03-241-10/+11
* SubmoduleUpdateCommand: Refactor to open Repository in try-with-resourceDavid Pursehouse2018-03-241-30/+34
* TransportGitAnon: Suppress resource warning about SocketDavid Pursehouse2018-03-241-0/+1
* FS#runProcess: Fix OutputStream left unclosed after IOExceptionDavid Pursehouse2018-03-241-11/+15
* Merge changes from topic 'If72b4b422-cleanup'Jonathan Nieder2018-03-223-31/+32
|\
| * UploadPackTest: Fix name hiding introduced by If72b4b422David Pursehouse2018-03-201-26/+26
| * Suppress non-localized string warnings introduced by If72b4b422David Pursehouse2018-03-202-5/+6
* | scanPacks to return reftables even if no packsMinh Thai2018-03-221-1/+1
|/
* PackWriter: Fix Eclipse errors about missing JavadocDavid Pursehouse2018-03-201-6/+3
* ReflogWriter: Refactor to open FileOutputStream in try-with-resourceDavid Pursehouse2018-03-161-17/+21
* PushCommand: Suppress resource warning for Transport in for loopDavid Pursehouse2018-03-161-1/+2
* Merge branch 'stable-4.11'David Pursehouse2018-03-162-17/+78
|\
| * ObjectIdSerializer: Support serialization of known non-null ObjectIdDavid Pursehouse2018-03-152-17/+78
* | Teach UploadPack to support filtering by blob sizeJonathan Tan2018-03-159-4/+289
* | SubmoduleStatusCommand: Open Repository in try-with-resourceDavid Pursehouse2018-03-151-8/+6
* | RepositoryCache#registerRepository: Refactor to use try-with-resourceDavid Pursehouse2018-03-151-3/+3
* | RepoCommandSymlinkTest#testLinkFileBare: Use try-with-resourceDavid Pursehouse2018-03-151-34/+36
* | RepoCommandTest: Refactor to use try-with-resourceDavid Pursehouse2018-03-151-395/+373
* | ReceivePackAdvertiseRefsHookTest#testSuccess: Open TransportLocal in t-w-rDavid Pursehouse2018-03-151-17/+19
* | DfsPackCompactor: Open PackWriter in try-with-resourceDavid Pursehouse2018-03-151-8/+1
* | DfsPackFile: Refactor getBitmapIndex to open ReadableChannel in try-with-reso...David Pursehouse2018-03-151-5/+4
* | IndexDiff: Refactor to open Repository in try-with-resourceDavid Pursehouse2018-03-151-6/+3
* | DirCache: Suppress resource warning related to TemporaryBufferDavid Pursehouse2018-03-151-0/+2
* | Add SilentFileInputStream to allow ignoring exceptions raised by close()David Pursehouse2018-03-155-55/+98
* | WorkingTreeIterator#idSubmodule: Refactor to open Repository in try-with-reso...David Pursehouse2018-03-141-21/+13
* | UploadPack: Suppress resource warning about PackWriterDavid Pursehouse2018-03-141-0/+2
* | ShowPackDelta: Refactor to use try-with-resourceDavid Pursehouse2018-03-141-7/+8
* | SubmoduleWalk#forIndex: Suppress resource warning and update JavadocDavid Pursehouse2018-03-141-1/+3
* | SubmoduleWalk: Open Repository in try-with-resourceDavid Pursehouse2018-03-141-12/+8
* | RepositoryFilter: Refactor doFilter to open Repository in try-with-resourceDavid Pursehouse2018-03-141-8/+3
* | NetRC: Open BufferedReader in try-with-resourceDavid Pursehouse2018-03-141-10/+1
* | PackParser: Refactor to open InputStream in try-with-resourceDavid Pursehouse2018-03-141-25/+21
* | AutoLFInputStreamTest: Use try-with-resourceDavid Pursehouse2018-03-141-25/+28
* | DfsInserter: Refactor writePackIndex to use try-with-resourceDavid Pursehouse2018-03-141-15/+18
* | AmazonS3: Refactor error method to avoid 'should be managed by try-with-resou...David Pursehouse2018-03-131-5/+2
* | CommandCatalog: Simplify scan method using try-with-resourceDavid Pursehouse2018-03-131-21/+4
* | Transport: Simplify scan method using try-with-resourceDavid Pursehouse2018-03-131-21/+4
* | Use CHARSET in FileOutputStream instead of hard-coded "UTF-8"David Pursehouse2018-03-132-2/+4
* | TemporaryBufferTest: Suppress "should be managed by try-with-resource"David Pursehouse2018-03-131-1/+12
* | Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-1347-609/+434
* | Implement --force option in FetchCommand and CLI fetch commandMatthias Sohn2018-03-135-3/+79
* | Merge "Introduce SshSupport to centralize SSH related utility code"Matthias Sohn2018-03-122-46/+126
|\ \
| * | Introduce SshSupport to centralize SSH related utility codeMarkus Duft2018-03-122-46/+126
* | | UploadPack: Remove redundant suppression of deprecation warningDavid Pursehouse2018-03-121-1/+0
* | | Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-1175-316/+331
* | | Constants: Initialize CHARSET and CHARACTER_ENCODING from StandardCharsets.UTF_8David Pursehouse2018-03-111-3/+4