X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=mk-git-aliases;fp=mk-git-aliases;h=0000000000000000000000000000000000000000;hb=435292ae742c22e6893e8b68938f86d251e4731c;hp=83cfbe8bd5a258001763676669f9db1fc6cbf028;hpb=e8beeb55405cb5b29d424d247d2e06a13d907597;p=sqlconvert.git diff --git a/mk-git-aliases b/mk-git-aliases deleted file mode 100755 index 83cfbe8..0000000 --- a/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\`"