Skip to main content

fetch

Function fetch 

Source
pub async fn fetch(root: PathBuf) -> Option<String>
Expand description

Status-bar segment for the workspace’s git state:

  • Some("git ✓") — clean working tree
  • Some("git ●N") — N changed paths
  • Nonegit missing or the workspace is not a repository