pub fn load_sparse_checkout(
git_dir: &Path,
cone_config: bool,
) -> (bool, Option<ConePatterns>, NonConePatterns)Expand description
Load sparse-checkout file; returns (cone_parse_ok, cone, non_cone).
pub fn load_sparse_checkout(
git_dir: &Path,
cone_config: bool,
) -> (bool, Option<ConePatterns>, NonConePatterns)Load sparse-checkout file; returns (cone_parse_ok, cone, non_cone).