]> git.phdru.name Git - sqlconvert.git/commitdiff
Rename tag.vim -> get-commit-message.vim
authorOleg Broytman <phd@phdru.name>
Wed, 10 Aug 2016 17:38:22 +0000 (20:38 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 10 Aug 2016 17:41:32 +0000 (20:41 +0300)
get-commit-message.vim [moved from tag.vim with 100% similarity]
mk-git-alias

similarity index 100%
rename from tag.vim
rename to get-commit-message.vim
index 44018ab9c5163901ec1ee7c77a712548a396165b..a1b7a93eb54dcd637ebd389f26a30f4be65c8011 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
 
 exec git config --local alias.tag-with-message \
-   "!GIT_EDITOR='vim -c \"source tag.vim\"' \
+   "!GIT_EDITOR='vim -c \"source get-commit-message.vim\"' \
    exec git tag -s \`python setup.py --version\`"