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

Add error message when cargo fix on an empty repo #11400

Merged
merged 5 commits into from
Nov 28, 2022

Commits on Nov 26, 2022

  1. Add error message when cargo fix on an empty repo

    Signed-off-by: hi-rustin <rustin.liu@gmail.com>
    Rustin170506 committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    a1f2f5a View commit details
    Browse the repository at this point in the history
  2. Suppress error with --allow-dirty and add a test

    Signed-off-by: hi-rustin <rustin.liu@gmail.com>
    Rustin170506 committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    89b8a8b View commit details
    Browse the repository at this point in the history
  3. Remove new_repo_without_add_and_commit

    Signed-off-by: hi-rustin <rustin.liu@gmail.com>
    Rustin170506 committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    25f7d4b View commit details
    Browse the repository at this point in the history
  4. Include untracked files

    Signed-off-by: hi-rustin <rustin.liu@gmail.com>
    Rustin170506 committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    3189dc3 View commit details
    Browse the repository at this point in the history
  5. Fix fix_in_existing_repo_weird_ignore broken test

    Signed-off-by: hi-rustin <rustin.liu@gmail.com>
    Rustin170506 committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    21b2fe9 View commit details
    Browse the repository at this point in the history