Skip to content

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)