Commit Diff


commit - 5cc27ede64eb5562656495591df1c4ea334d3b1d
commit + abd4a1be8b09933626cc061c35424c9df331f50c
blob - 303c5905b5ccb595d41887f427614b957a9e7b74
blob + d9fae38b083559e6362ceaba7e0f8472e952bdb1
--- include/got_error.h
+++ 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 {