aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/patch.rb
AgeCommit message (Expand)Author
2018-01-22resource: allow patches to be appliedilovezfs
2017-11-19patch: Use patch found in the PATHShaun Jackman
2017-10-18Use “squiggly” heredocs.Markus Reiter
2017-10-08Clean up code style and remove `.rubocop_todo.yml`.Markus Reiter
2017-06-12Autocorrect Rubocop Style/SpecialGlobalVars.Mike McQuaid
2017-05-22patch: clean up with ForwardableAlyssa Ross
2016-09-24Fix Style/GuardClause.Markus Reiter
2016-09-23Fix RuboCop CaseEquality.Markus Reiter
2016-09-17rubocop --auto-correct all hash-rocket usage.Mike McQuaid
2016-09-17rubocop --auto-correct all remaining files.Mike McQuaid
2016-02-06Array#count alias didn't always existMisty De Meo
2016-02-01DSL method "apply" to specify patch filesilovezfs
2015-08-03Core files style updates.BrewTestBot
2015-01-08Remove the direct url writer from ResourceJack Nagel
2014-12-26Allow debugging patching failuresJack Nagel
2014-12-23Don't raise NotImplementedErrorJack Nagel
2014-09-18Pass command and arg list into ErrorDuringExecution constructorJack Nagel
2014-07-29Simplify internal representation of patchesJack Nagel
2014-07-29Decouple DATA patches from the executing scriptJack Nagel
2014-07-28Make Patch a module since it only has singleton methodsJack Nagel
2014-07-28Remove inheritance patch classesJack Nagel
2014-07-10Fix method signatureJack Nagel
2014-07-10Legacy patches are never StringIOsJack Nagel
2014-07-01Always use class.name to build inspect stringsJack Nagel
2014-03-18Remove redundant methodJack Nagel
2014-03-18Always use CurlDownloadStrategy for legacy patchesJack Nagel
2014-03-15Set patch name on initializationJack Nagel
2014-03-14Remove use of Forwardable from ExternalPatchJack Nagel
2014-03-14Ensure patch cache path is unique even when checksum is missingJack Nagel
2014-03-13Add inspect methods to patch classesJack Nagel
2014-03-13Drop version from cached patch filenamesJack Nagel
2014-03-13Teach audit about new patches implementationJack Nagel
2014-03-13Teach fetch to download patchesJack Nagel
2014-03-13Enable new patch implementation with compatibility layerJack Nagel
2014-03-13New patch implementation and DSLJack Nagel