Skip to main content

memstead_git_branch/ops/
mod.rs

1//! Re-export shim over `memstead_base::ops` (request/response types,
2//! `WarningHint`, plus the gix-free `health` and `search` submodules)
3//! plus the git-touching operation submodules that stay in this crate.
4
5pub use memstead_base::ops::*;
6
7pub mod agent_notes;
8#[cfg(feature = "git-object-storage")]
9pub mod branch_reset;
10pub mod changes;
11#[cfg(feature = "git-object-storage")]
12pub mod diff;
13pub mod export;
14#[cfg(feature = "git-object-storage")]
15pub mod transport;