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. Mar 25, 2012
  2. Mar 24, 2012
    • Jack Nagel's avatar
      Tab completion for `brew tap` · 53481dc1
      Jack Nagel authored
      
      Using an inline Ruby script we can hit the GitHub API and look for
      repositories that match the tap naming scheme. The results are cached
      for the duration of the current shell session, so going over the network
      is a once-per-shell-session cost.
      
      There are a few false positives, but not much we can do about that at
      this point, as taps do not have to be in the fork network of any
      specific repository.
      
      Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
      53481dc1
    • Jack Nagel's avatar
      Parse raw diff output in `brew update` · 8c4e7ca5
      Jack Nagel authored
      
      Using each_cons() "works", but to report all changes correctly we need
      to look at the last elements even after we've looked at the last 3
      consecutive elements.
      
      Instead, let's parse each line of the raw diff output using a regexp.
      
      Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
      8c4e7ca5
    • Jack Nagel's avatar
      Pass the tab to FormulaInstaller · 1bc63136
      Jack Nagel authored
      
      Callers of FormulaInstaller now usually unlink the existing keg prior to
      running the installer. However, Tab.for_formula uses the LinkedKeg
      record to obtain the tab.
      
      Since we need the tab to persist install options across upgrades, we
      must start creating the Tab object before unlinking the old keg and
      passing it to the FormulaInstaller.
      
      Fixes Homebrew/homebrew#11086.
      
      Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
      1bc63136
  3. Mar 23, 2012
  4. Mar 22, 2012
  5. Mar 21, 2012
  6. Mar 20, 2012
  7. Mar 19, 2012
Loading