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

Don't colour diff headers white, only bold (GH-2691)
authorRichard Si <63936253+ichard26@users.noreply.github.com>
Wed, 15 Dec 2021 00:32:14 +0000 (19:32 -0500)
committerGitHub <noreply@github.com>
Wed, 15 Dec 2021 00:32:14 +0000 (19:32 -0500)
commit3083f4470bba6838d0ad59e9748f45a7621623b5
treeff0abfdad8b7ef5bc658f89e620097396dbc39bb
parentab8651371075ced6f58f519e48fc4e8ac529e8ce
Don't colour diff headers white, only bold (GH-2691)

So people with light themed terminals can still read 'em.
CHANGES.md
src/black/output.py
tests/test_black.py