Expand description
Git file date collection via gix.
Walks the commit history from HEAD once (O(commits)) and records the most
recent commit timestamp for every file touched. This avoids per-file
git log calls which would be O(files × commits).
Functions§
- collect_
git_ file_ dates - Collect the most recent git commit date (Unix timestamp) for each file
in the repository rooted at
repo_root.