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
2014-04-21
Raise AlreadyLinkedError when a keg is already linked
Jack Nagel
2014-04-21
Only unlink after a LinkError
Jack Nagel
2014-04-21
Raise useful errors from make_relative_symlink
Jack Nagel
2014-04-21
Rework make_relative_symlink error handling and move it into keg
Jack Nagel
2014-04-06
Drop conditional that is always false
Jack Nagel
2014-04-05
More correct "symlink already exists" check
Jack Nagel
2014-04-05
Avoid realpath where it is not necessary
Jack Nagel
2014-03-31
Use resolved_path instead of dirname and readlink directly
Jack Nagel
2014-03-31
Remove default value from Keg#link_dir mode parameter
Jack Nagel
2014-03-31
Pass the link mode to resolve_any_conflicts
Jack Nagel
2014-03-27
Move initializer after constants and class methods
Jack Nagel
2014-03-27
Fix class definition so we can require files first
Jack Nagel
2014-03-27
Don't mix boolean operator types
Jack Nagel
2014-03-27
Put constant strings in a constant
Jack Nagel
2014-03-27
Fix Keg#find so we don't have to deal with it everywhere
Jack Nagel
2014-03-13
keg: add delete_pyc_files! method.
Mike McQuaid
2014-03-11
Don't chdir just to do a glob
Jack Nagel
2014-03-05
Encode formula revision in installation prefix
Jack Nagel
2014-02-23
Always keep info files
Adam Vandenberg
2014-01-19
keg: add function to detect if .app(s) installed.
Mike McQuaid
2014-01-04
caveats: show python caveats if modules installed.
Mike McQuaid
2013-12-14
Pathname#extname returns a string
Jack Nagel
2013-11-17
add lib/dtrace to non-owned directories
Adam Vandenberg
2013-10-10
git_etc: update based on bottle etc/var changes.
Mike McQuaid
2013-09-07
Optionally use git to keep brew etc versioned.
Mike McQuaid
2013-08-14
Keg should link symlinks directly.
Samuel John
2013-08-10
Make usage of ObserverPathnameExtension more obvious
Jack Nagel
2013-08-09
Always prune empty toplevel directories when unlinking
Jack Nagel
2013-08-09
Keep track of pruned parent directories
Jack Nagel
2013-07-31
Handle mkpath of node_modules directory in keg
Jack Nagel
2013-07-13
keg: more gnome folders
Adam Vandenberg
2013-07-10
Show symlink target if linking fails
Adam Vandenberg
2013-07-08
add mime-info to Gnome folders
Adam Vandenberg
2013-07-02
Better handling of Gnome desktop files
Adam Vandenberg
2013-06-18
Linking Frameworks correctly if multiple.
Samuel John
2013-06-07
keg.rb: minor comment fix
Samuel John
2013-06-03
Python 2.x and 3.x support
Samuel John
2013-05-09
Overwrite broken symlinks with --overwrite
Desmond Brand
2013-04-14
Keg requires OpenStruct
Jack Nagel
2013-04-07
Unify indentation of access modifiers
Jack Nagel
2013-02-18
Don't shadow outer local variables
Jack Nagel
2013-02-09
Extract formula locks into a class
Jack Nagel
2013-01-29
Keg#lock: guard against nil in ensure
Jack Nagel
2013-01-26
locks: ensure lock directory exists
Jack Nagel
2013-01-26
FormulaInstaller: implement installation locks
Jack Nagel
2013-01-08
Prune LinkedKegs relative to correct path
Jack Nagel
2012-11-25
Make generic caveats for launchd plist files.
Mike McQuaid
2012-11-06
Link Frameworks into top-level Frameworks directory
Jack Nagel
2012-11-06
Combine duplicated postfix conditionals
Jack Nagel
2012-11-06
Hoist top-level directory list into a constant
Jack Nagel
[next]