pub fn set_head_detached_encrypted( repo_path: &Path, hash: &str, encryption: &Arc<Mutex<EncryptionManager>>, ) -> Result<(), String>
Set HEAD to a specific commit (detached, encrypted)