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

Add --extend-exclude parameter (#2005)
authorJoshua Cannon <joshua.cannon@ni.com>
Mon, 1 Mar 2021 22:07:36 +0000 (16:07 -0600)
committerGitHub <noreply@github.com>
Mon, 1 Mar 2021 22:07:36 +0000 (14:07 -0800)
commitbeecd6fd0a9103aa91b1019dcf8fc774b667ea6c
treecdf1dea2dd1224d401852468460353d84950d183
parent858225d34dc49ca353f9e573dd82dd5845766115
Add --extend-exclude parameter (#2005)

Look ma! I contribute to open source!

Co-authored-by: Richard Si <63936253+ichard26@users.noreply.github.com>
README.md
docs/change_log.md
docs/installation_and_usage.md
docs/pyproject_toml.md
pyproject.toml
src/black/__init__.py
tests/test_black.py