From 8dd2b259ee42d40338f8fc8669ce0cd0ca398531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Sat, 31 Oct 2015 15:47:34 +0100 Subject: [PATCH] Add missing error categories --- LibGit2Sharp/Core/GitErrorCategory.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/LibGit2Sharp/Core/GitErrorCategory.cs b/LibGit2Sharp/Core/GitErrorCategory.cs index 66e10cbaf..0fa80ddc3 100644 --- a/LibGit2Sharp/Core/GitErrorCategory.cs +++ b/LibGit2Sharp/Core/GitErrorCategory.cs @@ -30,5 +30,9 @@ internal enum GitErrorCategory Filter, Revert, Callback, + CherryPick, + Describe, + Rebase, + Filesystem, } }