Commit abd4a1be8b09933626cc061c35424c9df331f50c

Stefan Sperling 2020-03-18T16:10:32

move new errors codes to end of error code list

diff --git a/include/got_error.h b/include/got_error.h
index 303c590..d9fae38 100644
--- a/include/got_error.h
+++ b/include/got_error.h
@@ -129,12 +129,12 @@
 #define GOT_ERR_REGEX		112
 #define GOT_ERR_REF_NAME_MINUS	113
 #define GOT_ERR_GITCONFIG_SYNTAX 114
-#define GOT_ERR_FETCH_FAILED	115
-#define GOT_ERR_PARSE_URI	116
-#define GOT_ERR_BAD_PROTO	117
-#define GOT_ERR_REBASE_OUT_OF_DATE 118
-#define GOT_ERR_CACHE_DUP_ENTRY	119
-#define GOT_ERR_QUERYSTRING	120
+#define GOT_ERR_REBASE_OUT_OF_DATE 115
+#define GOT_ERR_CACHE_DUP_ENTRY	116
+#define GOT_ERR_QUERYSTRING	117
+#define GOT_ERR_FETCH_FAILED	118
+#define GOT_ERR_PARSE_URI	119
+#define GOT_ERR_BAD_PROTO	120
 #define GOT_ERR_ADDRINFO	121
 
 static const struct got_error {