Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: unshallow with a filter #49

Merged
merged 1 commit into from
Aug 31, 2024
Merged

Conversation

tony84727
Copy link
Owner

@tony84727 tony84727 commented Aug 3, 2024

when action runs, unshallow the repository with filter blob:none.

this should makes git only download commits histories from the server without
loading file contents.

should make the action faster when running with large repository

Could potentially fix #52 , #40

when action runs, unshallow the repository with filter `blob:none`.

this should makes git only download commits histories from the server without
loading file contents.

should make the action faster when running with large repository
@tony84727 tony84727 force-pushed the perf/unshallow_with_filter branch from 50cdb3a to 6b6d74a Compare August 31, 2024 05:11
@tony84727 tony84727 marked this pull request as ready for review August 31, 2024 05:11
@tony84727 tony84727 merged commit a374177 into master Aug 31, 2024
6 checks passed
@tony84727 tony84727 deleted the perf/unshallow_with_filter branch August 31, 2024 05:13
This was referenced Aug 31, 2024
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.

Keeps timing out on a small PR
1 participant