Skip to content

Commit 7bebf64

Browse files
authored
Merge pull request #1151 from seokju-na/status-wt-unreadable
add a missing `git2::Status::WT_UNREADABLE` field
2 parents 62d353e + 0c3cba1 commit 7bebf64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1049,6 +1049,8 @@ bitflags! {
10491049
const WT_TYPECHANGE = raw::GIT_STATUS_WT_TYPECHANGE as u32;
10501050
#[allow(missing_docs)]
10511051
const WT_RENAMED = raw::GIT_STATUS_WT_RENAMED as u32;
1052+
#[allow(missing_docs)]
1053+
const WT_UNREADABLE = raw::GIT_STATUS_WT_UNREADABLE as u32;
10521054

10531055
#[allow(missing_docs)]
10541056
const IGNORED = raw::GIT_STATUS_IGNORED as u32;

0 commit comments

Comments
 (0)