radicle-heartwood-lfs/radicle-cob/src/backend/git.rs

9 lines
260 B
Rust

// Copyright © 2022 The Radicle Team
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";