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

Ptw/do not skeleton patches #70

Closed

Commits on Jun 7, 2021

  1. Configuration menu
    Copy the full SHA
    5825041 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f10f90 View commit details
    Browse the repository at this point in the history
  3. Add example of ignoring one directory

    It's important that people don't use `./rust-patches`
    or `rust-patches/*`, since the first won't match
    the regex and the second the shell will expand.
    prestontw committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    a0e9020 View commit details
    Browse the repository at this point in the history
  4. Correct tests

    prestontw committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    b378302 View commit details
    Browse the repository at this point in the history
  5. Add test for patches

    prestontw committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    c43a025 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Infer paths to ignore from top-level Cargo.toml

    Easier to use than manually specifying,
    but doesn't handle non-top-level cargo.toml patches.
    prestontw committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    d570ac4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdb5716 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Add difficult test

    Should we rely on conventions of users putting
    all of their patches in one location? As long as they aren't
    intermixed with their source, it should be pretty easy
    to guess.
    prestontw committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    71ae809 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f50ef2c View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Revert "Only grab the first component in the path"

    This reverts commit f50ef2c.
    prestontw committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    512ef7d View commit details
    Browse the repository at this point in the history
  2. Revert "Add difficult test"

    This reverts commit 71ae809.
    prestontw committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    4fe800d View commit details
    Browse the repository at this point in the history