aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/internal/diffmergetool/ExternalToolUtils.java
Commit message (Expand)AuthorAgeFilesLines
* [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-251-0/+6
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-0/+3
* Teach JGit to handle external diff/merge tools defined in .gitattributesAndre Bossert2022-06-021-0/+65
* Adapt diff- and merge tool code for PGM and EGit usageAndre Bossert2022-06-021-11/+55
* Add availability check of pre-defined toolsAndre Bossert2022-06-011-6/+58
* Add filtering with help of DirCacheCheckout.getContent()Andre Bossert2022-05-301-0/+81