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

Move profiling data out of tests/data
authorŁukasz Langa <lukasz@langa.pl>
Sat, 9 Jun 2018 22:40:00 +0000 (15:40 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Sat, 9 Jun 2018 22:48:41 +0000 (15:48 -0700)
commit94ebcb50851e40cba88c6ad2c14f9dfe45e08921
treebeb3fdb16a041019910a65ce711b495261b08f58
parent5d0a469e8e2a6b83163ea27c9da654cb97f05e8a
Move profiling data out of tests/data
profiling/dict_big.py [new file with mode: 0644]
profiling/dict_huge.py [new file with mode: 0644]
profiling/list_big.py [new file with mode: 0644]
profiling/list_huge.py [new file with mode: 0644]
profiling/mix_big.py [moved from tests/data/profile_big.py with 100% similarity]
profiling/mix_huge.py [moved from tests/data/profile_huge with 100% similarity]
profiling/mix_small.py [moved from tests/data/profile_small.py with 100% similarity]
tests/data/profile_tiny.py [deleted file]