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

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