summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove useless for(;;) loopThomas Wolf2018-03-071-19/+17
* Fix DiffFormatter for diffs against working tree with autocrlf=trueThomas Wolf2018-03-073-3/+102
* Merge branch 'stable-4.10'Matthias Sohn2018-03-072-9/+18
|\
| * Don't subclass ThreadLocal to avoid memory leak in NLSMatthias Sohn2018-02-141-9/+17
| * Set context classloader to null in WorkQueueMatthias Sohn2018-02-141-0/+1
* | LFS: Adjust some API to make integration into tools (EGit,...) easierMarkus Duft2018-03-073-4/+45
* | MergeHeadMsgTest: Open FileOutputStream in try-with-resourceDavid Pursehouse2018-03-071-15/+7
* | MergeCommand: Open RevWalk in try-with-resourceDavid Pursehouse2018-03-071-6/+1
* | MeasurePackSizeTest: Open Transport in try-with-resourceDavid Pursehouse2018-03-071-5/+1
* | LongObjectIdTest: Open OutputStreamWriter in try-with-resourceDavid Pursehouse2018-03-071-7/+9
* | JschConfigSessionFactory: Open FileInputStream in try-with-resourceDavid Pursehouse2018-03-071-7/+2
* | CommandCatalog: Use StandardCharsets.UTF_8David Pursehouse2018-03-071-1/+3
* | JGitTestUtil: Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-071-16/+7
* | Use StandardCharsets.UTF_8 in testsDavid Pursehouse2018-03-079-12/+19
* | InfoRefsServlet: Open OutputStreamWriter in try-with-resourceDavid Pursehouse2018-03-071-21/+22
* | IndexDiffWithSymlinkTest: Open InputStream in try-with-resourceDavid Pursehouse2018-03-071-6/+4
* | HugeFileTest: Open RandomAccessFile in try-with-resourceDavid Pursehouse2018-03-071-23/+23
* | HookMessageTest: Open Transport in try-with-resourceDavid Pursehouse2018-03-061-10/+2
* | GitSmartHttpTools: Open OutputStream in try-with-resourceDavid Pursehouse2018-03-061-4/+1
* | GitServletResponseTests: Open Transport in try-with-resourceDavid Pursehouse2018-03-061-15/+3
* | GetTextTest: Open InputStream in try-with-resourceDavid Pursehouse2018-03-061-16/+10
* | GC: Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-061-21/+12
* | FileSnapshotTest: Open FileOutputStream in try-with-resourceDavid Pursehouse2018-03-061-4/+1
* | FileSender: Open OutputStream in try-with-resourceDavid Pursehouse2018-03-061-4/+1
* | FileRepository: Open FileInputStream in try-with-resourceDavid Pursehouse2018-03-061-4/+1
* | FileLfsServlet: Open PrintWriter in try-with-resourceDavid Pursehouse2018-03-061-4/+4
* | FetchProcess: Open OutputStreamWriter in try-with-resourceDavid Pursehouse2018-03-061-4/+2
* | FS: Open TemporaryBuffer in try-with-resourceDavid Pursehouse2018-03-061-6/+3
* | EditListTest: Open InputStream in try-with-resourceDavid Pursehouse2018-03-061-8/+5
* | EGitPatchHistoryTest: Open BufferedReader in try-with-resourceDavid Pursehouse2018-03-061-19/+19
* | T0003_BasicTest: Use CommitBuilder.setEncoding(Charset)David Pursehouse2018-03-061-1/+2
* | WalkEncryptionTest: Use StandardCharsets.UTF_8David Pursehouse2018-03-061-4/+1
* | GetTextTest: Use StandardCharsets constants instead of CharSet.forNameDavid Pursehouse2018-03-061-6/+8
* | EGitPatchHistoryTest: Set input stream encoding with constantDavid Pursehouse2018-03-061-1/+1
* | DirCacheIterator: Open InputStream in try-with-resourceDavid Pursehouse2018-03-061-4/+1
* | DumbClientSmartServerTest: Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-061-22/+7
* | DirCacheCheckoutTest: Open FileInputStream in try-with-resourceDavid Pursehouse2018-03-061-11/+13
* | DiffFormatterReflowTest: Open InputStream in try-with-resourceDavid Pursehouse2018-03-061-8/+5
* | Merge changes from topic 'try-with-resource'David Pursehouse2018-03-065-27/+17
|\ \
| * | DiffCommand: Open DiffFormatter in try-with-resourceDavid Pursehouse2018-03-061-10/+9
| * | 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
* | | Merge "Silence API error raised for new CONFIG_SECTION_LFS constant"David Pursehouse2018-03-051-0/+6
|\ \ \ | |/ / |/| |
| * | Silence API error raised for new CONFIG_SECTION_LFS constantMatthias Sohn2018-03-061-0/+6
* | | 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