aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/errors/DiffInterruptedException.java
Commit message (Expand)AuthorAgeFilesLines
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Fix javadoc in org.eclipse.jgit errors packageMatthias Sohn2017-12-181-1/+10
* Tweak exception Javadoc to be eclipse-cleanJonathan Nieder2015-06-101-0/+1
* Allow setting detail message and cause when constructing most exceptionsJonathan Nieder2015-06-021-0/+21
* Add missing @since tag to DiffInterruptedExceptionMatthias Sohn2015-03-191-0/+1
* Make MyersDiff interruptibleHugo Arès2015-03-171-0/+53