From 42e50b5ed10fcebab794d35cefa1eedcd79072b6 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Thu, 3 Jan 2013 12:44:09 -0600 Subject: MERGE_HEAD contents iterator --- include/git2/errors.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/git2/errors.h') diff --git a/include/git2/errors.h b/include/git2/errors.h index 8ca900969..4eb9e94ef 100644 --- a/include/git2/errors.h +++ b/include/git2/errors.h @@ -64,6 +64,7 @@ typedef enum { GITERR_STASH, GITERR_CHECKOUT, GITERR_FETCHHEAD, + GITERR_MERGE, } git_error_t; /** -- cgit v1.2.1