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. May 27, 2011
  2. May 26, 2011
  3. May 19, 2011
    • Charlie Sharpsteen's avatar
      Add new external command: unpack · 783be64c
      Charlie Sharpsteen authored
      
      `brew-unpack` is inspired by the `unpack` command of Haskell's Cabal.
      `brew unpack <formulae ...>` will fetch the source code archives of one or more
      formula and extract them into subfolders of the current working directory. An
      alternate root directory may be specified by invoking the `--destdir` flag.
      
      This provides some nice advantages for inspecting source code compared to
      `brew install -i -f <formula>`:
      
        - The extracted source code won't be deleted when the Ruby process
          terminates---which allows for long-term experimentation.
      
        - The user has control over which directory the code is extracted into.
      
        - No install process is initiated, so accidentally typing the equivalent of
          `exit 0` will not cause `brew` to mess with an existing installation.
      
        - Several formulae may be unpacked at once.
      
      Signed-off-by: default avatarAdam Vandenberg <flangy@gmail.com>
      783be64c
    • Adam Vandenberg's avatar
      Move gz-only strategy into core. · 206c370d
      Adam Vandenberg authored
      206c370d
    • Mike McQuaid's avatar
      Create method for accessing Xcode version. · f8127143
      Mike McQuaid authored
      f8127143
  4. May 15, 2011
  5. May 12, 2011
  6. May 10, 2011
  7. May 08, 2011
  8. May 06, 2011
  9. May 05, 2011
  10. May 01, 2011
  11. Apr 30, 2011
  12. Apr 27, 2011
  13. Apr 26, 2011
  14. Apr 24, 2011
  15. Apr 23, 2011
  16. Apr 19, 2011
  17. Apr 15, 2011
  18. Apr 14, 2011
  19. Apr 13, 2011
  20. Apr 11, 2011
  21. Apr 10, 2011
  22. Apr 07, 2011
  23. Apr 05, 2011
Loading