From eb44cfe07b16e5680c50c13cee79859455b90803 Mon Sep 17 00:00:00 2001 From: nulltoken Date: Mon, 8 Oct 2012 15:49:31 +0200 Subject: [PATCH] error: add GITERR_STASH error type --- include/git2/errors.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/git2/errors.h b/include/git2/errors.h index fb56dcc6b..8bb47f354 100644 --- a/include/git2/errors.h +++ b/include/git2/errors.h @@ -59,6 +59,7 @@ typedef enum { GITERR_SSL, GITERR_SUBMODULE, GITERR_THREAD, + GITERR_STASH, } git_error_t; /**