aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/tap.rb
AgeCommit message (Expand)Author
2018-01-28tap: don’t tap deprecated taps.Mike McQuaid
2018-01-15Revert "Use Homebrew's gitconfig for various commands"ilovezfs
2018-01-11Use Homebrew's gitconfig for various commandsMike McQuaid
2017-11-05Refactor command handling codeMike McQuaid
2017-10-22pull: Fix pull --bottle 1234Shaun Jackman
2017-10-18Use “squiggly” heredocs.Markus Reiter
2017-10-18Merge pull request #3229 from BenMusch/check-for-master-no-refactorMike McQuaid
2017-10-14tap: pass explicit sort to handle APFSDominyk Tiller
2017-10-08Clean up code style and remove `.rubocop_todo.yml`.Markus Reiter
2017-09-27Merge branch 'master' into check-for-master-no-refactorBen Muschol
2017-09-27Implement changesBen Muschol
2017-09-24Rubocop: manual rule fixes.Mike McQuaid
2017-09-07Always output when tapping coreAlyssa Ross
2017-08-05Merge pull request #2965 from reitermarkus/cask-tapMarkus Reiter
2017-08-03Tap.each: return an enumerable when no block givenMisty De Meo
2017-07-30Detect `Tap` in `CaskLoader`.Markus Reiter
2017-06-19Merge pull request #2778 from jasonkarns/tap-full-nameMike McQuaid
2017-06-19Tap learns to form its own full_nameJason Karns
2017-06-10Autocorrect Rubocop Style/PerlBackrefs.Mike McQuaid
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