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
/
debrew.rb
Age
Commit message (
Expand
)
Author
2017-10-08
Clean up code style and remove `.rubocop_todo.yml`.
Markus Reiter
2017-09-24
Rubocop: manual rule fixes.
Mike McQuaid
2017-06-28
Refactor using `Forwardable` and `DelegateClass`.
Markus Reiter
2017-06-02
Re-revert "Fix operator spacing."
Markus Reiter
2017-06-01
Revert "Fix operator spacing."
ilovezfs
2017-05-31
Fix operator spacing.
Markus Reiter
2016-10-01
Refactor Tty.
Markus Reiter
2016-09-23
Style/Alias: Prefer `alias`.
Markus Reiter
2016-09-23
Fix RuboCop CaseEquality.
Markus Reiter
2016-09-17
rubocop --auto-correct all remaining files.
Mike McQuaid
2015-08-06
more core file style updated by rubocop
Xu Cheng
2015-08-03
Core files style updates.
BrewTestBot
2015-01-03
Remove readline and zlib hacks
Jack Nagel
2014-12-26
Remove unnecessary code from debugger
Jack Nagel
2014-12-26
Allow debugging patching failures
Jack Nagel
2014-10-11
Revert "Allow debugging patch failures"
Jack Nagel
2014-10-10
Allow debugging patch failures
Jack Nagel
2014-09-18
Delay requiring irb until runtime
Jack Nagel
2014-09-18
Fix exiting the debugger menu with CTRL-D
Jack Nagel
2014-09-18
Implement `brew test --debug`
Jack Nagel
2014-09-18
Rewrite debugger to remove monkeypatches and use of call/cc
Jack Nagel
2014-06-27
Disable "ignore" and "irb" debugger options unless we have a continuation
Jack Nagel
2014-06-12
Prefer self.class.name to self.class.to_s
Jack Nagel
2014-03-14
Fix the debug implementation of Resource#stage as well
Jack Nagel
2014-03-14
Fix Resource#stage method signature in debug mode
Jack Nagel
2014-03-13
Allow the debugger to work from inside staged resources
Jack Nagel
2013-02-07
Reduce footprint of readline hack
Jack Nagel
2013-02-06
Split debrew up to faciliate test isolation
Jack Nagel
2013-02-06
Don't discard exception instance data in debug mode
Jack Nagel
2012-11-11
Work around Readline clash
Jack Nagel
2012-11-09
debrew: take input from same line as prompt
Jack Nagel
2012-10-28
debrew: formula debugging for homebrew
Camillo Lugaresi