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

Find project root correctly (#1518)
authorLihu Ben-Ezri-Ravin <lbenezriravin@starry.com>
Wed, 24 Jun 2020 09:09:07 +0000 (05:09 -0400)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2020 09:09:07 +0000 (10:09 +0100)
commit2471b9256d9d9dfea1124d20072201693b9b0865
treef39871a5635fbb14941f592dffa7c143c311b3c3
parentf90f50a7436ca13517933c290ef007e7cb2e7258
Find project root correctly (#1518)

Ensure root dir is a common parent of all inputs
Fixes #1493
src/black/__init__.py
tests/test_black.py