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 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
  2. Aug 01, 2011
  3. Jul 31, 2011
  4. Jul 30, 2011
  5. Jul 29, 2011
  6. Jul 28, 2011
  7. Jul 27, 2011
  8. Jul 26, 2011
    • Jack Nagel's avatar
      doctor: be more forgiving about GREP_OPTIONS · 5b06a27e
      Jack Nagel authored
      
      Currently, `brew doctor` complains about GREP_OPTIONS being set,
      regardless of its value. The cmake formula, for which this check was
      introduced, is more specific about what actually makes it fail.
      
      GREP_OPTIONS='--color=auto' will not cause the build to fail, so don't
      warn about this.
      
      Signed-off-by: default avatarAdam Vandenberg <flangy@gmail.com>
      5b06a27e
  9. Jul 23, 2011
  10. Jul 21, 2011
Loading