]> 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:

Fix handling of Windows junctions in normalize_path_maybe_ignore (#2904)
authoryoerg <73831825+yoerg@users.noreply.github.com>
Tue, 8 Mar 2022 15:28:13 +0000 (16:28 +0100)
committerGitHub <noreply@github.com>
Tue, 8 Mar 2022 15:28:13 +0000 (07:28 -0800)
commit24ffc54a53b52293a54d7ef9f2105c26e945cc67
tree358b4832a333061c839ee903cc8b0b28eb3fb6b5
parentfd6e92aa460659d26136f5f86878b47254480259
Fix handling of Windows junctions in normalize_path_maybe_ignore (#2904)

Fixes #2569
CHANGES.md
src/black/files.py
tests/test_black.py