| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-11-13 | metadata: Use options from previous installs | Charlie Sharpsteen | |
| FormulaInstaller now loads the install recipt of a previous install and appends the `used_options` to ARGV before forking to build. This means `brew upgrade` will "remember" which options were invoked for the last install and re-use them. Fixes Homebrew/homebrew#5250. | |||
| 2011-11-13 | metadata: Record installation options | Charlie Sharpsteen | |
| Adds a new class called `Tab` that acts as a recipt for install options. A `Tab` can be serialized to a JSON file for future reference. | |||
