Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Homebrew/brew.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Nov 11, 2012
  2. Nov 10, 2012
  3. Nov 09, 2012
  4. Nov 07, 2012
  5. Nov 04, 2012
  6. Nov 02, 2012
  7. Nov 01, 2012
  8. Oct 31, 2012
  9. Oct 30, 2012
  10. Oct 29, 2012
  11. Oct 28, 2012
  12. Oct 26, 2012
  13. Oct 25, 2012
    • Jack Nagel's avatar
      FormulaInstaller: disambiguate show_header usage · e1da727a
      Jack Nagel authored
      
      show_header should default to false (we don't want to display it in the
      case of installing a single formula without dependencies), but it only
      worked this way by accident.
      
      The assignment "show_header = true" creates a local variable named
      show_header, and in the case where needed_deps is empty and this
      assignment is not actually executed, the latter usage evaluates the
      local variable instead of calling the method.
      
      Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
      e1da727a
Loading