aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/BlameCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Add EOL stream type detection to TreeWalkIvan Motsch2016-03-071-2/+2
* Use try-with-resource to close BlameGeneratorMatthias Sohn2015-04-021-4/+1
* Take core.autocrlf into account for blame annotationsKonrad Kügler2014-03-101-2/+56
* Add symlink support to JGitRobin Rosenberg2014-02-101-1/+1
* Document that path parameters should use '/' as separatorRobin Stocker2013-11-151-1/+2
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-301-1/+2
* blame: Compute the origin of lines in a result fileShawn O. Pearce2011-05-311-0/+227