From: Oleg Broytman Date: Wed, 10 Aug 2016 17:29:55 +0000 (+0300) Subject: Rename tag-with-version to tag-with-message X-Git-Tag: 2.7.0~20 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=6ed1c598ee437f240039d9f2b7f19f21ef2d5f01 Rename tag-with-version to tag-with-message --- diff --git a/mk-tag-alias b/mk-tag-alias index 658fdbc..44018ab 100755 --- a/mk-tag-alias +++ b/mk-tag-alias @@ -1,5 +1,5 @@ #!/bin/sh -exec git config --local alias.tag-with-version \ +exec git config --local alias.tag-with-message \ "!GIT_EDITOR='vim -c \"source tag.vim\"' \ exec git tag -s \`python setup.py --version\`"