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

Gitextractor supports incremental collection #7319

Merged
merged 6 commits into from
Apr 12, 2024
Merged

Conversation

klesh
Copy link
Contributor

@klesh klesh commented Apr 12, 2024

Summary

With the previous PR #7278 and #7315 got merged, gitextractor supports timeAfter collection, which is still quite limited when collecting huge repos:

  1. All commits since timeAfter would be cloned every time
  2. All added/deleted lines since timeAfter would be calculated every time

Which is quite a waste of time.

With this optimization, gitextractor can smarty clone and collect only new data since the previous collection.

@abeizn abeizn merged commit c66d847 into main Apr 12, 2024
10 checks passed
@abeizn abeizn deleted the kw-gitext-diffsync branch April 12, 2024 11:46
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.

None yet

2 participants