Module git_nomad::types

source ·

Macros

Structs

  • The branch name part of a ref. refs/head/master would be Branch::from("master").
  • Represents “where” a given branch comes from. This value should be unique for every git clone belonging to a specific user.
  • A ref representing a branch managed by nomad.
  • A remote git repository identified by name, like origin.
  • A specialized container to represent nomad managed refs that a remote knows about.
  • Represents “who” a given branch belongs to. This value should be shared by multiple git clones that belong to the same user.