Skip to main content

Module git

Module git 

Source
Expand description

Git synchronization helpers for coordination workflows. Git synchronization helpers for coordination workflows.

Structs§

CoordinationGitError
Structured failure details for coordination branch operations.

Enums§

CoordinationGitErrorKind
Error category for coordination branch git operations.

Functions§

fetch_coordination_branch
Fetches a coordination branch from origin into remote-tracking refs.
fetch_coordination_branch_core
CoreResult wrapper for fetching a coordination branch.
push_coordination_branch
Pushes a local ref to a coordination branch on origin.
push_coordination_branch_core
CoreResult wrapper for pushing a local ref to a coordination branch.
reserve_change_on_coordination_branch
Reserves a newly created change directory on the coordination branch.
reserve_change_on_coordination_branch_core
CoreResult wrapper for reserving change metadata on the coordination branch.