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

Check excludes before symlink resolution for command line parameters #3987

Closed
wants to merge 4 commits into from

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    ab810bd View commit details
    Browse the repository at this point in the history
  2. Check excludes before symlink resolution for command line parameters

    This adjusts exclusion checking for command line parameters the same way
    as psf#3846 did for other files. Specifically, --force-exclude is now
    checked before symlink resolution. This way symlink handling is
    consistent between command line parameters and other collected files.
    
    Fixes psf#3826.
    sth committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    d534b17 View commit details
    Browse the repository at this point in the history
  3. Add to CHANGES.md

    sth committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    2ef832d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ded8f3d View commit details
    Browse the repository at this point in the history