pub fn head_timestamp(repo_path: &Path) -> Result<i64, String>
Get the committer timestamp of HEAD in seconds since epoch (equivalent to git log -1 --format=%ct).
git log -1 --format=%ct