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

Make source handling use sets instead of lists
authorŁukasz Langa <lukasz@langa.pl>
Mon, 4 Jun 2018 19:50:24 +0000 (12:50 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Mon, 4 Jun 2018 22:53:37 +0000 (15:53 -0700)
commited91dd4de63215aa3dde1f6da8659fb35ff191d8
treee73d261d739a7938bc10f0d55106eeb2b069b3cd
parente5452a6b676c161d01ae0ac6cbb5a7cc4c395745
Make source handling use sets instead of lists

Also, sort cached file output to be (more) deterministic.
black.py
tests/test_black.py