Skip to main content

head_commit_in

Function head_commit_in 

Source
pub fn head_commit_in(dir: &Path) -> Result<(String, String)>
Expand description

The current HEAD commit as (full sha, committer date).

The committer date is strict ISO 8601 (git log --format=%cI, e.g. 2026-07-09T12:00:00+02:00).