Open shonfeder opened 3 years ago
Followup to #17
For large repos, it will take time to process all files (since a tag could be in pretty much any source file).
But we can use the git history to optimize:
sync
Followup to #17
For large repos, it will take time to process all files (since a tag could be in pretty much any source file).
But we can use the git history to optimize:
sync
, check the whether the repo hash has changed (after fetching the latest version of the default branch)