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(git): dont fetch tags by default #14688

Merged
merged 1 commit into from
Oct 15, 2024
Merged

Commits on Oct 15, 2024

  1. fix(git): dont fetch tags by default

    Change Cargo to pass [`--no-tags`] Git CLI option by default.
    This aligns with how libgit2 works in Cargo.
    
    Based on the Git official doc,
    the flag has been there since at least 2.0.5
    
    [`--no-tags`]: https://git-scm.com/docs/git-fetch/2.0.5#Documentation/git-fetch.txt---no-tags
    weihanglo committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1975c3c View commit details
    Browse the repository at this point in the history