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 03, 2016
  2. Apr 06, 2016
    • Martin Afanasjew's avatar
      unlinkapps: add --dry-run option · b50e950f
      Martin Afanasjew authored
      Add `--dry-run` option as is customary for destructive commands. Update
      `bash` completion and man page accordingly. Also correct and update
      documentation for both `brew linkapps` and `brew unlinkapps` in more
      general terms.
      b50e950f
    • tim smith's avatar
      Speed up tab completion · 3afacc35
      tim smith authored
      Fixes #20. Closes #23.
      3afacc35
  3. Apr 03, 2016
    • Xu Cheng's avatar
      Core/formula separation Part 2(b) · edf000e4
      Xu Cheng authored
      * move shell completion scripts to where can be auto picked up
      
      Let's use switching new remote as opportunity to put shell completion
      scripts to where they should be and avoid git conflict during the process.
      
      * add Library/Formula and Library/Aliases symlinks
      
      Formulae and Aliases has been relocated to homebrew/core tap.
      The symlinks are pointed to new location to keep backward compatibility.
      
      * remove formula_renames and tap_migrations
      
      They have been replaced by the json files in the core tap.
      
      * update: set new remote
      
      * bump Homebrew version to 0.9.9
Loading