Improved the `_git_time_since_commit` function.
Check for at least one commit using a `git log` limit of one. Improves the performance inside git repos with a large history.
Please register or sign in to comment
Check for at least one commit using a `git log` limit of one. Improves the performance inside git repos with a large history.