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
/
cmd
/
untap.rb
Age
Commit message (
Expand
)
Author
2015-12-09
remove unnecessary tap_args
Xu Cheng
2015-11-09
add Tap#install and Tap#uninstall
Xu Cheng
2015-09-30
cache taps
Xu Cheng
2015-09-08
Improve description searching and add a cache.
Dan Martinez
2015-08-10
implement pinning of taps
CNA-Bld
2015-08-03
Core files style updates.
BrewTestBot
2015-06-14
add TapUnavailableError
Xu Cheng
2015-06-11
(un)tap/update/readall: use Tap class
Xu Cheng
2015-06-05
brew tap: allow tapping non-GitHub repositories.
Peter Aronoff
2015-05-27
tap/untap/update/prune: remove obsolete method, add migrate_taps
Xu Cheng
2015-04-09
untap: better match uninstall format.
Mike McQuaid
2015-02-01
untap: Handle multiple arguments
chdiza
2014-06-19
Only "extend self" once on the Homebrew module
Jack Nagel
2014-05-26
pluralize formulae in tap/untap
Adam Vandenberg
2014-04-25
Yield absolute paths from find_formula
Jack Nagel
2014-04-25
Pass around only absolute paths when dealing with taps
Jack Nagel
2014-04-24
Don't use a regexp to match paths, just compare them for equality
Jack Nagel
2014-04-24
Make the on-disk representation of taps unambiguous
Tsukasa OMOTO
2013-04-02
tap/untap: use Array#length, not #count
Misty De Meo
2013-03-04
tap: adjust formula count for unsymlinked files
Misty De Meo
2013-03-02
A more helpful error message for `brew untap`
Peter Aronoff
2012-03-23
Check tapped before trying to untap
Max Howell
2012-03-18
Special case Homebrew organization taps
Max Howell
2012-03-18
Generalise the untap step so we can add to update
Max Howell
2012-03-16
Don't break if symlink already exists during tap
Max Howell
2012-03-16
HOMEBREW_LIBRARY
Max Howell
2012-03-16
Pathname.atomic_write
Max Howell
2012-03-16
Prevent tapped symlinks showing up in git status
Max Howell
2012-03-16
`brew tap` and `brew untap`
Max Howell