| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-07-01 | Flesh out linking tests | Jack Nagel | |
| 2014-06-30 | Remove default argument from make_relative_symlink | Jack Nagel | |
| All callers of this method now pass a mode object. | |||
| 2014-06-30 | Pass the mode through the optlink method | Jack Nagel | |
| 2014-06-30 | Simplify optlink method | Jack Nagel | |
| delete/unlink on a directory is the same operation as rmdir. | |||
| 2014-06-30 | Add tests around opt links | Jack Nagel | |
| 2014-06-30 | Use formula opt shortcuts | Jack Nagel | |
| 2014-06-30 | Add methods for manipulating the opt record | Jack Nagel | |
| 2014-06-30 | Store the opt record so we don't have to keep reconstructing it | Jack Nagel | |
| 2014-06-30 | Group methods that operate on the linked keg record | Jack Nagel | |
| 2014-06-30 | Add a method for getting the repo HEAD | Jack Nagel | |
| 2014-06-30 | Fix tab tests | Jack Nagel | |
| 2014-06-30 | Use 1.8 has syntax | Jack Nagel | |
| Fixes Homebrew/homebrew#30558. | |||
| 2014-06-29 | Don't mutate the tab object | Jack Nagel | |
| 2014-06-29 | Remove explicit self | Jack Nagel | |
| 2014-06-29 | Test that the tab round-trips through JSON | Jack Nagel | |
| 2014-06-29 | Fix typo in tab test setup | Jack Nagel | |
| This is one of the many problems with using OpenStruct. | |||
| 2014-06-29 | Normalize paths before calling Tab.from_file | Jack Nagel | |
| 2014-06-29 | Add tests documenting install receipt loading behavior | Jack Nagel | |
| 2014-06-29 | Remove test that is now covered by tab tests | Jack Nagel | |
| 2014-06-29 | explicitly initialize stdlib | Jack Nagel | |
| 2014-06-29 | Get the Tab class under test | Jack Nagel | |
| 2014-06-28 | Use TEST_SHA1 constant in checksum tests | Jack Nagel | |
| 2014-06-28 | Implement directory? on keg | Jack Nagel | |
| Fixes Homebrew/homebrew#30484. | |||
| 2014-06-28 | gist-logs: 1.8 compat | Jack Nagel | |
| 2014-06-28 | gist-logs: fix up encoding before passing the response body to OkJson | Jack Nagel | |
| Fixes Homebrew/homebrew#30519. | |||
| 2014-06-27 | Convert update report to use composition | Jack Nagel | |
| 2014-06-27 | Simplify valid_formula_location? method | Jack Nagel | |
| 2014-06-27 | Use the keg object to manipulate the linked keg record | Jack Nagel | |
| 2014-06-27 | Give more detailed information about link errors at install-time | Jack Nagel | |
| 2014-06-27 | Disable "ignore" and "irb" debugger options unless we have a continuation | Jack Nagel | |
| Fixes Homebrew/homebrew#30472. | |||
| 2014-06-27 | Convert to pathname before calling relative_path_from | Jack Nagel | |
| Fixes Homebrew/homebrew#30494. | |||
| 2014-06-26 | Use canonical_name in the exception message | Jack Nagel | |
| 2014-06-26 | Use canonical_name when checking LinkedKegs and opt | Jack Nagel | |
| name is the user-provided string and may be an alias, path, or URL. | |||
| 2014-06-26 | The rack variable is only used inside the block now | Jack Nagel | |
| 2014-06-26 | Remove a dead branch from ARGV.kegs | Jack Nagel | |
| rack cannot be nil at the point where FormulaUnavailableError is raised, so we don't need a branch to deal with that. | |||
| 2014-06-26 | Simplify NoSuchKegError condition | Jack Nagel | |
| dirs will be empty if the rack directory does not exist. | |||
| 2014-06-26 | Keg no longer inherits from Pathname | Jack Nagel | |
| 2014-06-26 | Give Keg#link_dir parameter a more descriptive name | Jack Nagel | |
| 2014-06-26 | Fix keg method visibility | Jack Nagel | |
| Only link_dir needs to be protected | |||
| 2014-06-26 | Reuse existing keg object | Jack Nagel | |
| 2014-06-26 | Remove dead code | Jack Nagel | |
| 2014-06-26 | Deprecate Keg#fname | Jack Nagel | |
| 2014-06-26 | Pass strings, not keg objects, to exec | Jack Nagel | |
| 2014-06-26 | brew.rb: handle single usage flag case. | Mike McQuaid | |
| 2014-06-26 | brew: guard --help with nil cmd. | Mike McQuaid | |
| 2014-06-26 | brew.rb: handle -—help for internal/external cmds. | Mike McQuaid | |
| Only display —-help for internal commands and not for external ones; they can handle the flag themselves. Closes Homebrew/homebrew#26675. References Homebrew/homebrew#26755. Closes Homebrew/homebrew#30300. | |||
| 2014-06-25 | Extend with a module instead of aliasing on the singleton class | Jack Nagel | |
| 2014-06-25 | tap_migrations: apple-gcc42 moved to dupes. | Mike McQuaid | |
| 2014-06-25 | brew-versions: move to Contributions. | Mike McQuaid | |
| Eventually we'll move Contributions to a tap too. Closes Homebrew/homebrew#30298. | |||
| 2014-06-24 | Fix uninitialized constant error in GitHub.open | Jack Nagel | |
| The error handling depends on side effects of `require "net/https"`, so it should be wrapped in an explicit begin block. cf. Homebrew/homebrew#30407. | |||
