ddb336a5ec
git-svn-abandon helps you do a one-way migration from svn to git. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
12 lines
324 B
Ruby
12 lines
324 B
Ruby
require 'formula'
|
|
|
|
class GitSvnAbandon < Formula
|
|
head 'https://github.com/nothingmuch/git-svn-abandon.git'
|
|
homepage 'https://github.com/nothingmuch/git-svn-abandon'
|
|
|
|
def install
|
|
bin.install 'git-svn-abandon-cleanup'
|
|
bin.install 'git-svn-abandon-fix-refs'
|
|
bin.install 'git-svn-abandon-msg-filter'
|
|
end
|
|
end
|