diff options
| author | Mike McQuaid | 2015-02-11 14:20:22 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-02-11 14:22:19 +0000 |
| commit | f89f0dca9b8826abadabb9597478907dc0e509e8 (patch) | |
| tree | c5bdf0cec6400be69bf421e70632890896ebfe50 /Library | |
| parent | 6ae1704e2c7bd6a71020ed810402e3dd1e87734c (diff) | |
| download | homebrew-f89f0dca9b8826abadabb9597478907dc0e509e8.tar.bz2 | |
pull: copy new subject when bumping.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/pull.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/pull.rb b/Library/Homebrew/cmd/pull.rb index 803af6609..cf0b74543 100644 --- a/Library/Homebrew/cmd/pull.rb +++ b/Library/Homebrew/cmd/pull.rb @@ -129,6 +129,7 @@ module Homebrew f = changed_formulae.first subject = "#{f.name} #{f.version}" ohai "New bump commit subject: #{subject}" + system "/bin/echo -n #{subject} | pbcopy" message = "#{subject}\n\n#{message}" end |
