pub fn read_patch_nochanges(
repo: &Path,
hash: HashRef<'_>,
) -> Result<PatchHeader>
Expand description
Read a patch, but without the “changes” part, i.e. the actual contents of the patch.
pub fn read_patch_nochanges(
repo: &Path,
hash: HashRef<'_>,
) -> Result<PatchHeader>
Read a patch, but without the “changes” part, i.e. the actual contents of the patch.