aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/BlameCommandTest.java
Commit message (Expand)AuthorAgeFilesLines
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* BlameCommandTest: Instantiate Git objects in try-with-resourceDavid Pursehouse2016-01-201-303/+305
* blame: Fix merges, where merge result differs only by whitespaceKonrad Kügler2014-05-031-0/+31
* Blame correctly in the presence of conflicting mergesKonrad Kügler2014-04-171-0/+70
* Take core.autocrlf into account for blame annotationsKonrad Kügler2014-03-101-0/+61
* 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-1/+1
* [blame] Fix blame following renames in non-toplevel directoriesCarsten Pfeiffer2011-11-101-11/+26
* Add blame unit test for file that is renamed twice.Kevin Sawicki2011-09-301-0/+42
* blame: Compute the origin of lines in a result fileShawn O. Pearce2011-05-311-0/+271