git-svn-abandon: add link to tag request

This commit is contained in:
Adam Vandenberg 2012-02-13 19:37:45 -08:00
parent 1529085503
commit 08eb58aa9e

View file

@ -1,12 +1,13 @@
require 'formula'
class GitSvnAbandon < Formula
head 'https://github.com/nothingmuch/git-svn-abandon.git'
homepage 'https://github.com/nothingmuch/git-svn-abandon'
head 'https://github.com/nothingmuch/git-svn-abandon.git'
# Pending request for stable tab:
# https://github.com/nothingmuch/git-svn-abandon/issues/2
def install
bin.install 'git-svn-abandon-cleanup'
bin.install 'git-svn-abandon-fix-refs'
bin.install 'git-svn-abandon-msg-filter'
bin.install Dir['git-svn-abandon-*']
end
end