index
:
brew
cmd-upgrade--change-build_bottle-method-call-to-bottle
master
🍺 The missing package manager for macOS
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
patch.rb
Age
Commit message (
Expand
)
Author
2018-01-22
resource: allow patches to be applied
ilovezfs
2017-11-19
patch: Use patch found in the PATH
Shaun Jackman
2017-10-18
Use “squiggly” heredocs.
Markus Reiter
2017-10-08
Clean up code style and remove `.rubocop_todo.yml`.
Markus Reiter
2017-06-12
Autocorrect Rubocop Style/SpecialGlobalVars.
Mike McQuaid
2017-05-22
patch: clean up with Forwardable
Alyssa Ross
2016-09-24
Fix Style/GuardClause.
Markus Reiter
2016-09-23
Fix RuboCop CaseEquality.
Markus Reiter
2016-09-17
rubocop --auto-correct all hash-rocket usage.
Mike McQuaid
2016-09-17
rubocop --auto-correct all remaining files.
Mike McQuaid
2016-02-06
Array#count alias didn't always exist
Misty De Meo
2016-02-01
DSL method "apply" to specify patch files
ilovezfs
2015-08-03
Core files style updates.
BrewTestBot
2015-01-08
Remove the direct url writer from Resource
Jack Nagel
2014-12-26
Allow debugging patching failures
Jack Nagel
2014-12-23
Don't raise NotImplementedError
Jack Nagel
2014-09-18
Pass command and arg list into ErrorDuringExecution constructor
Jack Nagel
2014-07-29
Simplify internal representation of patches
Jack Nagel
2014-07-29
Decouple DATA patches from the executing script
Jack Nagel
2014-07-28
Make Patch a module since it only has singleton methods
Jack Nagel
2014-07-28
Remove inheritance patch classes
Jack Nagel
2014-07-10
Fix method signature
Jack Nagel
2014-07-10
Legacy patches are never StringIOs
Jack Nagel
2014-07-01
Always use class.name to build inspect strings
Jack Nagel
2014-03-18
Remove redundant method
Jack Nagel
2014-03-18
Always use CurlDownloadStrategy for legacy patches
Jack Nagel
2014-03-15
Set patch name on initialization
Jack Nagel
2014-03-14
Remove use of Forwardable from ExternalPatch
Jack Nagel
2014-03-14
Ensure patch cache path is unique even when checksum is missing
Jack Nagel
2014-03-13
Add inspect methods to patch classes
Jack Nagel
2014-03-13
Drop version from cached patch filenames
Jack Nagel
2014-03-13
Teach audit about new patches implementation
Jack Nagel
2014-03-13
Teach fetch to download patches
Jack Nagel
2014-03-13
Enable new patch implementation with compatibility layer
Jack Nagel
2014-03-13
New patch implementation and DSL
Jack Nagel