Skip to main content

REPORTING_BUGS

Constant REPORTING_BUGS 

Source
pub const REPORTING_BUGS: &str = "This command is from the Rust implementation of git-lfs, not the original\nGo implementation. Please report bugs to our [issue tracker](https://gitlab.com/rustutils/git-lfs/issues).\n";
Expand description

Markdown body for the REPORTING BUGS section.

xtask appends this to every generated man page and mdbook page, so the project URL and the “this is the Rust implementation” framing have a single source of truth. Change here and every page picks it up on the next regen.