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

Revert change to .gitignore.d behavior in #196 #334

Merged
merged 1 commit into from
Dec 29, 2023

Commits on Dec 28, 2023

  1. Revert change to ,gitignore.d behavior in RichiH#196

    Fixes RichiH#333.
    
    In git 2.7.0, new git behavior changed gitignore to no longer require
    un-ignoring every parent directory above an un-ignored file. vcsh
    updated its logic around this in PR RichiH#196 (vcsh commit e4f4ecf).
    Unfortunately, git's change was reverted before 2.8.0-rc4 (git commit
    5cee349).
    
    This change therefore reverts the logic change in RichiH#196 causing `vcsh
    write-gitignore` to once again emit parent directories into generated
    `.gitignore.d/<repo>` files.
    
    See RichiH#333 for the gory details.
    jwhitley committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    da79e9b View commit details
    Browse the repository at this point in the history