Skip to content

perf(checkup-git): Improve git provider performance on commit date fetching - #49

Merged
CasperTeirlinck merged 1 commit into
mainfrom
checkup-git-provider-performance
Jul 14, 2026
Merged

perf(checkup-git): Improve git provider performance on commit date fetching#49
CasperTeirlinck merged 1 commit into
mainfrom
checkup-git-provider-performance

Conversation

@CasperTeirlinck

@CasperTeirlinck CasperTeirlinck commented Jul 13, 2026

Copy link
Copy Markdown
Collaborator

To fetch the latest commit date, the git provider put the loop over all files in python instead of letting git do that. This was very slow on large repositories.

Replaced the loop of git log commands with a single git log command.

@CasperTeirlinck
CasperTeirlinck requested a review from jvanbuel July 13, 2026 15:47
@CasperTeirlinck
CasperTeirlinck merged commit 2c79484 into main Jul 14, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants