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. Apr 02, 2012
  2. Mar 31, 2012
  3. Mar 30, 2012
    • Jack Nagel's avatar
      info: always indicate if a keg is linked · 49b0b390
      Jack Nagel authored
      
      We mark the linked keg with an asterisk when multiple kegs exist, but
      not when there is only a single keg. Start marking even in this case,
      giving consistent behavior and a reliable indicate of the link status.
      
      Fixes Homebrew/homebrew#11300.
      
      Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
      49b0b390
    • Jack Nagel's avatar
      Remove "__brew_ps1" function from completion · 7706e121
      Jack Nagel authored
      
      This was probably silly and I'm probably the only person that ever used
      it. I still do, actually, but it's not really a completion function,
      it's simple enough to just stick in a shell startup script, and removing
      it makes the completion script usable under the new dynamic loading
      scheme provided by bash-completion 1.99+.
      
      Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
      7706e121
  4. Mar 29, 2012
  5. Mar 26, 2012
  6. Mar 25, 2012
  7. 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
  8. Mar 23, 2012
  9. Mar 22, 2012
  10. Mar 21, 2012
Loading