We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a45367 commit dc6f52aCopy full SHA for dc6f52a
LibGit2Sharp/IndexEntry.cs
@@ -20,6 +20,7 @@ public class IndexEntry : IEquatable<IndexEntry>
20
/// State of the version of the <see cref = "Blob" /> pointed at by this <see cref = "IndexEntry" />,
21
/// compared against the <see cref = "Blob" /> known from the <see cref = "Repository.Head" /> and the file in the working directory.
22
/// </summary>
23
+ [Obsolete("This method will be removed in the next release. Please use Repository.Index.RetrieveStatus(filePath) overload instead.")]
24
public FileStatus State
25
{
26
get { return state(); }
0 commit comments