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

Split out Change Log (#1117)
authorCooper Lees <me@cooperlees.com>
Wed, 4 Mar 2020 15:40:48 +0000 (15:40 +0000)
committerGitHub <noreply@github.com>
Wed, 4 Mar 2020 15:40:48 +0000 (16:40 +0100)
commitd29303c9884e1ef715851d69acc5d54f84441720
tree68a9efc7dce470c4a1672f7b668673e7d5a23112
parent6d8b90167b00707c5524f993933e33ddbd5a90f6
Split out Change Log (#1117)

* Split out Change Log
- Move to CHANGES.md to allow bots to see changes
- MANIFEST.in already includes *.md so CHANGES.md will be included
- THis maintains format but the change log will now be after acknowledgements
- This also ensure this gets added to pypi.org via setup.py function
CHANGES.md [new file with mode: 0644]
README.md
setup.py