]> git.phdru.name Git - sqlconvert.git/commitdiff
Rename tag-with-version to tag-with-message
authorOleg Broytman <phd@phdru.name>
Wed, 10 Aug 2016 17:30:41 +0000 (20:30 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 10 Aug 2016 17:30:41 +0000 (20:30 +0300)
mk-tag-alias

index 658fdbc06712da1db30309d15b283501e0858e5c..44018ab9c5163901ec1ee7c77a712548a396165b 100755 (executable)
@@ -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\`"