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

Rename FileMode into just Mode
authorŁukasz Langa <lukasz@langa.pl>
Wed, 4 Mar 2020 22:16:55 +0000 (23:16 +0100)
committerŁukasz Langa <lukasz@langa.pl>
Wed, 4 Mar 2020 22:16:55 +0000 (23:16 +0100)
commit06f2790b5ca3fea45515e33c9660ad6265120a5a
tree3729c99d8d9edb3be45ee493a1d09020ecfd737d
parent0626c89a5a0be5cca7d90bc01428ccf0ffe0f402
Rename FileMode into just Mode

The mode was never just about files to begin with.  There are no other modes in
Black, this can be the default one.
black.py