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

Implement multi-git repo support #20

Merged
merged 13 commits into from
Dec 19, 2023
Merged

Implement multi-git repo support #20

merged 13 commits into from
Dec 19, 2023

Conversation

staabm
Copy link
Owner

@staabm staabm commented Dec 19, 2023

Multiple GIT repository support

By default the latest git tag to calculate the reference version is fetched once for all files beeing analyzed.

This behaviour can be configured with the singleGitRepo option.

In case you are using git submodules, or the analyzed codebase consists of multiple git repositories,
set the singleGitRepo option to false which resolves the reference version for each directory beeing analyzed.

closes #19

@staabm staabm marked this pull request as ready for review December 19, 2023 14:50
@staabm staabm merged commit ad1898c into main Dec 19, 2023
11 checks passed
@staabm staabm deleted the singlegit branch December 19, 2023 15:42
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.

multi git repo setup
1 participant