pub fn add_paths_force( repo_root: &Path, paths: &[PathBuf], ) -> Result<(), GitError>
Force-add existing paths, even if they are ignored.
Paths must be under the repo root; missing or outside paths are skipped.