8000 Update error categories to match libgit2 · GiTechLab/libgit2sharp@8077fd2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8077fd2

Browse files
author
Edward Thomson
committed
Update error categories to match libgit2
1 parent 7df7b96 commit 8077fd2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

LibGit2Sharp/Core/GitErrorCategory.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ namespace LibGit2Sharp.Core
33
internal enum GitErrorCategory
44
{
55
Unknown = -1,
6+
None,
67
NoMemory,
78
Os,
89
Invalid,
@@ -27,5 +28,7 @@ internal enum GitErrorCategory
2728
Merge,
2829
Ssh,
2930
Filter,
31+
Revert,
32+
Callback,
3033
}
3134
}

0 commit comments

Comments
 (0)
0