Merge remote-tracking branch 'carlosmn/remaining-errors' into new-error-handling

Conflicts:
	src/refspec.c
This commit is contained in:
Vicent Martí
2012-05-01 19:16:14 -07:00
9 changed files with 300 additions and 312 deletions
+2
View File
@@ -133,6 +133,8 @@ typedef enum {
GITERR_INDEX,
GITERR_OBJECT,
GITERR_NET,
GITERR_TAG,
GITERR_TREE,
} git_error_class;
/**