summaryrefslogtreecommitdiff
path: root/include/git2/errors.h
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@microsoft.com>2013-01-03 12:44:09 -0600
committerEdward Thomson <ethomson@microsoft.com>2013-01-03 16:35:59 -0600
commit42e50b5ed10fcebab794d35cefa1eedcd79072b6 (patch)
treebf7f56bda58b5be43edf2f2ba2ea31aa49a51311 /include/git2/errors.h
parentb449a9ae8c9ac17652c5ab006859dd29b62a5b48 (diff)
downloadlibgit2-42e50b5ed10fcebab794d35cefa1eedcd79072b6.tar.gz
MERGE_HEAD contents iterator
Diffstat (limited to 'include/git2/errors.h')
-rw-r--r--include/git2/errors.h1
1 files changed, 1 insertions, 0 deletions
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;
/**