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

Pickle raw tuples in FileData cache (#3877)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Sun, 10 Sep 2023 23:16:24 +0000 (16:16 -0700)
committerGitHub <noreply@github.com>
Sun, 10 Sep 2023 23:16:24 +0000 (16:16 -0700)
commit751583a1dfc691423d96d7711a4c8d9cfe3ee9c8
tree8a2c07928da122d554ea429c29336f3964a088c3
parentf7917453c99f8183ffd0397affcccb2c37594771
Pickle raw tuples in FileData cache (#3877)

Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
CHANGES.md
src/black/cache.py