brew-pull: Clarify comment concerning whitespace
This commit is contained in:
parent
d54e7fb4de
commit
a6877c02b0
@ -36,9 +36,10 @@ HOMEBREW_REPOSITORY.cd do
|
|||||||
# Store current revision
|
# Store current revision
|
||||||
revision = `git log -n1 --format=%H`.strip()
|
revision = `git log -n1 --format=%H`.strip()
|
||||||
|
|
||||||
# Makes sense to squash whitespace errors, we don't want them.
|
|
||||||
ohai 'Applying patch'
|
ohai 'Applying patch'
|
||||||
patch_args = %w[am --signoff]
|
patch_args = %w[am --signoff]
|
||||||
|
# Normally we don't want whitespace errors, but squashing them can break
|
||||||
|
# patches so an option is provided to skip this step.
|
||||||
patch_args << '--whitespace=fix' unless ARGV.include? '--ignore-whitespace'
|
patch_args << '--whitespace=fix' unless ARGV.include? '--ignore-whitespace'
|
||||||
patch_args << patchpath
|
patch_args << patchpath
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user