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. Apr 12, 2017
  2. Apr 11, 2017
  3. Apr 10, 2017
  4. Apr 09, 2017
  5. Apr 05, 2017
  6. Apr 04, 2017
  7. Apr 03, 2017
  8. Apr 02, 2017
    • Markus Reiter's avatar
      Merge pull request #2431 from reitermarkus/fix-sudo-root-wheel · a365e16b
      Markus Reiter authored
      Use `sudo` if parent path of `target` is not writable.
      a365e16b
    • Mike McQuaid's avatar
      ISSUE_TEMPLATE: tweak instructions. · f7a9c6f0
      Mike McQuaid authored
      Be clearer about what's expected and where to file things.
      f7a9c6f0
    • Tim D. Smith's avatar
      Unlink before rewriting link · d0feae06
      Tim D. Smith authored
      ln_sf does the right thing when `dest` is a symlink pointing to a file:
      the symlink gets overwritten with a link pointing to the new src. But
      when dest points to a directory, we create a new symlink inside the
      folder dest points to, which doesn't help us at all.
      d0feae06
    • Tim D. Smith's avatar
      Don't follow symlinks when hunting for strings · 51c4c84a
      Tim D. Smith authored
      When we're assessing whether a bottle is relocatable, we shouldn't have
      to descend into symlink paths we encounter. This is supposed to be the
      default behavior but it doesn't appear to be (perhaps because we pass a
      symlink to the keg on the command line?).
      
      All of the switches that control this behavior differ between BSD and
      GNU grep, so sniff the grep flavor first.
      51c4c84a
Loading