aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/patch.rb
AgeCommit message (Expand)Author
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