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

If any file changed only parse all files if force-update is true #1087

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 30, 2024

  1. If any file changed only parse all files if force-update is true

    Commit 13e9a44 enforced parsing all
    files if any file is newer than the previous parse, not only updated
    files.
    
    However, this did not take into account the `--force-update` option and
    would parse all files even if `--force-update` was false.
    
    After this commit, if `--force-update` is false, only files newer than
    the previous parse will be parsed.
    p8 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    b9cd477 View commit details
    Browse the repository at this point in the history