Commit c4f68b35 by nulltoken

errors: introduce GIT_EORPHANEDHEAD

parent 0532e7bb
......@@ -27,6 +27,7 @@ enum {
GIT_EBUFS = -6,
GIT_EUSER = -7,
GIT_EBAREREPO = -8,
GIT_EORPHANEDHEAD = -9,
GIT_PASSTHROUGH = -30,
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