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: mrmlnc/fast-glob
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.2.7
Choose a base ref
...
head repository: mrmlnc/fast-glob
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.2.8
Choose a head ref
  • 19 commits
  • 14 files changed
  • 5 contributors

Commits on Jul 9, 2021

  1. Configuration menu
    Copy the full SHA
    7fae094 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #327 from MarcelloTheArcane/patch-1

    Fix typo in readme
    mrmlnc authored Jul 9, 2021
    Configuration menu
    Copy the full SHA
    47fd82e View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2021

  1. fix: adjust inefficient regular expression

    Fix a potential performance cliff in pathological case. Matching
    large numbers of repetitions of `[` can take a minute or more in the
    current code. This change gets it back down into the milliseconds as
    expected.
    Trott committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    c6c0ca5 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2022

  1. Configuration menu
    Copy the full SHA
    54b2737 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0b7d02 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #339 from mrmlnc/ISSUE-290_trailing_slashes

    ISSUE-290: trailing slashes on directories return no results
    mrmlnc authored Jan 1, 2022
    Configuration menu
    Copy the full SHA
    1f80e47 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2022

  1. Configuration menu
    Copy the full SHA
    850d74d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #340 from mrmlnc/ISSUE-330_double_slash_support

    ISSUE-330: double-slash in the middle of the pattern is not collapsed
    mrmlnc authored Jan 2, 2022
    Configuration menu
    Copy the full SHA
    2d1b749 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #336 from Trott/dere

    fix: adjust inefficient regular expression
    mrmlnc authored Jan 2, 2022
    Configuration menu
    Copy the full SHA
    92b68d9 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. Configuration menu
    Copy the full SHA
    e23aa1a View commit details
    Browse the repository at this point in the history
  2. refactor: fix grammar issue

    mrmlnc committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    95838d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe57c2b View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. Merge pull request #342 from Trott/cliff

    fix: remove performance cliff for regex
    mrmlnc authored Jan 4, 2022
    Configuration menu
    Copy the full SHA
    3325450 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Add CodeQL Action

    XhmikosR committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    d633638 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Configuration menu
    Copy the full SHA
    5669fab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f5ff66 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #344 from mrmlnc/PR-338_fix_polynominal_regexp

    Fixing CodeQL alerts
    mrmlnc authored Jan 7, 2022
    Configuration menu
    Copy the full SHA
    9b41dbd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #338 from XhmikosR/codeql

    Add CodeQL Action
    mrmlnc authored Jan 7, 2022
    Configuration menu
    Copy the full SHA
    048389f View commit details
    Browse the repository at this point in the history
  5. 3.2.8

    mrmlnc committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    eda8195 View commit details
    Browse the repository at this point in the history
Loading