aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/BlameCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Make blame work correctly on merge conflictsThomas Wolf2019-11-271-70/+2
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-5/+4
* Fix javadoc in org.eclipse.jgit annotations and api packagesMatthias Sohn2017-12-181-5/+12
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* [infer] Fix resource leak in BlameCommandMatthias Sohn2016-12-181-5/+6
* Organize importsDavid Pursehouse2016-11-141-1/+1
* 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