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

[ADD] depth argument for fetching limited git history globally #86

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yibudak
Copy link

@yibudak yibudak commented Dec 23, 2024

Hello,

In CI/CD environments, fetching the Git history is often unnecessary and can significantly slow down the process. By adding this global depth parameter, users can limit the fetch depth to only the last n commits, reducing fetch times and optimizing workflows.

Usage
gitaggregate -c repos.yml -D 1 --jobs 10

@yibudak yibudak changed the title feat: add depth argument for fetching limited git history globally [ADD] depth argument for fetching limited git history globally Dec 23, 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.

1 participant