]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Apply ignore logic before symlink resolution (#3846)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Thu, 7 Sep 2023 04:06:07 +0000 (21:06 -0700)
committerGitHub <noreply@github.com>
Thu, 7 Sep 2023 04:06:07 +0000 (21:06 -0700)
commitdf50fee7fd85018f8db462774512a83031f00322
treec34a5ae7df0c552e657f4dd80a8f984f3a233ca7
parent58f1bf69d2ed2f6e3e5fa6a31e01ae58c9ffcff9
Apply ignore logic before symlink resolution (#3846)

This means, for instance, that a gitignored symlink cannot affect your
formatting. Fixes #3527, fixes #3826
CHANGES.md
src/black/files.py
tests/test_black.py