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

Introduce "project root" as a concept
authorŁukasz Langa <lukasz@langa.pl>
Mon, 4 Jun 2018 17:59:36 +0000 (10:59 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Mon, 4 Jun 2018 18:03:18 +0000 (11:03 -0700)
commit36bed855e11b119adc4cd5b3ad87e2da965928ba
tree2eb7f46cc964d00f356ea269e5fd4156a99e7acf
parent8b8795436170de38dfacc05a947b2a2a1e42c33f
Introduce "project root" as a concept

This is required for regular expressions in `--include=` and `--exclude=` not
to catch false positives from directories outside of the project.
black.py
tests/test_black.py