Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'LibGit2Sharp/ChangeKind.cs')
-rw-r--r--LibGit2Sharp/ChangeKind.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/LibGit2Sharp/ChangeKind.cs b/LibGit2Sharp/ChangeKind.cs
index 612e036d..c95095a3 100644
--- a/LibGit2Sharp/ChangeKind.cs
+++ b/LibGit2Sharp/ChangeKind.cs
@@ -50,5 +50,10 @@ namespace LibGit2Sharp
/// of the file was changed.
/// </summary>
TypeChanged = 8,
+
+ /// <summary>
+ /// Entry is unreadable.
+ /// </summary>
+ Unreadable = 9,
}
}