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

use default git attributes for Cargo.lock #421

Merged
merged 1 commit into from
Jan 26, 2022

Commits on Jan 20, 2022

  1. use default git attributes for Cargo.lock

    git&github generally handle Cargo.lock reasonably nowdays by default.
    Our current explicit setting prevent changes to Cargo.lock being visible
    in some tools
    (https://marketplace.visualstudio.com/items?itemName=kahole.magit in my
    case),  which makes working on upgrading dependencies harder.
    
    Changes to Cargo.lock are the most important ones, as one-line
    Cargo.lock addition might bring in thousands of lines of new code. They
    generally should be audited with above-average scrunity, not ignored.
    matklad committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    863cef0 View commit details
    Browse the repository at this point in the history