We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78cad1d commit 14ccd34Copy full SHA for 14ccd34
1 file changed
LibGit2Sharp/Core/GitErrorCode.cs
@@ -106,6 +106,16 @@ internal enum GitErrorCode
106
/// </summary>
107
Uncommitted = -22,
108
109
+ /// <summary>
110
+ /// The operation is not valid for a directory.
111
+ /// </summary>
112
+ Directory = -23,
113
+
114
115
+ /// A merge conflict exists and cannot continue
116
117
+ MergeConflict = -24,
118
119
/// <summary>
120
/// Skip and passthrough the given ODB backend.
121
0 commit comments