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: mroth/deepclean
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.1
Choose a base ref
...
head repository: mroth/deepclean
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.2
Choose a head ref
  • 2 commits
  • 9 files changed
  • 1 contributor

Commits on Jul 27, 2025

  1. feat: skip vcs directory trees during search

    These can have lots of files and should never produce a match, so not
    bothering to iterate them can make things more efficient.
    
    This also restructures the bounded concurrency model a bit to be more
    simple, while extracting the initial filesystem walk code to make
    it more modular and configurable in the future.
    mroth committed Jul 27, 2025
    Configuration menu
    Copy the full SHA
    6b692d2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from mroth/skip-vcs-trees

    feat: skip vcs directory trees during search
    mroth authored Jul 27, 2025
    Configuration menu
    Copy the full SHA
    e225b34 View commit details
    Browse the repository at this point in the history
Loading