Module inner

Source
Expand description

This module contains the inner implementation details for Git-based publishing operations.

It provides helper functions and methods on context-specific structs (GitContext, AtomContext) to handle the underlying Git object manipulation, reference updates, and remote interactions required to publish an Atom. The functions here are not intended to be part of the public API.

Functionsยง

read_blob ๐Ÿ”’
Reads the full content of a Git blob object into a specified output format.
write_ref ๐Ÿ”’
Writes a single Git reference to the repository.