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

primer: Add `--no-diff` option (#2187)
authorCooper Lees <me@cooperlees.com>
Tue, 4 May 2021 08:44:40 +0000 (01:44 -0700)
committerGitHub <noreply@github.com>
Tue, 4 May 2021 08:44:40 +0000 (10:44 +0200)
commita18c7bc09942951e93cbd142fb7384aa2af18951
tree90d9f561e622956c067ae22b4afec66253704589
parenta669b64091c149132f4e234abd230f7b33d692e8
primer: Add `--no-diff` option (#2187)

- Allow runs with no code diff output
- This is handy for reducing output to see which file is erroring

Test:
- Edit config for 'channels' to expect no changes and run with `--no-diff` and see no diff output
CHANGES.md
src/black_primer/cli.py
src/black_primer/lib.py
tests/test_primer.py