Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
heartwood crates radicle-cob src backend git.rs
// Copyright © 2022 The Radicle Team

mod commit;

pub mod change;

/// Environment variable to set to overwrite the commit date for both the author and the committer.
///
/// The format must be a unix timestamp.
pub const GIT_COMMITTER_DATE: &str = "GIT_COMMITTER_DATE";