Skip to main content

content_commit

Function content_commit 

Source
pub fn content_commit(
    engine: &EngineState,
    wiki_name: &str,
    slugs: &[String],
    all: bool,
    message: Option<&str>,
) -> Result<String>
Expand description

Commit specified slugs (or all uncommitted files) to git and return the commit hash.