8000 Merge pull request #1222 from libgit2/carlosmn-patch-1 · ryanrousseau/libgit2sharp@4672217 · 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 4672217

Browse files
committed
Merge pull request libgit2#1222 from libgit2/carlosmn-patch-1
Add missing error categories
2 parents bdc8dbe + 8dd2b25 commit 4672217

File tree

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,
< 4552 code>35+
Rebase,
36+
Filesystem,
3337
}
3438
}

0 commit comments

Comments
 (0)
0