summaryrefslogtreecommitdiff
path: root/include/git2/errors.h
diff options
context:
space:
mode:
authorVicent Martí <vicent@github.com>2013-08-19 02:06:15 -0700
committerVicent Martí <vicent@github.com>2013-08-19 02:06:15 -0700
commit9abf7ea797c34771f0ff63d1ccd7f87370f6c66c (patch)
treefe5a3ea6ce98639f9daaa18df6c269bbaa320a26 /include/git2/errors.h
parent6818080871db227c2586a102306832b41ea1c0df (diff)
parent3d2768747548ec24b58ebdaa012a6b757e65f5a0 (diff)
downloadlibgit2-9abf7ea797c34771f0ff63d1ccd7f87370f6c66c.tar.gz
Merge pull request #1794 from libgit2/cmn/elocked
index: report when it's locked
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 2032a436a..0f0bddf07 100644
--- a/include/git2/errors.h
+++ b/include/git2/errors.h
@@ -32,6 +32,7 @@ typedef enum {
GIT_ENONFASTFORWARD = -11,
GIT_EINVALIDSPEC = -12,
GIT_EMERGECONFLICT = -13,
+ GIT_ELOCKED = -14,
GIT_PASSTHROUGH = -30,
GIT_ITEROVER = -31,