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. Aug 25, 2011
  2. Aug 23, 2011
  3. Aug 22, 2011
  4. Aug 19, 2011
    • Max Howell's avatar
      Blacklist MacRuby · 79d78bf9
      Max Howell authored
      For now we don't support this kind of thing because our formula is a worse option, even though you have to update it yourself.
      
      Closes Homebrew/homebrew#6174
      79d78bf9
  5. Aug 18, 2011
  6. Aug 17, 2011
  7. Aug 12, 2011
  8. Aug 08, 2011
  9. Aug 06, 2011
    • Max Howell's avatar
      Reset --hard after the first git init · 554147fa
      Max Howell authored
      We don't know what revision the tarball was when homebrew was installed, so all we can do really is hard reset. In theory some set of git commands should suffice, but apparently --soft and --mixed resets ended up putting stuff in the index which would break subsequent `brew updates`.
      
      Fixes Homebrew/homebrew#6851
      554147fa
  10. Aug 05, 2011
  11. Aug 02, 2011
    • Max Howell's avatar
      Rephrase comment so it makes sense · fb56b569
      Max Howell authored
      fb56b569
    • Max Howell's avatar
      Prettier `brew versions` output · 48501e8e
      Max Howell authored
      48501e8e
    • Max Howell's avatar
      Bump copyright year · f576cae3
      Max Howell authored
      f576cae3
    • Max Howell's avatar
      cb049409
    • Jack Nagel's avatar
      Fix `brew update` local changes bug · fd6c9833
      Jack Nagel authored
      Users were seeing local changes in their repository after updating, even
      though they had made no local changes.
      
      The repository setup sequence should use `git reset --soft` rather than
      vanilla `git reset`, which defaults to '--mixed'. '--soft' updates
      _only_ HEAD, leaving the index as-is, allowing future incantations of
      `brew update` to proceed without errors.
      
      Fixes Homebrew/homebrew#6732.
      fd6c9833
    • Max Howell's avatar
      Oops, show proper git checkout command · 616b52e6
      Max Howell authored
      616b52e6
    • Max Howell's avatar
      Improvements to `brew versions` · 18a54259
      Max Howell authored
      The output happens as it is determined, rather than all at once, which is preferable for CLI commands. This meant I had to hard-code the left-justification.
      
      The pre-amble warning is removed. Instead the command outputs the git checkout command for each she that you can type to get that old formula.
      
      I decided that reseting the one file will work 99% of the time and that it is too risky to reset the whole repo, this will roll-back bug fixes. Instead we should add functionality to compat/ in order to support old formula as required. Sometimes deps may have to be rolled-back too, but the user will have to figure this out on an ad-hoc basis. We are assuming a failure sophisticated user anyway, one who would like to get old versions of stuff.
      
      I moved most of the functions into Formula since IMO this makes more conceptual sense.
      
      I made the she get abbreviated by git (using --abbrev-commit) itself so it as short as can be.
      18a54259
    • Max Howell's avatar
      Improve compatibility for old formula · b36dcc4f
      Max Howell authored
      Allow compatibility to be disabled with --no-compat or HOMEBREW_NO_COMPAT environment variable.
      b36dcc4f
    • Sebastian Staudt's avatar
      Added new command "versions" · 6726fe09
      Sebastian Staudt authored
      6726fe09
  12. Aug 01, 2011
  13. Jul 31, 2011
  14. Jul 30, 2011
  15. Jul 29, 2011
Loading