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

fix: update already present repositories #949

Merged
merged 2 commits into from
Jan 8, 2025

Conversation

benmss
Copy link
Member

@benmss benmss commented Dec 19, 2024

This fixes the issue with previously cloned repositories not updating when newer changes are present at their remote origins, by using git fetch when the target directory of the clone is already present. This comes with a small performance hit for any analysis performed on a previously cloned target.

Closes #948

@benmss benmss self-assigned this Dec 19, 2024
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Dec 19, 2024
@benmss benmss force-pushed the 948-update-existing-repositories branch from 7e0110d to 90cd182 Compare December 19, 2024 02:14
@benmss benmss force-pushed the 948-update-existing-repositories branch from 90cd182 to 6aae4ef Compare December 19, 2024 03:20
@benmss benmss marked this pull request as ready for review December 19, 2024 05:15
@benmss benmss requested a review from behnazh-w as a code owner December 19, 2024 05:16
Signed-off-by: Ben Selwyn-Smith <[email protected]>
@benmss benmss merged commit d76b111 into staging Jan 8, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants