Skip to content

Commit 202b38c

Browse files
committed
libgit2-sys: Add new git error code enums
1 parent b766291 commit 202b38c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libgit2-sys/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,10 @@ git_enum! {
198198
GIT_EINDEXDIRTY = -34,
199199
GIT_EAPPLYFAIL = -35,
200200
GIT_EOWNER = -36,
201+
GIT_TIMEOUT = -37,
202+
GIT_EUNCHANGED = -38,
203+
GIT_ENOTSUPPORTED = -39,
204+
GIT_EREADONLY = -40,
201205
}
202206
}
203207

0 commit comments

Comments
 (0)