Skip to main content

head_commit_timestamp_in

Function head_commit_timestamp_in 

Source
pub fn head_commit_timestamp_in(repo: &Path) -> Result<i64>
Expand description

git -C <repo> log -1 --format=%ct HEAD — return HEAD’s committer timestamp (seconds since UNIX epoch) for the given repository. Used by the determinism harness as the non-snapshot SDE seed.