X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=project_template%2Fmk-git-alias;fp=project_template%2Fmk-git-alias;h=0000000000000000000000000000000000000000;hb=37155becdef212c617b90c2aa1a333a569b8a540;hp=2c96e6e33c3e536a8560c7427dcf1ea4ffc11c95;hpb=a034384debcba3d8afe31640c8c1cc14147bd330;p=cookiecutter.git diff --git a/project_template/mk-git-alias b/project_template/mk-git-alias deleted file mode 100755 index 2c96e6e..0000000 --- a/project_template/mk-git-alias +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -exec git config --local alias.tag-with-version \ - "!GIT_EDITOR='vim -c \"source get-commit-message.vim\"' \ - exec git tag -s \`python setup.py --version\`"