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

Avoid crashing when the user has no homedir (#2814)
authorJoachim Jablon <ewjoachim@gmail.com>
Tue, 8 Feb 2022 20:13:58 +0000 (21:13 +0100)
committerGitHub <noreply@github.com>
Tue, 8 Feb 2022 20:13:58 +0000 (12:13 -0800)
commitb4a6bb08fa704facbf3397f95b3216e13c3c964a
tree6fdd28d1c7671aab2d351032f8f0d61c45772ddb
parent9b317178d62f9397b7e792d0f6dda827693df1b3
Avoid crashing when the user has no homedir (#2814)
CHANGES.md
src/black/files.py
tests/test_black.py