Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert change to ,gitignore.d behavior in #196
Fixes #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 #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 #196 causing `vcsh write-gitignore` to once again emit parent directories into generated `.gitignore.d/<repo>` files. See #333 for the gory details.
- Loading branch information