8000 Add missing error categories · ryanrousseau/libgit2sharp@8dd2b25 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 16, 2020. It is now read-only.

Commit 8dd2b25

Browse files
committed
Add missing error categories
1 parent bdc8dbe commit 8dd2b25

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

LibGit2Sharp/Core/GitErrorCategory.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,9 @@ internal enum GitErrorCategory
3030
Filter,
3131
Revert,
3232
Callback,
33+
CherryPick,
34+
Describe,
35+
Rebase,
36+
Filesystem,
3337
}
3438
}

0 commit comments

Comments
 (0)
0