pub const COMMIT_EDITMSG_TEMPLATE: &str = "\n# Please enter the commit message for your changes. Lines starting\n# with '#' will be ignored, and an empty message aborts the commit.\n";Expand description
Template written into .mkit/COMMIT_EDITMSG before spawning
$EDITOR. Pinned by snapshot tests.