Package com.google.gerrit.server.notedb
Class CommitRewriter.CommitDiff
java.lang.Object
com.google.gerrit.server.notedb.CommitRewriter.CommitDiff
- Enclosing class:
- CommitRewriter
Diff result of a single commit rewrite
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CommitDiff
public CommitDiff()
-
-
Method Details
-
create
public static CommitRewriter.CommitDiff create(org.eclipse.jgit.lib.ObjectId oldSha1, String commitDiff) -
oldSha1
public abstract org.eclipse.jgit.lib.ObjectId oldSha1()SHA1 of the overwritten commit -
diff
Diff applied to the commit witholdSha1()
-