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 {