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 18, 2017
  2. Apr 17, 2017
  3. Apr 16, 2017
  4. Apr 15, 2017
  5. Apr 11, 2017
  6. Apr 09, 2017
  7. Apr 07, 2017
  8. Apr 05, 2017
  9. Apr 04, 2017
  10. Apr 03, 2017
  11. Apr 02, 2017
    • 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
    • Mike McQuaid's avatar
      Document all short flags. · 566d3cb5
      Mike McQuaid authored
      566d3cb5
    • Mike McQuaid's avatar
      man: strip </?var> from Markdown output. · bfcfdb4f
      Mike McQuaid authored
      bfcfdb4f
    • Eugene Nikolsky's avatar
      Fix the 'export PATH' message in `link` for a keg-only formula · edd9a971
      Eugene Nikolsky authored
      Commit 4cae6a72 introduced the message,
      but it printed the wrong path, e.g. for `brew link sqlite`:
      
      ```
      If you need to have this software first in your PATH instead consider running:
        echo 'export PATH="/usr/local/opt/sqlite:$PATH"' >> ~/.zshrc/bin
      ```
      
      where `/bin` is appended at the end, but should be inserted before
      `:$PATH`: `echo 'export PATH="/usr/local/opt/sqlite/bin:$PATH"' >> ~/.zshrc`.
      This patch fixes that and updates a test to verify it.
      edd9a971
    • JCount's avatar
      gpg_spec: make test compatible with gnupg 2.1.x · 0e1b7ce8
      JCount authored
      maintain existing compatibility with gnupg 2.0.x
      0e1b7ce8
  12. Apr 01, 2017
  13. Mar 31, 2017
Loading