Skip to content

Commit fdcacc9

Browse files
committed
Update IndexEntry.cs
Make AssumeUnchanged virtual.
1 parent 13b5843 commit fdcacc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LibGit2Sharp/IndexEntry.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class IndexEntry : IEquatable<IndexEntry>
3333
/// <summary>
3434
/// Whether the file is marked as assume-unchanged
3535
/// </summary>
36-
public bool AssumeUnchanged { get; private set; }
36+
public virtual bool AssumeUnchanged { get; private set; }
3737

3838
/// <summary>
3939
/// Gets the id of the <see cref="Blob"/> pointed at by this index entry.

0 commit comments

Comments
 (0)