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

Significantly reduce amount of dependencies #12

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    0d69c51 View commit details
    Browse the repository at this point in the history
  2. Remove usage of multimap in favor of HashMap<_, Vec<_>>

    This is what multimap effectively is under the hoods anyway.
    bjorn3 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    8571c29 View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary duplicate param of existing_vcs_repo

    The only caller passes the same value for both params.
    bjorn3 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    1640c64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ed1060 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Use git cli instead of git2

    This significantly reduces the amount of dependencies and most users of
    cargo-minify likely have git installed anyway.
    bjorn3 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    489a300 View commit details
    Browse the repository at this point in the history