Module git_object::mutable[][src]

Expand description

Mutable objects with each field being separately allocated and changeable.

Mutable objects are Commits, Trees, Blobs and Tags that can be changed and serialized. They either created using object construction or by deserializing existing objects and converting these into mutable copies for adjustments.

Re-exports

pub use tree::Tree;

Modules

Structs

A mutable chunk of any data.

A mutable git commit, representing an annotated state of a working tree along with a reference to its historical commits.

A mutable git tag.

Enums

A mutable object representing Trees, Blobs, Commits or Tags.