aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* DiffAlgorithms: Open Repository in try-with-resourceDavid Pursehouse2018-03-061-4/+1
* DescribeCommandTest: Open FileWriter in try-with-resourceDavid Pursehouse2018-03-061-3/+3
* CommitCommand: Open InputStream in try-with-resourceDavid Pursehouse2018-03-061-5/+2
* DefaultNoteMerger: Open UnionInputStream in try-with-resourceDavid Pursehouse2018-03-061-5/+2
* CommitCommandTest: Open Repository in try-with-resourceDavid Pursehouse2018-03-061-6/+6
* CommitAndLogCommandTest: Open PrintWriter in try-with-resourceDavid Pursehouse2018-03-061-15/+15
* CloneCommandTest: Open Repository in try-with-resourceDavid Pursehouse2018-03-061-11/+11
* AutoCRLFInputStreamTest: Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-051-17/+16
* CleanCommandTest: Open Repository in try-with-resourceDavid Pursehouse2018-03-051-2/+3
* CGitVsJGitRandomIgnorePatternTest: Open OutputStream in try-with-resourceDavid Pursehouse2018-03-051-4/+4
* ArchiveTest: Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-051-43/+36
* ArchiveCommand: Create archive output stream in try-with-resourceDavid Pursehouse2018-03-051-3/+3
* ApplyCommand: Open FileWriter in try-with-resourceDavid Pursehouse2018-03-051-3/+3
* AmazonS3Client: Open Input/OutputStream in try-with-resourceDavid Pursehouse2018-03-051-15/+8
* AmazonS3: Open InputStream/FileInputStream in try-with-resourceDavid Pursehouse2018-03-051-8/+2
* AdvertiseErrorTest: Open Transport in try-with-resourceDavid Pursehouse2018-03-051-4/+1
* AddCommandTest: Open PrintWriter in try-with-resourceDavid Pursehouse2018-03-051-99/+100
* FileBasedConfigTest: Open FileOutputStream in try-with-resourceDavid Pursehouse2018-03-051-4/+1
* WalkRemoteObjectDatabase: Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-051-16/+4
* TransportSftp: Open BufferedReader in try-with-resourceDavid Pursehouse2018-03-051-7/+2
* ReflogReaderTest: Open FileOutputStream in try-with-resourceDavid Pursehouse2018-03-051-4/+1
* ReflogReaderTest: Fix indentationDavid Pursehouse2018-03-051-14/+14
* ReflogWriterTest: Open FileInputStream in try-with-resourceDavid Pursehouse2018-03-051-4/+1
* TransportHttp: Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-051-29/+14
* RebaseCommandTest: Open BufferedReader in try-with-resourceDavid Pursehouse2018-03-051-5/+2
* DirCacheCGitCompatabilityTest: Open BufferedReader in try-with-resourceDavid Pursehouse2018-03-051-10/+4
* LockFile: Open FileInputStream in try-with-resourceDavid Pursehouse2018-03-051-4/+1
* CheckoutCommandTest: Open FileInputStream in try-with-resourceDavid Pursehouse2018-03-051-8/+2
* SmudgeFilter: Fix Integer boxing warningDavid Pursehouse2018-03-051-1/+2
* Add ConfigConstants.CONFIG_SECTION_LFSDavid Pursehouse2018-03-056-15/+27
* Return this from InstallLfsCommand.setRepository() to allow chainingMatthias Sohn2018-03-041-1/+5
* Upgrade spotbugs-maven-plugin to 3.1.2David Pursehouse2018-03-031-1/+1
* Update orbit to S20180302171354 (photon) and R20180206163158 (oxygen)Matthias Sohn2018-03-0410-26/+26
* Add|RemoveNoteComand: Reduce duplicated codeDavid Pursehouse2018-03-032-33/+7
* LFSPointerTest: Open ByteArrayOutputStream in try-with-resourceDavid Pursehouse2018-03-031-6/+7
* AbbreviationTest: Open FileOutputStream in try-with-resourceDavid Pursehouse2018-03-031-1/+4
* TagBuilder: Open OutputStreamWriter in try-with-resourceDavid Pursehouse2018-03-031-3/+2
* DaemonService: Open Repository in try-with-resourceDavid Pursehouse2018-03-031-12/+4
* RefDirectory: Open BufferedReader in try-with-resourceDavid Pursehouse2018-03-031-23/+20
* ObjectDirectory: Open BufferedReader in try-with-resourceDavid Pursehouse2018-03-031-8/+2
* Patch: Open TemporaryBuffer in try-with-resourceDavid Pursehouse2018-03-031-4/+4
* Enable warning for resources not managed by try-with-resourceDavid Pursehouse2018-03-0317-17/+17
* LFS: Enable LFS support for the CLI, better error handlingMarkus Duft2018-03-037-5/+43
* Cleanup stream usage WRT filtersMarkus Duft2018-03-036-33/+88
* LFS: support merge/rebase/cherry-pick/diff/compare with LFS filesMarkus Duft2018-03-0325-93/+848
* Merge "LFS: Dramatically improve checkout speed with SSH authentication"Matthias Sohn2018-03-014-15/+108
|\
| * LFS: Dramatically improve checkout speed with SSH authenticationMarkus Duft2018-03-014-15/+108
* | Correctly exit fetch negotiation for stateless RPC connectionsTerry Parker2018-02-281-0/+6
|/
* LFS: pre-push upload supportMarkus Duft2018-02-2715-184/+837
* AmazonS3: Open OutputStream in try-with-resourceDavid Pursehouse2018-02-261-10/+5