aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2015-02-11 14:20:22 +0000
committerMike McQuaid2015-02-11 14:22:19 +0000
commitf89f0dca9b8826abadabb9597478907dc0e509e8 (patch)
treec5bdf0cec6400be69bf421e70632890896ebfe50 /Library
parent6ae1704e2c7bd6a71020ed810402e3dd1e87734c (diff)
downloadhomebrew-f89f0dca9b8826abadabb9597478907dc0e509e8.tar.bz2
pull: copy new subject when bumping.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/pull.rb1
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