Commit bb2d305c by nulltoken

errors: introduce GIT_EBAREREPO

parent 31665948
...@@ -26,6 +26,7 @@ enum { ...@@ -26,6 +26,7 @@ enum {
GIT_EAMBIGUOUS = -5, GIT_EAMBIGUOUS = -5,
GIT_EBUFS = -6, GIT_EBUFS = -6,
GIT_EUSER = -7, GIT_EUSER = -7,
GIT_EBAREREPO = -8,
GIT_PASSTHROUGH = -30, GIT_PASSTHROUGH = -30,
GIT_ITEROVER = -31, GIT_ITEROVER = -31,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment