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. Jun 13, 2016
  2. Jun 12, 2016
  3. Jun 11, 2016
    • ilovezfs's avatar
      deps should respect skip-recommended · 63675084
      ilovezfs authored
      
      For example, `brew deps libass --skip-recommended` shouldn't print
      harfbuzz because, even though libass builds with harfbuzz when harfbuzz
      is not skipped, we asked to skip recommended, of which harfbuzz is one.
      
      The corresponding change is made for `brew uses` as well.
      
      Thanks to Xu Cheng for contributing the code. Any errors are mine.
      
      Closes #129.
      
      Signed-off-by: default avatarilovezfs <ilovezfs@icloud.com>
      63675084
  4. Jun 09, 2016
    • ilovezfs's avatar
      boneyard-formula-pr: add new command. · 11d47e83
      ilovezfs authored
      
      Add a new developer command (i.e., requires `HOMEBREW_DEVELOPER` set in
      your environment) to "boneyard" a formula, by creating one pull request
      removing the formula from its current tap and updating (or creating)
      tap_migrations.json, and another pull request importing the formula into
      homebrew/boneyard with any bottle block removed.
      
      Closes #53.
      
      Signed-off-by: default avatarilovezfs <ilovezfs@icloud.com>
      11d47e83
  5. Jun 08, 2016
  6. Jun 07, 2016
    • Martin Afanasjew's avatar
      audit: detect more 'pkgshare' candidates (#328) · af42deca
      Martin Afanasjew authored
      The new check also allows the `+` operator instead of our (still heavily
      preferred) `/` operator for path concatenation and also triggers if the
      operator is surrounded by whitespace.
      
      Also recognizes single-quoted strings and uses a back reference to
      match the closing quote for a slightly lower chance of false positives.
      
      Closes #322.
      af42deca
  7. Jun 05, 2016
  8. Jun 03, 2016
  9. Jun 02, 2016
  10. Jun 01, 2016
  11. May 31, 2016
Loading