Class DiffBranches
- java.lang.Object
-
- org.uberfire.java.nio.fs.jgit.util.commands.DiffBranches
-
public class DiffBranches extends Object
Implements the Git Diff command between branches for bare repositories. It needs the repository, and the two branches from that repository you want to diff. It returns a list of DiffFile with differences between branches.
-
-
Constructor Summary
Constructors Constructor Description DiffBranches(Git git, String branchA, String branchB)
-