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: facelessuser/wcmatch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9.0
Choose a base ref
...
head repository: facelessuser/wcmatch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 10.0
Choose a head ref
  • 4 commits
  • 15 files changed
  • 1 contributor

Commits on Sep 24, 2024

  1. FOLLOW should control traversal of symlinks, not return of them (#223)

    * `FOLLOW` should control traversal of symlinks, not return of them
    
    Some fixes to globmatch symlinks are also included
    
    * Add more symlink cases for globmatch
    
    * Windows fix
    
    * Bump version to 10 as symlik change may be surprising
    facelessuser authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    35e9cac View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Add support for Zsh style *** (#225)

    * Add support for Zsh style `***`
    
    * Add tests for glob
    
    * Use R'' for non regex strings
    
    * Add globmatch tests
    
    * Add pathlib tests and fix some issues
    
    - Add missing `PurePath.full_match` method that redirects to
      `PurePath.globmatch`.
    - `PurePath.match` should respect hidden file rules and symlink rules
      the same as `rglob`. `match` matches what `rglob` globs.
    
    * Fix mypy Python 3.13
    facelessuser authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    0c069cb View commit details
    Browse the repository at this point in the history
  2. Update changelog

    facelessuser committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    2c5b30b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0be4cfb View commit details
    Browse the repository at this point in the history
Loading