pub fn plan_commit_git_index_only(
staged_paths: &[String],
extra_paths: &[String],
) -> CommitGitIndexPlanExpand description
Index-only plan: commit staged paths, preserve all extras.
pub fn plan_commit_git_index_only(
staged_paths: &[String],
extra_paths: &[String],
) -> CommitGitIndexPlanIndex-only plan: commit staged paths, preserve all extras.