| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove deprecated IgnoreNode#isIgnored method | Matthias Sohn | 2018-03-10 | 1 | -14/+0 |
* | Fix misspelled class name: EmtpyCommitException -> EmptyCommitException | David Pursehouse | 2018-03-10 | 1 | -3/+3 |
* | Remove deprecated ArchiveCommand#putEntry method | Matthias Sohn | 2018-03-09 | 1 | -5/+0 |
* | Prepare 5.0.0-SNAPSHOT builds | Matthias Sohn | 2018-03-08 | 2 | -47/+47 |
* | Prepare 4.11.1-SNAPSHOT builds | Matthias Sohn | 2018-03-08 | 2 | -47/+47 |
* | JGit v4.11.0.201803080745-rv4.11.0.201803080745-r | Matthias Sohn | 2018-03-08 | 2 | -2/+2 |
* | Fix DiffFormatter for diffs against working tree with autocrlf=true | Thomas Wolf | 2018-03-07 | 1 | -0/+98 |
* | MergeHeadMsgTest: Open FileOutputStream in try-with-resource | David Pursehouse | 2018-03-07 | 1 | -15/+7 |
* | Use StandardCharsets.UTF_8 in tests | David Pursehouse | 2018-03-07 | 5 | -6/+8 |
* | 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 |
* | GetTextTest: Open InputStream in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -16/+10 |
* | FileSnapshotTest: Open FileOutputStream in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -4/+1 |
* | 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 |
* | 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 |
* | DescribeCommandTest: Open FileWriter in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -3/+3 |
* | CommitCommandTest: Open Repository in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -6/+6 |
* | CommitAndLogCommandTest: Open PrintWriter in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -15/+15 |
* | CloneCommandTest: Open Repository in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -11/+11 |
* | AutoCRLFInputStreamTest: Open auto-closeable resources in try-with-resource | David Pursehouse | 2018-03-05 | 1 | -17/+16 |
* | CleanCommandTest: Open Repository in try-with-resource | David Pursehouse | 2018-03-05 | 1 | -2/+3 |
* | CGitVsJGitRandomIgnorePatternTest: Open OutputStream in try-with-resource | David Pursehouse | 2018-03-05 | 1 | -4/+4 |
* | AddCommandTest: Open PrintWriter in try-with-resource | David Pursehouse | 2018-03-05 | 1 | -99/+100 |
* | FileBasedConfigTest: Open FileOutputStream in try-with-resource | David Pursehouse | 2018-03-05 | 1 | -4/+1 |
* | ReflogReaderTest: Open FileOutputStream in try-with-resource | David Pursehouse | 2018-03-05 | 1 | -4/+1 |
* | ReflogReaderTest: Fix indentation | David Pursehouse | 2018-03-05 | 1 | -14/+14 |
* | ReflogWriterTest: Open FileInputStream in try-with-resource | David Pursehouse | 2018-03-05 | 1 | -4/+1 |
* | RebaseCommandTest: Open BufferedReader in try-with-resource | David Pursehouse | 2018-03-05 | 1 | -5/+2 |
* | DirCacheCGitCompatabilityTest: Open BufferedReader in try-with-resource | David Pursehouse | 2018-03-05 | 1 | -10/+4 |
* | CheckoutCommandTest: Open FileInputStream in try-with-resource | David Pursehouse | 2018-03-05 | 1 | -8/+2 |
* | AbbreviationTest: Open FileOutputStream in try-with-resource | David Pursehouse | 2018-03-03 | 1 | -1/+4 |
* | Enable warning for resources not managed by try-with-resource | David Pursehouse | 2018-03-03 | 1 | -1/+1 |
* | LFS: support merge/rebase/cherry-pick/diff/compare with LFS files | Markus Duft | 2018-03-03 | 2 | -8/+4 |
* | MergeGitAttributeTest: Open FileInputStream in try-with-resource | David Pursehouse | 2018-02-26 | 1 | -27/+17 |
* | PullCommandWithRebaseTest: Open File{Input|Output}Stream in try-with-resource | David Pursehouse | 2018-02-26 | 1 | -13/+2 |
* | RecursiveMergerTest: Open FileOutputStream in try-with-resource | David Pursehouse | 2018-02-26 | 1 | -33/+28 |
* | PullCommandTest: Use try-with-resources for File{Input,Output}Stream | David Pursehouse | 2018-02-26 | 1 | -13/+2 |
* | Add ObjectIdSerializer | David Pursehouse | 2018-02-25 | 1 | -0/+88 |
* | CheckoutCommandTest: Fix name of created temp file | David Pursehouse | 2018-02-25 | 1 | -1/+1 |
* | IgnoreNodeTest: Suppress deprecation warnings in testEmptyIgnoreNode | David Pursehouse | 2018-02-25 | 1 | -0/+1 |
* | Fix processing of gitignore negations | Marc Strapetz | 2018-02-23 | 2 | -1/+296 |
* | PathMatcher: fix handling of **/ | Marc Strapetz | 2018-02-22 | 3 | -1/+104 |
* | Merge changes Id616611e,Ib6509e81,I52f5d3f2 | David Pursehouse | 2018-02-22 | 1 | -33/+154 |
|\ |
|
| * | RepoCommand: generate relative submodule URLs from absolute URLs. | Han-Wen Nienhuys | 2018-02-21 | 1 | -0/+58 |