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

Use conditional case for diff reports (#1226)
authorkyle hausmann <kyle.hausmann@gmail.com>
Sat, 18 Jan 2020 15:13:15 +0000 (10:13 -0500)
committerJelle Zijlstra <jelle.zijlstra@gmail.com>
Sat, 18 Jan 2020 15:13:15 +0000 (07:13 -0800)
commita02829bea1452e0db150eec88c2d99eaf162aa72
tree096fff8355541420c7cf6932f4e59b4a8b3e0cfe
parent9ef8e6c9b0090d787953bcd3c46a8942483fcc6b
Use conditional case for diff reports (#1226)

When --diff flag is used, black will now use the
conditional case in the Report output: eg "would
be reformatted"
black.py
tests/test_black.py