pub async fn import_head_commit(
mut_repo: &mut MutableRepo,
) -> Result<Option<Commit>, GitImportError>Expand description
Imports the HEAD commit without updating the view.
pub async fn import_head_commit(
mut_repo: &mut MutableRepo,
) -> Result<Option<Commit>, GitImportError>Imports the HEAD commit without updating the view.