aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/internal/diffmergetool/ExternalDiffToolTest.java
Commit message (Expand)AuthorAgeFilesLines
* Teach JGit to handle external diff/merge tools defined in .gitattributesAndre Bossert2022-06-021-3/+127
* Adapt diff- and merge tool code for PGM and EGit usageAndre Bossert2022-06-021-43/+106
* Add availability check of pre-defined toolsAndre Bossert2022-06-011-11/+2
* Add filtering with help of DirCacheCheckout.getContent()Andre Bossert2022-05-301-8/+8
* Add difftool compare feature (execute external tool)Andre Bossert2022-05-251-16/+133
* ExternalToolTest: Rename class name to usual name for test casesDavid Ostrovsky2022-01-201-1/+1
* Add config reader for user-defined difftoolsAndre Bossert2021-12-081-12/+56
* Add command line support for "git difftool"Andre Bossert2021-11-251-0/+114