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

Support --diff for both files and stdin
authorŁukasz Langa <lukasz@langa.pl>
Sat, 31 Mar 2018 09:24:01 +0000 (02:24 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Sat, 31 Mar 2018 22:46:09 +0000 (15:46 -0700)
commita20a3eeb0f738d3434efe3be8932db11722757a4
tree3c5d9e0b764dc6b6a7918c0628e398399cef8b1d
parenta42aef780630bce97c01dbf33a1947ea108e6e29
Support --diff for both files and stdin

Fixes #87
MANIFEST.in
README.md
black.py
tests/expression.diff [new file with mode: 0644]
tests/test_black.py