Skip to content
Snippets Groups Projects
Commit 2e7c4236 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

bottle: show diff before trying to commit.

parent a42ac924
No related branches found
No related tags found
No related merge requests found
......@@ -219,6 +219,7 @@ module Homebrew extend self
update_or_add = has_bottle_block ? 'update' : 'add'
system 'git', 'diff'
safe_system 'git', 'commit', '--no-edit', '--verbose',
"--message=#{f.name}: #{update_or_add} #{f.version} bottle.",
'--', f.path
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment