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

git plugin doesn't pull before fetching logs #295

Open
sandrobonazzola opened this issue Feb 6, 2023 · 1 comment
Open

git plugin doesn't pull before fetching logs #295

sandrobonazzola opened this issue Feb 6, 2023 · 1 comment

Comments

@sandrobonazzola
Copy link
Contributor

Git plugin doesn't update the local git repo with git pull so in order to get fresh stats you need to manually update all tracked git repos.
It would be nice to have an option for running git pull before getting the logs.

@psss
Copy link
Owner

psss commented Feb 6, 2023

Sounds like a nice and straightforward improvement. The config could look like this:

[github]
type = github
url = https://api.github.com/
token = <authentication-token>
login = <username>
pull = true

But we should probably add git-core to the package requires.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants