Skip to main content

git_status_text

Function git_status_text 

Source
pub fn git_status_text(status: u8) -> &'static str
Expand description

Human-readable name for a GIT_STATUS_* code. Total: OTHER and an unrecognized code are distinct, so a consumer that logs this text can tell “the backend failed” from “this build does not know that code”.