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. Sep 23, 2009
  2. Sep 22, 2009
  3. Sep 18, 2009
  4. Sep 17, 2009
  5. Sep 16, 2009
    • Hunter Morris's avatar
      Added 'man' to be ignored · aafbdcc1
      Hunter Morris authored
      
      Signed-off-by: default avatarMax Howell <max@methylblue.com>
      
      Homebrew doesn't install to man, but if it's already there, we should indeed ignore it.
      aafbdcc1
    • Darcy Laycock's avatar
      Add fish completions for the brew binary · 8ecb7b06
      Darcy Laycock authored
      See Library/Contributions
      8ecb7b06
    • Max Howell's avatar
      Allow formulae to use __END__ · c28bd7b5
      Max Howell authored
      For this to work the "running script" must be the formulae file. Making this
      so wasn't so hard, there is now an install.rb script which is included with
      the -r flag to the ruby executable. An at_exit handler calls the install
      function.
      
      Having the install logic in its own file made it feel like there was so much
      space that I added extra error handling. So there is something to be said for
      separating functionality out into its own files.
      
      Still the error handling sucks, we'll need to marshall the exception back to
      the bin/brew command. Which is another PITA.
      
      Still overall I think this will prove worthwhile. But if it doesn't we'll
      revert.
      
      As a first usage, you can put a diff after __END__ and return DATA from
      Formula::patches to make Homebrew aware of it.
      c28bd7b5
Loading