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. Jul 15, 2021
  2. Jul 14, 2021
  3. Jul 08, 2021
  4. Jul 06, 2021
  5. Jul 01, 2021
  6. Jun 26, 2021
  7. Jun 18, 2021
  8. Jun 11, 2021
  9. Jun 09, 2021
  10. Jun 08, 2021
  11. Jun 07, 2021
  12. May 26, 2021
  13. May 19, 2021
  14. May 12, 2021
    • Rylan Polster's avatar
      cli/args: add new `brew leaves` args to rbi file · 04ac6192
      Rylan Polster authored
      Also update the manpages with the new `brew leaves` options.
      04ac6192
    • Mike McQuaid's avatar
      Delete Bintray code · b914411a
      Mike McQuaid authored
      Remove all code related to Bintray. It no longer works so there's no
      point keeping it around.
      
      Some of this could arguably be deprecated/disabled first/instead but:
      I'm not sure I see the sense in keeping stuff around that's known to be
      broken.
      b914411a
  15. May 08, 2021
  16. May 06, 2021
  17. May 05, 2021
  18. May 04, 2021
  19. Apr 30, 2021
  20. Apr 19, 2021
  21. Apr 17, 2021
  22. Apr 10, 2021
  23. Apr 09, 2021
  24. Apr 05, 2021
  25. Apr 02, 2021
  26. Mar 31, 2021
    • Mike McQuaid's avatar
      Write tabs to bottle JSON, optionally not bottle · d8a2cf9e
      Mike McQuaid authored
      - Write a subset of the tab required for bottles as an annotation.
      - Add option on new bottle creation to skip writing tab into bottle
        and instead add it (and other useful metadata) to bottle JSON.
      - Read formula information and tab from bottle JSON.
      - Write prettier JSON to disk.
      - Don't write `HEAD` to tab; this duplicates `HOMEBREW_VERSION`.
      - Allow `brew bottle` to use `--json` to generate JSON files from a
        local bottle file.
      d8a2cf9e
  27. Mar 30, 2021
  28. Mar 29, 2021
  29. Mar 23, 2021
  30. Mar 22, 2021
  31. Mar 17, 2021
  32. Mar 16, 2021
  33. Mar 14, 2021
  34. Mar 12, 2021
  35. Mar 11, 2021
    • Mike McQuaid's avatar
      dev-cmd/pr-upload: some refactoring · 3f00d085
      Mike McQuaid authored
      - make the description more generic/correct
      - use "internet archive" over "archive"
      - move some logic to a new `GitHubReleases` class (for consistency)
      - remove some obvious comments
      - extract out and move some constants
      3f00d085
  36. Mar 04, 2021
    • BrewTestBot's avatar
      713a0692
    • Mike McQuaid's avatar
      Speedup `brew --version`. · dc1fdc9f
      Mike McQuaid authored
      Port `brew --version` to Bash to speed it up.
      
      While we're here:
      - remove (now) unused `Tap` Git methods
      - use `--quiet` instead of `-q` to be more verbose
      
      Benchmarks:
      ```
      $ hyperfine --min-runs=3 --warmup=2 "git checkout origin/master; brew --version" "git checkout speedup_brew_version; brew --version"
      Benchmark #1: git checkout origin/master; brew --version
        Time (mean ± σ):      2.083 s ±  0.004 s    [User: 396.8 ms, System: 597.2 ms]
        Range (min … max):    2.080 s …  2.088 s    3 runs
      
      Benchmark #2: git checkout speedup_brew_version; brew --version
        Time (mean ± σ):     847.9 ms ±  35.2 ms    [User: 100.0 ms, System: 247.9 ms]
        Range (min … max):   824.1 ms … 888.3 ms    3 runs
      
      Summary
        'git checkout speedup_brew_version; brew --version' ran
          2.46 ± 0.10 times faster than 'git checkout origin/master; brew --version'
      ```
      dc1fdc9f
Loading