Skip to main content

Module git_dates

Module git_dates 

Source
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.