Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cpburnz/python-pathspec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.1
Choose a base ref
...
head repository: cpburnz/python-pathspec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.2
Choose a head ref
  • 10 commits
  • 14 files changed
  • 2 contributors

Commits on Aug 22, 2022

  1. CI: add GitHub Actions test workflow

    It doesn't look like Travis CI isn't (or was never?) used so let's
    instead set up a GitHub Actions workflow to simply run the test suite
    across all supported platforms.
    
    This should help keep the codebase in good shape by automatically
    testing changes as they're committed and proposed (via PRs). This will
    also catch any packaging mistakes as tox does a clean build as part of
    the session run. Seemed relevant to mention that :p
    ichard26 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    6fb13aa View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Merge pull request #58 from ichard26/add-gha-ci

    CI: add GitHub Actions test workflow
    cpburnz authored Sep 5, 2022
    Configuration menu
    Copy the full SHA
    bad28c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Misc

    cpburnz committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    32185d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce7e2e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Fix failing tests on Windows

    cpburnz committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    b7dc6dd View commit details
    Browse the repository at this point in the history
  2. Fix failing tests on Windows

    cpburnz committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    6043106 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Detect issue 64

    cpburnz committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    a19166b View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Improve directory marker

    cpburnz committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    269502b View commit details
    Browse the repository at this point in the history
  2. Issue 64

    cpburnz committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    2bfe91b View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. Release v0.10.2

    cpburnz committed Nov 13, 2022
    2 Configuration menu
    Copy the full SHA
    5d358be View commit details
    Browse the repository at this point in the history
Loading