| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-10 | Disconnect defined options from the build object | Jack Nagel | |
| 2014-07-06 | Remove redundant "which git" guards | Jack Nagel | |
| There is always a git executable on PATH due to the git wrapper in Library/Contributions/cmd. The wrapper will notify the user if there is not a real git installed. | |||
| 2014-07-06 | Use Formula tap methods instead of matching the path | Jack Nagel | |
| 2014-06-22 | Move deprecated Formula class methods to compat | Jack Nagel | |
| These have all been moved to Formulary. | |||
| 2014-06-21 | Show file contents instead of commits | Vladimír Kriška | |
| Closes Homebrew/homebrew#30324. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-06-19 | Pull requires out of methods | Jack Nagel | |
| 2014-06-19 | Only "extend self" once on the Homebrew module | Jack Nagel | |
| 2014-05-18 | always use a top-level array for info JSON | Adam Vandenberg | |
| Closes Homebrew/homebrew#29318. | |||
| 2014-05-16 | add --installed to json info | Adam Vandenberg | |
| Closes Homebrew/homebrew#29315. | |||
| 2014-04-24 | Make the on-disk representation of taps unambiguous | Tsukasa OMOTO | |
| This commit supports "-" and "_" in names of user and repository. Closes Homebrew/homebrew#28203. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-04-23 | separate the brew info for multiple formulae | Dan Martinez | |
| Closes Homebrew/homebrew#27311. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-04-06 | Remove now unnecessary realpath calls | Jack Nagel | |
| 2014-03-18 | Fix copy/paste error | Jack Nagel | |
| Fixes Homebrew/homebrew#27685. | |||
| 2014-03-10 | Update info command for generalized bottle implementation | Jack Nagel | |
| 2014-03-08 | remove brew info --all | Adam Vandenberg | |
| Closes Homebrew/homebrew#27322. | |||
| 2014-02-28 | Remove "brew info <URL>" | Jack Nagel | |
| Closes Homebrew/homebrew#27076. | |||
| 2013-11-11 | info: fix on non-tty terminals. | Mike McQuaid | |
| References Homebrew/homebrew#18922. Closes Homebrew/homebrew#24188. Closes Homebrew/homebrew#24190. | |||
| 2013-11-11 | info: decorate deps to show installed status? | Colin Dean | |
| * shows green tick if installed or red cross if not * only highlight dependency if HOMEBREW_NO_EMOJI is set Closes Homebrew/homebrew#18922. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-10-30 | global: add more tap regexes. | Mike McQuaid | |
| 2013-06-26 | info: Only print Cellar info if it exists | Misty De Meo | |
| 2013-06-25 | Fix info --github | Adam Vandenberg | |
| Closes Homebrew/homebrew#20780. | |||
| 2013-06-24 | Add 'From:' to GitHub url for formula | Adam Vandenberg | |
| Closes Homebrew/homebrew#20724. | |||
| 2013-06-22 | Add Utils::JSON to wrap the JSON implementation | Jack Nagel | |
| 2013-06-09 | info: remove unreachable code | Jack Nagel | |
| 2013-06-09 | Separate formula conflicts from requirements | Jack Nagel | |
| Closes Homebrew/homebrew#20357. | |||
| 2013-05-10 | info: simplify keg listing | Jack Nagel | |
| 2013-05-10 | info: improve dependency listing | Jack Nagel | |
| 2013-05-02 | info: re-raise on blacklist miss | Jack Nagel | |
| 2013-04-29 | info: try blacklist for unknown formula names | Adam Vandenberg | |
| Closes Homebrew/homebrew#17399. | |||
| 2013-03-31 | brew-info: Add pinned status to info. | Simon Sigurdhsson | |
| Closes Homebrew/homebrew#18851. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-03-28 | Suppress ambiguous argument and grouped expression warnings | Jack Nagel | |
| 2013-03-28 | info: make use of Tab#to_s | Jack Nagel | |
| Closes Homebrew/homebrew#18788. | |||
| 2013-03-20 | brew-info: specify whether poured or built. | Mike McQuaid | |
| - Store in the tab if a bottle was poured for the build. - Add an additional line of output to `brew info` outputting whether the formula was built from source or poured from a bottle. Closes Homebrew/homebrew#18430. Closes Homebrew/homebrew#18475. | |||
| 2013-03-01 | Support 32-bit 10.6 bottles. | Mike McQuaid | |
| Closes Homebrew/homebrew#17735. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-02-16 | info: open history pages for all specified formulae | Jack Nagel | |
| Closes Homebrew/homebrew#17852. | |||
| 2013-01-14 | info: sort conflicts consistently | Jack Nagel | |
| 2013-01-14 | Restore keg-only caveats | Jack Nagel | |
| Fixes Homebrew/homebrew#16989. | |||
| 2013-01-02 | Add caveats class and use in brew info. | Mike McQuaid | |
| Probably a better approach than reverted e721c7. Fixes Homebrew/homebrew#16604. | |||
| 2012-12-16 | Revert "Add launchctl_instructions method" | Jack Nagel | |
| This code makes assumptions about the existence of prefix which are valid in the context of the installer, but not necessarily in the context of `brew info`, thus `brew info` on an outdated formula errors out. This reverts commit e5b53dd64b769b67805d1054d906f7083939d905. | |||
| 2012-12-16 | Add launchctl_instructions method | Lorenzo Manacorda | |
| Closes Homebrew/homebrew#16604. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2012-12-04 | propert version sort in `info` command | Mislav Marohnić | |
| Closes Homebrew/homebrew#16382. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-09-17 | info: Add JSON output | Misty De Meo | |
| Output JSON with the --json=v1 option. Output is in an array, and supports one or more formulae (or all, with the --all option). Why 'v1'? The format is unstable, presumably we'll deprecate it someday. It should be solid by Homebrew 1.0. Closes Homebrew/homebrew#13299. | |||
| 2012-08-25 | Miscellaneous bottle code cleanup. | Mike McQuaid | |
| 2012-08-12 | Add :when_xquartz_installed as a keg-only reason | Jack Nagel | |
| Using :when_xquartz_installed will tell the keg-only machinery to activate if XQuartz is installed. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-08-09 | Fix info/options for new options dsl | Adam Vandenberg | |
| 2012-08-07 | Simplify conditional | Jack Nagel | |
| Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-08-07 | Simplify printing conflicts in `brew info` | Jack Nagel | |
| Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-08-07 | fix info command | Adam Vandenberg | |
| 2012-08-06 | Don't error out if never `brew updated` | Max Howell | |
| Fixes Homebrew/homebrew#12944. | |||
| 2012-08-04 | Show options for foo with `brew info foo` | Max Howell | |
| About time right? | |||
