X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=project_template%2Fmk-git-aliases;fp=project_template%2Fmk-git-aliases;h=0000000000000000000000000000000000000000;hp=83cfbe8bd5a258001763676669f9db1fc6cbf028;hb=0649f3b0583a1f86fbcd17b1a89adb0e13a85695;hpb=703fac6af08d5952e4cb13051e09da6626b99feb diff --git a/project_template/mk-git-aliases b/project_template/mk-git-aliases deleted file mode 100755 index 83cfbe8..0000000 --- a/project_template/mk-git-aliases +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -git config --local alias.commit-with-message \ - "!GIT_EDITOR='vim -c \"source get-commit-message.vim\"' \ - exec git commit -v" - -exec git config --local alias.tag-with-message \ - "!GIT_EDITOR='vim -c \"source get-commit-message.vim\"' \ - exec git tag -s \`python setup.py --version\`"