aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/tap.rb
AgeCommit message (Expand)Author
2017-04-25tap: fix env typo.Mike McQuaid
2017-04-25Allow forcing Homebrew GitHub organisation.Mike McQuaid
2017-04-22tap: warn on tapping deprecated, official taps.Mike McQuaid
2017-03-20Tap: add from_path helper method.Mike McQuaid
2017-03-16Use a `Formulary`-like approach to load Casks.Markus Reiter
2017-03-11Add `Formatter::pluralize`.Markus Reiter
2017-02-26Install tap command completions and manpagesJoshua McKinney
2016-12-13diagnostic: check for bad tap files.Mike McQuaid
2016-11-20Replace Utils::JSON with corelib JSON calls.William Woodruff
2016-10-22Update Rubocop style.Mike McQuaid
2016-10-04Make `core_tap_version_string` reusable.Markus Reiter
2016-09-24Fix Style/GuardClause.Markus Reiter
2016-09-17rubocop --auto-correct all hash-rocket usage.Mike McQuaid
2016-09-17rubocop --auto-correct all remaining files.Mike McQuaid
2016-09-05Add `cask_files` method to `Tap` class.Markus Reiter
2016-08-24tap: use utils link_path_manpages.Mike McQuaid
2016-08-20Install Cask’s default tap if untapped.Markus Reiter
2016-08-08tap: allow Homebrew developers to tap broken taps.Mike McQuaid
2016-08-04tap: add cask methods.Anastasia Sulyagina
2016-08-02Revert "tap: add cask methods."Mike McQuaid
2016-08-02tap: add cask methods.AnastasiaSulyagina
2016-07-27tap: more thoroughly validate tap namesMartin Afanasjew
2016-07-10tap-info: expose whether a tap is privateMartin Afanasjew
2016-07-09tap: run readall when tapping. (#396)Mike McQuaid
2016-07-07Use GitRepositoryExtension for 'path' in TapMartin Afanasjew
2016-06-20tap: --config unsupported on old Gits.Mike McQuaid
2016-04-19add Tap#default_remoteXu Cheng
2016-04-19Tap#install: better TapRemoteMismatchError checkXu Cheng
2016-04-12tap: various improvements (#77)Xu Cheng
2016-04-12Cache `Tap#private?` checks.Mike McQuaid
2016-04-05tap: support --full even if installedilovezfs
2016-04-05CoreTap#install: fix clone target settingXu Cheng
2016-04-02various: Homebrew/core is the core tapXu Cheng
2016-04-02introduce `Homebrew/core` tap as new default core tap.Xu Cheng
2016-03-31Tap#install: set autocrlf to falseXu Cheng
2016-03-23tap: cache dir path to avoid duplicated Pathname operationsXu Cheng
2016-03-07rename CoreFormulaRepository to CoreTapXu Cheng
2016-03-06tap: add methods to get git related informationXu Cheng
2016-02-26Tap#install: support quiet optionXu Cheng
2016-02-25add Tap#tap_migrationsXu Cheng
2016-02-16add Tap#formula_file?Xu Cheng
2016-02-07Tap: clear_cache for Tap#(un)installXu Cheng
2016-01-17Tap: allow invoking formula_file_to_name by Homebrew internallyXu Cheng
2016-01-04tap: require string extensionsMisty De Meo
2015-12-30Tap#issues_url addedBaptiste Fontaine
2015-12-19Tap#unlink_manpages: fix symlink pathXu Cheng
2015-12-19Tap#unpin: remove PinnedTaps directory if it's emptyXu Cheng
2015-12-19move CoreFormulaRepository into separate fileXu Cheng
2015-12-09Allow taps to link manpages.Mike McQuaid
2015-12-09Tap#==: allow compare with stringXu Cheng