Merge branch 'stable-2.15'
* stable-2.15: Detect RawInput correctly Remove unnecessary 'algorithm' parameter of PatchListKey Remove some more false negatives for edits due to rebase Remove some false negatives for edits due to rebase Change-Id: I1a95b209c2091d4993e7cc590f5177a877136be5
This commit is contained in:
@@ -21,7 +21,7 @@ import org.eclipse.jgit.lib.ObjectId;
|
||||
|
||||
@AutoValue
|
||||
public abstract class IntraLineDiffKey implements Serializable {
|
||||
public static final long serialVersionUID = 8L;
|
||||
public static final long serialVersionUID = 11L;
|
||||
|
||||
public static IntraLineDiffKey create(ObjectId aId, ObjectId bId, Whitespace whitespace) {
|
||||
return new AutoValue_IntraLineDiffKey(aId, bId, whitespace);
|
||||
|
||||
Reference in New Issue
Block a user