From: Oleg Broytman Date: Wed, 10 Aug 2016 17:47:41 +0000 (+0300) Subject: Rename mk-tag-alias -> mk-git-alias, tag.vim -> get-commit-message.vim X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=commitdiff_plain;h=a034384debcba3d8afe31640c8c1cc14147bd330 Rename mk-tag-alias -> mk-git-alias, tag.vim -> get-commit-message.vim --- diff --git a/project_template/tag.vim b/project_template/get-commit-message.vim similarity index 100% rename from project_template/tag.vim rename to project_template/get-commit-message.vim diff --git a/project_template/mk-tag-alias b/project_template/mk-git-alias similarity index 64% rename from project_template/mk-tag-alias rename to project_template/mk-git-alias index 658fdbc..2c96e6e 100755 --- a/project_template/mk-tag-alias +++ b/project_template/mk-git-alias @@ -1,5 +1,5 @@ #!/bin/sh exec git config --local alias.tag-with-version \ - "!GIT_EDITOR='vim -c \"source tag.vim\"' \ + "!GIT_EDITOR='vim -c \"source get-commit-message.vim\"' \ exec git tag -s \`python setup.py --version\`"