There was an error while loading. Please reload this page.
1 parent 13b5843 commit fdcacc9Copy full SHA for fdcacc9
1 file changed
LibGit2Sharp/IndexEntry.cs
@@ -33,7 +33,7 @@ public class IndexEntry : IEquatable<IndexEntry>
33
/// <summary>
34
/// Whether the file is marked as assume-unchanged
35
/// </summary>
36
- public bool AssumeUnchanged { get; private set; }
+ public virtual bool AssumeUnchanged { get; private set; }
37
38
39
/// Gets the id of the <see cref="Blob"/> pointed at by this index entry.
0 commit comments