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

pull: allow temporarily editing an empty commit.

parent bf6887bc
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ module Homebrew
# If this is a pull request, append a close message.
unless message.include? "Closes ##{issue}."
message += "\nCloses ##{issue}."
safe_system 'git', 'commit', '--amend', '--signoff', '-q', '-m', message
safe_system 'git', 'commit', '--amend', '--signoff', '--allow-empty', '-q', '-m', message
end
end
......
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