aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/diff/DiffFormatterTest.java
Commit message (Expand)AuthorAgeFilesLines
* Make the buffer size for text/binary detection configurableThomas Wolf2021-10-301-8/+8
* Fix PathSuffixFilter: can decide only on full pathsThomas Wolf2021-06-211-1/+69
* DiffFormatter: correctly deal with tracked files in ignored foldersThomas Wolf2020-07-171-1/+55
* DiffFormatterTest: Add a test to confirm the default rename detection settingsDavid Pursehouse2020-06-261-0/+13
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Fix DiffFormatter for diffs against working tree with autocrlf=trueThomas Wolf2018-03-071-0/+98
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Deprecate SafeBufferedOutputStreamShawn Pearce2016-11-141-5/+5
* Merge branch 'stable-4.1' into stable-4.2Matthias Sohn2016-02-101-0/+62
|\
| * Fix diff for added and removed submoduleHugo Arès2016-02-041-0/+62
* | DiffFormatterTest: Remove accidentally added trailing whitespaceDavid Pursehouse2016-01-211-2/+2
* | DiffFormatterTest: Create auto-closeable instances in try-with-resourceDavid Pursehouse2016-01-211-78/+82
|/
* Show submodule difference as a hunkJacob Keller2015-09-241-3/+2
* Replace deprecated release() methods by close()Matthias Sohn2015-05-211-2/+3
* Handle diff formatting when there is nothing to compare withRobin Rosenberg2014-07-061-0/+78
* Eliminate warning about overlapping variable namesRobin Rosenberg2014-07-041-5/+5
* [findBugs] Don't ignore exceptional return value of File.mkdir()Matthias Sohn2014-02-181-1/+2
* [findBugs] Don't rely on default encodingMatthias Sohn2014-02-181-1/+1
* [findBugs] Don't call toString() on a stringMatthias Sohn2014-02-181-1/+1
* Fix diff header on renamed or copied filesShawn Pearce2014-02-181-0/+23
* Fix DiffFormatter NPEs for DiffEntry without content changeRobin Stocker2013-05-151-1/+30
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-041-1/+1
* Declare essentially static methods as staticRobin Rosenberg2012-12-271-2/+3
* Add type argumente to some raw reclarationRobin Rosenberg2012-12-271-2/+3
* Make sure all bytes are written to files on close, or get an error.Robin Rosenberg2012-01-151-2/+2
* Fix diff when first text is the start of the otherRobin Rosenberg2011-05-151-0/+40
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-0/+12
* Move rename detection, path following into DiffFormatterShawn O. Pearce2010-09-021-5/+12
* Correct diff header formattingShawn O. Pearce2010-09-011-0/+70
* Fully implement SHA-1 abbreviationsShawn O. Pearce2010-08-231-5/+5
* Create FileHeader from DiffEntryJeff Schumacher2010-07-081-0/+186