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. Jul 29, 2011
  2. Jul 28, 2011
  3. Jul 27, 2011
  4. Jul 26, 2011
    • Jack Nagel's avatar
      doctor: be more forgiving about GREP_OPTIONS · 5b06a27e
      Jack Nagel authored
      
      Currently, `brew doctor` complains about GREP_OPTIONS being set,
      regardless of its value. The cmake formula, for which this check was
      introduced, is more specific about what actually makes it fail.
      
      GREP_OPTIONS='--color=auto' will not cause the build to fail, so don't
      warn about this.
      
      Signed-off-by: default avatarAdam Vandenberg <flangy@gmail.com>
      5b06a27e
  5. Jul 23, 2011
  6. Jul 21, 2011
  7. Jul 11, 2011
  8. Jul 06, 2011
  9. Jul 04, 2011
  10. Jun 29, 2011
    • Max Howell's avatar
      Fix install_name massaging for keg-only brews · 870f3676
      Max Howell authored
      Fixes Homebrew/homebrew#6065.
      
      My pre-emptive fix that avoided calling Pathname.ensure_writable because I was not convinced it worked broke this function due to incorrect logic.
      
      The lesson is, don’t write pre-emptive fixes. Wait until you've seen the bug first. All code has bugs in, so write less. I'm an idiot sometimes.
      870f3676
  11. Jun 23, 2011
  12. Jun 22, 2011
  13. Jun 21, 2011
  14. Jun 20, 2011
Loading