error-handling: remote, transport

This commit is contained in:
Carlos Martín Nieto
2012-04-11 19:16:10 +02:00
committed by Vicent Martí
parent d4d648b042
commit 4376f7f6f4
3 changed files with 110 additions and 153 deletions
+2 -1
View File
@@ -131,7 +131,8 @@ typedef enum {
GITERR_REGEX,
GITERR_ODB,
GITERR_INDEX,
GITERR_OBJECT
GITERR_OBJECT,
GITERR_NET,
} git_error_class;
/**