| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-09-20 | popen: Do not suppress stderr when HOMEBREW_STDERR | Shaun Jackman | |
| 2017-09-20 | popen: Add an options argument | Shaun Jackman | |
| Useful for selectively enabling or silencing stderr, for example. popen_read("foo", err: :err) | |||
| 2017-09-19 | Revert "popen: Do not suppress stderr" | ilovezfs | |
| 2017-09-08 | popen: Do not suppress stderr unless -d or -v | Shaun Jackman | |
| 2017-05-29 | Remove unused `popen_read_text` method. | Markus Reiter | |
| 2016-09-24 | Fix Style/GuardClause. | Markus Reiter | |
| 2016-06-01 | Prefer $stderr over STDERR for consistency (#304) | Martin Afanasjew | |
| Prior to this change there were only 3 instances of `STD(IN|OUT|ERR)` versus 74 instances of `$std(in|out|err)` in the Homebrew code base. The latter variant is also strongly suggested by bbatsov's Ruby Style Guide. | |||
| 2016-04-21 | brew-audit: pull style checks in to main audit output | Andrew Janke | |
| This collects all violations for each formula in a single place, instead of doing `brew style` outputs for all formulae first, and then the other audit checks. Closes #112. Signed-off-by: Andrew Janke <andrew@apjanke.net> | |||
| 2014-07-11 | Read if no block is passed to Utils.popen_read | Jack Nagel | |
| 2014-07-05 | Add popen wrapper that does not invoke the shell | Jack Nagel | |
