git-svn-abandon: add link to tag request
This commit is contained in:
parent
1529085503
commit
08eb58aa9e
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue