X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=project_template%2Fmk-git-alias;fp=project_template%2Fmk-tag-alias;h=2c96e6e33c3e536a8560c7427dcf1ea4ffc11c95;hp=658fdbc06712da1db30309d15b283501e0858e5c;hb=a034384debcba3d8afe31640c8c1cc14147bd330;hpb=2b64a22fdde1ad164ea9e3dae3777ec20900153e 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\`"