| Commit message (Expand) | Author | Age | Files | Lines |
* | Prepare 5.0.0-SNAPSHOT builds | Matthias Sohn | 2018-03-08 | 56 | -356/+356 |
* | Merge branch 'stable-4.11' | Matthias Sohn | 2018-03-08 | 56 | -357/+357 |
|\ |
|
| * | Prepare 4.11.1-SNAPSHOT builds | Matthias Sohn | 2018-03-08 | 56 | -357/+357 |
| * | JGit v4.11.0.201803080745-rv4.11.0.201803080745-r | Matthias Sohn | 2018-03-08 | 56 | -59/+59 |
|/ |
|
* | Remove useless for(;;) loop | Thomas Wolf | 2018-03-07 | 1 | -19/+17 |
* | Fix DiffFormatter for diffs against working tree with autocrlf=true | Thomas Wolf | 2018-03-07 | 3 | -3/+102 |
* | Merge branch 'stable-4.10' | Matthias Sohn | 2018-03-07 | 2 | -9/+18 |
|\ |
|
| * | Don't subclass ThreadLocal to avoid memory leak in NLS | Matthias Sohn | 2018-02-14 | 1 | -9/+17 |
| * | Set context classloader to null in WorkQueue | Matthias Sohn | 2018-02-14 | 1 | -0/+1 |
* | | LFS: Adjust some API to make integration into tools (EGit,...) easier | Markus Duft | 2018-03-07 | 3 | -4/+45 |
* | | MergeHeadMsgTest: Open FileOutputStream in try-with-resource | David Pursehouse | 2018-03-07 | 1 | -15/+7 |
* | | MergeCommand: Open RevWalk in try-with-resource | David Pursehouse | 2018-03-07 | 1 | -6/+1 |
* | | MeasurePackSizeTest: Open Transport in try-with-resource | David Pursehouse | 2018-03-07 | 1 | -5/+1 |
* | | LongObjectIdTest: Open OutputStreamWriter in try-with-resource | David Pursehouse | 2018-03-07 | 1 | -7/+9 |
* | | JschConfigSessionFactory: Open FileInputStream in try-with-resource | David Pursehouse | 2018-03-07 | 1 | -7/+2 |
* | | CommandCatalog: Use StandardCharsets.UTF_8 | David Pursehouse | 2018-03-07 | 1 | -1/+3 |
* | | JGitTestUtil: Open auto-closeable resources in try-with-resource | David Pursehouse | 2018-03-07 | 1 | -16/+7 |
* | | Use StandardCharsets.UTF_8 in tests | David Pursehouse | 2018-03-07 | 9 | -12/+19 |
* | | InfoRefsServlet: Open OutputStreamWriter in try-with-resource | David Pursehouse | 2018-03-07 | 1 | -21/+22 |
* | | IndexDiffWithSymlinkTest: Open InputStream in try-with-resource | David Pursehouse | 2018-03-07 | 1 | -6/+4 |
* | | HugeFileTest: Open RandomAccessFile in try-with-resource | David Pursehouse | 2018-03-07 | 1 | -23/+23 |
* | | HookMessageTest: Open Transport in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -10/+2 |
* | | GitSmartHttpTools: Open OutputStream in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -4/+1 |
* | | GitServletResponseTests: Open Transport in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -15/+3 |
* | | GetTextTest: Open InputStream in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -16/+10 |
* | | GC: Open auto-closeable resources in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -21/+12 |
* | | FileSnapshotTest: Open FileOutputStream in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -4/+1 |
* | | FileSender: Open OutputStream in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -4/+1 |
* | | FileRepository: Open FileInputStream in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -4/+1 |
* | | FileLfsServlet: Open PrintWriter in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -4/+4 |
* | | FetchProcess: Open OutputStreamWriter in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -4/+2 |
* | | FS: Open TemporaryBuffer in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -6/+3 |
* | | EditListTest: Open InputStream in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -8/+5 |
* | | EGitPatchHistoryTest: Open BufferedReader in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -19/+19 |
* | | T0003_BasicTest: Use CommitBuilder.setEncoding(Charset) | David Pursehouse | 2018-03-06 | 1 | -1/+2 |
* | | WalkEncryptionTest: Use StandardCharsets.UTF_8 | David Pursehouse | 2018-03-06 | 1 | -4/+1 |
* | | GetTextTest: Use StandardCharsets constants instead of CharSet.forName | David Pursehouse | 2018-03-06 | 1 | -6/+8 |
* | | EGitPatchHistoryTest: Set input stream encoding with constant | David Pursehouse | 2018-03-06 | 1 | -1/+1 |
* | | DirCacheIterator: Open InputStream in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -4/+1 |
* | | DumbClientSmartServerTest: Open auto-closeable resources in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -22/+7 |
* | | DirCacheCheckoutTest: Open FileInputStream in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -11/+13 |
* | | DiffFormatterReflowTest: Open InputStream in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -8/+5 |
* | | Merge changes from topic 'try-with-resource' | David Pursehouse | 2018-03-06 | 5 | -27/+17 |
|\ \ |
|
| * | | DiffCommand: Open DiffFormatter in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -10/+9 |
| * | | DiffAlgorithms: Open Repository in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -4/+1 |
| * | | DescribeCommandTest: Open FileWriter in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -3/+3 |
| * | | CommitCommand: Open InputStream in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -5/+2 |
| * | | DefaultNoteMerger: Open UnionInputStream in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -5/+2 |
* | | | Merge "Silence API error raised for new CONFIG_SECTION_LFS constant" | David Pursehouse | 2018-03-05 | 1 | -0/+6 |
|\ \ \
| |/ /
|/| | |
|
| * | | Silence API error raised for new CONFIG_SECTION_LFS constant | Matthias Sohn | 2018-03-06 | 1 | -0/+6 |