Skip to content

Please add support fetch options --prune-tags/-P and --force/-f #562

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

Closed
dhs-rec opened this issue Jan 17, 2022 · 1 comment · Fixed by #563
Closed

Please add support fetch options --prune-tags/-P and --force/-f #562

dhs-rec opened this issue Jan 17, 2022 · 1 comment · Fixed by #563

Comments

@dhs-rec
Copy link
Contributor

dhs-rec commented Jan 17, 2022

Subject of the issue

fetch is lacking support for --prune-tags and --force. I'm currently getting an error when I fetch from a remote where a tag has been moved to a new revision. To sort this out, one has to git fetch --tags --force

Steps to reproduce

Try to call fetch with said options

Expected behaviour

They should work

Actual behaviour

They don't work (since there's no code to pass them to the git executable)

@dhs-rec
Copy link
Contributor Author

dhs-rec commented Feb 8, 2022

Is there anybody looking into this?

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 a pull request may close this issue.

1 participant