pub fn plan_commit_git_index(
staged_paths: &[String],
extra_paths: &[String],
include_all: bool,
) -> CommitGitIndexPlanExpand description
Plan commit scope from staged + extra worktree paths and --all.
pub fn plan_commit_git_index(
staged_paths: &[String],
extra_paths: &[String],
include_all: bool,
) -> CommitGitIndexPlanPlan commit scope from staged + extra worktree paths and --all.