radicle_cob/backend/
git.rs

1
2
3
4
5
6
7
8
9
10
11
// Copyright © 2022 The Radicle Team

pub mod change;

#[cfg(feature = "stable-commit-ids")]
pub mod stable;

/// 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";