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. Dec 18, 2013
  2. Dec 17, 2013
  3. Dec 16, 2013
    • Adam Vandenberg's avatar
      options: show --HEAD and --devel when appropriate · 6aa22771
      Adam Vandenberg authored
      Closes Homebrew/homebrew#24680.
      6aa22771
    • Chris Kampmeier's avatar
      doctor: don't let gitconfig break dirty-tree check · 2635817c
      Chris Kampmeier authored
      
      `brew doctor` always complains about uncommitted modifications to
      Homebrew when you have status.branch=true in your git config, because
      the implicit --branch makes `git status -s` always print branch/tracking
      info. The --porcelain mode is similar to -s/--short, but ignores most of
      the user's config and should remain stable.
      
      The --untracked-files option ensures we'll see untracked files even for
      users with status.showUntrackedFiles=no, which is not suppressed by
      --porcelain for some reason.
      
      Closes Homebrew/homebrew#25230.
      
      Signed-off-by: default avatarMike McQuaid <mike@mikemcquaid.com>
      2635817c
  4. Dec 15, 2013
  5. Dec 14, 2013
  6. Dec 13, 2013
Loading