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

Enhance `--verbose` (#2526)
authorShivansh-007 <shivansh-007@outlook.com>
Mon, 10 Jan 2022 13:58:35 +0000 (19:28 +0530)
committerGitHub <noreply@github.com>
Mon, 10 Jan 2022 13:58:35 +0000 (05:58 -0800)
commit521d1b8129c2d83b4ab49270fe7473802259c2a2
tree57e228560be942b4f1e23f9cc793fc6f389c67e0
parente401b6bb1e1c0ed534bba59d9dc908caf7ba898c
Enhance `--verbose` (#2526)

Black would now echo the location that it determined as the root path
for the project if `--verbose` is enabled by the user, according to
which it chooses the SRC paths, i.e. the absolute path of the project
is `{root}/{src}`.

Closes #1880
CHANGES.md
src/black/__init__.py
src/black/files.py
tests/test_black.py