Skip to main content

write_fetch_head

Function write_fetch_head 

Source
pub fn write_fetch_head(
    git_dir: &Path,
    description: &str,
    fetched: &[FetchRefUpdate],
    append: bool,
) -> Result<()>
Expand description

Write FETCH_HEAD from fetched ref updates, describing each by description.