aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/config.rb
AgeCommit message (Collapse)Author
2015-01-27config: be quieter with java_home.Mike McQuaid
References #36249.
2015-01-25brew-config: check whether java exists in PATHXu Cheng
For OS X, we will call `/usr/libexec/java_home` to exam whehter java is installed. Also rename the method to follow the same naming pattern of other similar methods. Closes #36187. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-01-22config: add Java to output.Baptiste Fontaine
Closes #35596. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-01-17brew-config: show realpath for pyenv and rbenvXu Cheng
Closes #35819. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-31Handle newer ruby versions correctly in config outputJack Nagel
Since Ruby 2.1, patch releases take the form "2.x.y" rather than "2.x.y-pnum".
2014-12-30Always dump full configurationJack Nagel
2014-12-30brew-config: always show XCode/CLT stateXu Cheng
Closes #33860. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-10-05Shows time since last commit in brew configTim D. Smith
Closes #32936.
2014-07-19Default to stdout since other code calls this methodJack Nagel
2014-07-19Remove intermediate methodJack Nagel
2014-07-19Allow verbose config to be written to any IO objectJack Nagel
2014-07-19Don't mess with stdout when writing build config to a fileJack Nagel
2014-06-30Add a method for getting the repo HEADJack Nagel
2014-06-19Only "extend self" once on the Homebrew moduleJack Nagel
2014-06-07Update build error config dump for Ruby 2.0Jack Nagel
2014-04-30--config -> configAdam Vandenberg