summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | SmartClientSmartServerTest: Open Repository in try-with-resourceDavid Pursehouse2019-01-211-97/+76
* | | | SmartClientSmartServerTest: Open ObjectInserter.Formatter in try-with-resourceDavid Pursehouse2019-01-211-3/+5
* | | | SmartClientSmartServerTest#addBrokenContext: Remove unused TestRepositoryDavid Pursehouse2019-01-211-3/+3
* | | | IO: Open TemporaryBuffer.Heap in try-with-resourceDavid Pursehouse2019-01-211-6/+7
* | | | GitSmartHttpTools: Open SideBandOutputStream in try-with-resourceDavid Pursehouse2019-01-211-4/+5
* | | | TemporaryBufferTest: Open TemporaryBuffer in try-with-resourceDavid Pursehouse2019-01-211-10/+10
* | | | Scanner: Open RevWalk in try-with-resourceDavid Pursehouse2019-01-211-2/+3
* | | | SubmoduleWalkTest: Open Repository in try-with-resourceDavid Pursehouse2019-01-211-16/+15
* | | | SideBandOutputStreamTest: Open SideBandOutputStream in try-with-resourceDavid Pursehouse2019-01-211-47/+49
* | | | UnionInputStreamTest: Open UnionInputStream in try-with-resourceDavid Pursehouse2019-01-211-115/+113
* | | | Merge: Avoid non-localised literal string warning for "recursive"David Pursehouse2019-01-211-8/+5
* | | | pgm: Fix missing braces in Push.run()Matthias Sohn2019-01-211-2/+4
* | | | pgm: Handle exceptions in Push commandMatthias Sohn2019-01-211-1/+4
* | | | pgm: Fix missing braces in MergeBase.run()Matthias Sohn2019-01-211-2/+4
* | | | pgm: Handle IOException in MergeBase commandMatthias Sohn2019-01-211-10/+15
* | | | pgm: Fix missing braces in Merge commandMatthias Sohn2019-01-211-10/+18
* | | | pgm: Handle exceptions in Merge commandMatthias Sohn2019-01-211-90/+100
* | | | pgm: Fix missing braces in LsTree.run()Matthias Sohn2019-01-211-2/+4
* | | | pgm: Handle exceptions in LsTree commandMatthias Sohn2019-01-211-1/+4
* | | | pgm: Fix missing braces in LsRemote.run()Matthias Sohn2019-01-211-1/+2
* | | | pgm: Handle exceptions in LsRemote commandMatthias Sohn2019-01-211-6/+11
* | | | pgm: Handle exceptions in LsFiles commandMatthias Sohn2019-01-211-1/+5
* | | | pgm: Fix missing braces in Log.run()Matthias Sohn2019-01-211-3/+4
* | | | pgm: Handle exceptions in Log commandMatthias Sohn2019-01-211-1/+3
* | | | pgm: Handle exceptions in Init commandMatthias Sohn2019-01-211-5/+12
* | | | pgm: Handle IOException in IndexPack commandMatthias Sohn2019-01-211-1/+4
* | | | pgm: Fix missing braces in Fetch.run()Matthias Sohn2019-01-201-8/+14
* | | | pgm: Handle IOException in Fetch commandMatthias Sohn2019-01-201-2/+2
* | | | pgm: Handle GitAPIException in Gc commandMatthias Sohn2019-01-201-5/+10
* | | | pgm: Fix missing braces in DiffTree.run()Matthias Sohn2019-01-201-5/+8
* | | | pgm: Handle exceptions in DiffTree commandMatthias Sohn2019-01-201-1/+4
* | | | pgm: Fix missing braces in Diff.run()Matthias Sohn2019-01-201-4/+6
* | | | pgm: Handle exceptions in Diff commandMatthias Sohn2019-01-201-1/+4
* | | | RawParseUtils: Avoid import of java.nio.charset.StandardCharsetsDavid Pursehouse2019-01-201-2/+1
* | | | Consistently import constants from StandardCharsets as staticDavid Pursehouse2019-01-207-29/+27
* | | | LocalDiskRepositoryTestCase#createRepository: Default auto-close to falseDavid Pursehouse2019-01-202-8/+11
* | | | UploadPack: Suppress false-positive resource leak warningDavid Pursehouse2019-01-201-0/+1
* | | | PushConnectionTest: Open TestRepository in try-with-resourceDavid Pursehouse2019-01-201-8/+9
* | | | MergerTest: Open TestRepository in try-with-resourceDavid Pursehouse2019-01-201-8/+9
* | | | MergeCommandTest: Open TestRepository in try-with-resourceDavid Pursehouse2019-01-201-26/+31
* | | | PackWriterTest: Open TestRepository in try-with-resourceDavid Pursehouse2019-01-201-36/+37
* | | | ReceivePackAdvertiseRefsHookTest: Open TestRepository in try-with-resourceDavid Pursehouse2019-01-201-232/+251
* | | | SubmoduleStatusTest: Open TestRepository in try-with-resourceDavid Pursehouse2019-01-201-47/+51
* | | | UploadPackTest: Open TestRepository in try-with-resourceDavid Pursehouse2019-01-201-185/+194
* | | | PackParserTest: Open TestRepository in try-with-resourceDavid Pursehouse2019-01-201-18/+34
* | | | SmartClientSmartServerTest: Open TestRepository in try-with-resourceDavid Pursehouse2019-01-201-4/+12
* | | | Stop using deprecated methods of RemoteSetUrlCommand/RemoteRemoveCommandDavid Pursehouse2019-01-203-10/+12
* | | | SmartClientSmartServerTest: Stop using deprecated Repository#hasObjectDavid Pursehouse2019-01-201-4/+4
* | | | DumbClientSmartServerTest: Open TestRepository in try-with-resourceDavid Pursehouse2019-01-201-1/+4
* | | | DumbClientDumbServerTest: Open TestRepository in try-with-resourceDavid Pursehouse2019-01-201-1/+4