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

Improve caching by comparing file hashes as fallback for mtime and size (#3821)
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>
Sat, 19 Aug 2023 02:26:36 +0000 (04:26 +0200)
committerGitHub <noreply@github.com>
Sat, 19 Aug 2023 02:26:36 +0000 (19:26 -0700)
commitc6a031e623c7991ac9129f578dc21dffe2d7ede3
tree20b86f4727a1a937275f912cf80644bfdbbc87f7
parent793c2b5f9f7c7ca267fbcab58d30997ac6b9497d
Improve caching by comparing file hashes as fallback for mtime and size (#3821)

Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
CHANGES.md
docs/contributing/reference/reference_classes.rst
docs/contributing/reference/reference_functions.rst
pyproject.toml
src/black/__init__.py
src/black/cache.py
src/black/concurrency.py
tests/test_black.py