pub fn base_diff_inputs(
root: &Path,
base: &ResolvedBase,
) -> Result<BaseDiffInputs, BaseInputsError>Expand description
Loads base packages, the working-tree changed set, and the full tree object index.
Untracked/ignored paths stay outside the Git changed set at V0 until staged or committed.
ยงErrors
Returns coded listing/blob/discovery failures or GitToolError when Git cannot start.