aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2012-02-13 19:37:45 -0800
committerAdam Vandenberg2012-02-13 21:53:05 -0800
commit9b93efe839920c3edb9fd3b46c3feca546d4b6ca (patch)
tree153807df46a063554770f76fb2f075295f86741a
parent28d2bd3354345a9f5a5a53db7927d86172450890 (diff)
downloadhomebrew-9b93efe839920c3edb9fd3b46c3feca546d4b6ca.tar.bz2
git-svn-abandon: add link to tag request
-rw-r--r--Library/Formula/git-svn-abandon.rb9
1 files changed, 5 insertions, 4 deletions
diff --git a/Library/Formula/git-svn-abandon.rb b/Library/Formula/git-svn-abandon.rb
index bca7fa4e0..888d0d0d4 100644
--- a/Library/Formula/git-svn-abandon.rb
+++ b/Library/Formula/git-svn-abandon.rb
@@ -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