index
:
brew
cmd-upgrade--change-build_bottle-method-call-to-bottle
master
🍺 The missing package manager for macOS
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
keg.rb
Age
Commit message (
Expand
)
Author
2017-02-24
Check for metafiles only in the root directory
Naoto Kaneko
2017-02-23
Exclude executables from metafiles
Naoto Kaneko
2017-02-21
keg: handle missing alias opt link on uninstall.
Mike McQuaid
2017-02-20
keg: simplify code, handle exceptions.
Mike McQuaid
2017-02-20
have opt alias symlink point into the Cellar
ilovezfs
2017-02-20
remove unless empty since each is no-op for empty
ilovezfs
2017-02-20
keg: create symlinks in opt for formula aliases
ilovezfs
2017-02-11
Move `require_relocation?` from `os/mac/keg` to `keg`.
Markus Reiter
2017-02-10
Revert "Use `Open3` for integration tests instead of manually forking."
ilovezfs
2017-02-09
Use `false` instead of `# no-op`.
Markus Reiter
2017-02-09
Use `Open3` for integration tests instead of manually forking.
Markus Reiter
2017-01-19
keg: use Forwardable to methods delegated to #path
Alyssa Ross
2017-01-19
keg: don't conditionally switch alias target
Alyssa Ross
2017-01-09
caveats, keg: remove linkapps caveats code.
Mike McQuaid
2017-01-06
keg: use resolved_path not realpath.
Mike McQuaid
2017-01-03
Merge pull request #1677 from MikeMcQuaid/formula-prefix-opt
Mike McQuaid
2017-01-01
keg: check installed dependencies iff optlinked
Alyssa Ross
2017-01-01
keg: keg_only kegs can have installed dependents
Alyssa Ross
2017-01-01
keg: update installed dependency resolution
Alyssa Ross
2016-12-31
keg: handle dependencies of moved/renamed formulae
Alyssa Ross
2016-12-31
Merge pull request #1750 from alyssais/fallback_dependencies
Mike McQuaid
2016-12-31
Merge pull request #1756 from alyssais/nil_dependents
Mike McQuaid
2016-12-31
formula: make prefix usually return opt_prefix.
Mike McQuaid
2016-12-31
keg: don't return nil dependencies
Alyssa Ross
2016-12-30
docs: improve Keg.find_some_installed_dependencies
Alyssa Ross
2016-12-30
tab: remove #reliable_runtime_dependencies?
Alyssa Ross
2016-12-30
keg: fix fallback dependencies with multiple kegs
Alyssa Ross
2016-12-30
keg: fall back for dependencies of buggy tabs
Alyssa Ross
2016-12-27
keg: fix dependents with unavailable formulae
Alyssa Ross
2016-12-27
keg: installed dependencies of unknown formulae
Alyssa Ross
2016-12-12
Merge pull request #1616 from zachwhaley/zsh_functions_caveats
Mike McQuaid
2016-12-11
keg: also prune opt.
Mike McQuaid
2016-12-08
caveats: Differentiate zsh completion files and function files
Zach Whaley
2016-12-04
Add a method for installing fish function files
Zach Whaley
2016-11-13
keg: don't rely on #to_formula
Alyssa Ross
2016-10-25
uninstall: go easier on the integration tests
Alyssa Ross
2016-10-25
uninstall, keg: update style
Alyssa Ross
2016-10-25
uninstall: call Formula#missing_dependencies directly
Alyssa Ross
2016-10-25
uninstall: only <=1 Diagnostic.missing_deps call
Alyssa Ross
2016-10-25
Revert "keg: fallback to missing_deps if deps not in tab"
Alyssa Ross
2016-10-25
keg: fallback to missing_deps if deps not in tab
Alyssa Ross
2016-10-25
keg: rename #formula to #to_formula
Alyssa Ross
2016-10-25
uninstall: consistent spelling of "dependent"
Alyssa Ross
2016-10-25
uninstall: refuse when dependants still installed
Alyssa Ross
2016-09-24
Fix Style/GuardClause.
Markus Reiter
2016-09-23
Style/Alias: Prefer `alias`.
Markus Reiter
2016-09-23
Fix Style/RegexpLiteral.
Markus Reiter
2016-09-23
Fix Style/CaseIndentation.
Markus Reiter
2016-09-23
Fix Lint/EndAlignment.
Markus Reiter
2016-09-18
keg: only prune var/homebrew/linked.
Mike McQuaid
[next]