giterr_set_str

Sets the error message to the given string. This is an alias of git_error_set_str and is preserved for backward compatibility.

This function is deprecated, but there is no plan to remove this function at this time.

@deprecated Use git_error_set_str @see git_error_set_str

version(!GIT_DEPRECATE_HARD)
extern (C) nothrow @nogc deprecated
void
giterr_set_str
(,
const(char)* string_
)

Meta