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

Handle .COLOR_DIFF in the same way as .DIFF (#1673)
authorTom Saunders <tom-saunders@users.noreply.github.com>
Sat, 5 Sep 2020 19:15:28 +0000 (20:15 +0100)
committerGitHub <noreply@github.com>
Sat, 5 Sep 2020 19:15:28 +0000 (12:15 -0700)
commit6b5753a41781ef7a8746aeea52c26e07f4b43c27
treeb163f11a3b16e90f5ceab97eaea0b4845d7b1b37
parent17908718338e6ba10d01f3b484ed0fe9542b8169
Handle .COLOR_DIFF in the same way as .DIFF (#1673)
CHANGES.md
src/black/__init__.py
tests/test_black.py