| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-18 | brew-doctor: fix autocrlf warning (again). | Mike McQuaid | |
| Closes #17843. | |||
| 2013-02-18 | Add 'brew reinstall' command. | Mike McQuaid | |
| 2013-02-18 | brew-update: show upgrade command on formula parameters. | Mike McQuaid | |
| Closes #17814. | |||
| 2013-02-17 | Don't shadow outer local variable | Jack Nagel | |
| 2013-02-17 | GitDownloadStrategy: force checkouts | Jack Nagel | |
| Local changes to the cached repository should not cause fetch or install to error out. | |||
| 2013-02-17 | GitDownloadStrategy: reset after checkout during updates | Jack Nagel | |
| Otherwise, if the local branch is behind the remote branch, or has diverged, we will stage the wrong revision. | |||
| 2013-02-17 | GitDownloadStrategy: factor out checkout args | Jack Nagel | |
| 2013-02-17 | GitDownloadStrategy: generalize has_tag? to has_ref? | Jack Nagel | |
| 2013-02-16 | info: open history pages for all specified formulae | Jack Nagel | |
| Closes #17852. | |||
| 2013-02-16 | Fix serialization of used_options | Jack Nagel | |
| 2013-02-16 | Fix option flag naming for tap deps | Jack Nagel | |
| Fixes #17866. | |||
| 2013-02-15 | Add test for String#get_make_var | Jack Nagel | |
| 2013-02-15 | Remove redundant return | Jack Nagel | |
| 2013-02-15 | Make this more idiomatic | Jack Nagel | |
| 2013-02-14 | GitDownloadStrategy: default to remote HEAD during checkout | Jack Nagel | |
| 2013-02-14 | GitDownloadStrategy: quiet reset in non-verbose mode | Jack Nagel | |
| 2013-02-14 | GitDownloadStrategy: only fetch from remote when necessary | Jack Nagel | |
| When we are building from a tag, and that tag is already present in the cached repository, we don't to hit the network; everything we need already exists. | |||
| 2013-02-14 | GitDownloadStrategy: extract checkout from #stage | Jack Nagel | |
| 2013-02-14 | GitDownloadStrategy: split up submodule update and checkout | Jack Nagel | |
| 2013-02-14 | GitDownloadStrategy: split #fetch into several methods | Jack Nagel | |
| 2013-02-12 | doctor: make brew link more clear | Adam Vandenberg | |
| Closes #17805. | |||
| 2013-02-12 | Simplify this regexp | Jack Nagel | |
| 2013-02-12 | Establish a convention for Requirement names | Jack Nagel | |
| The name attribute of requirements is used when generating options for the :optional and :recommended dependency tags. Unless otherwise specified, the name attribute of a Requirement will be populated by stripping any module prefixes from the beginning and "Dependency" or "Requirement" from end of the class name and downcasing the result. Closes #17759. | |||
| 2013-02-11 | formula: cinch up formatting | Adam Vandenberg | |
| 2013-02-11 | Remove dead code | Jack Nagel | |
| This code only existed to support very old formula syntax, which was otherwise removed in e6b97bebd99779b52462dcd387191d804fc95b93. | |||
| 2013-02-11 | Avoid nil in URL specs | Jack Nagel | |
| 2013-02-11 | Catch JSON decoding errors in Apache download strategy | Jack Nagel | |
| c.f. #17772. | |||
| 2013-02-10 | Don't reinvent IndexError here | Jack Nagel | |
| 2013-02-10 | kill dead code | Jack Nagel | |
| 2013-02-10 | CurlDownloadStrategy: remove pointless type introspection | Jack Nagel | |
| 2013-02-10 | Add :libltdl dep for libtool's libltdl | Jack Nagel | |
| The :libtool dep is implicitly a build-time dep; :libltdl can be used for software that uses the ltdl library at runtime. | |||
| 2013-02-10 | Shrink DependencyCollector#parse_symbol_spec and add tests | Jack Nagel | |
| 2013-02-10 | Fix Regexp encoding under 1.9/2.0 | Jack Nagel | |
| 2013-02-10 | search homebrew-x11 | Adam Vandenberg | |
| 2013-02-10 | Show permission changes in debug mode | Adam Vandenberg | |
| 2013-02-09 | ConflictRequirement: pass argument to superclass initalizer | Jack Nagel | |
| 2013-02-09 | Extract formula locks into a class | Jack Nagel | |
| 2013-02-09 | build: ignore non-explicit build-time dependencies | Jack Nagel | |
| Given the following dependency tree: foo bar (bottled) baz (build-time only) We skip installing baz because it is a build-time dependency of something that is bottled. However, during the build of foo, this filter is not applied because the dependent-dep relationship is not considered at this stage. If baz wasn't installed prior to this build, fixopt(baz) will fail. Further, build-time deps are tightly coupled to the formula they are specified by, and we shouldn't rely on them coming from dependencies several levels down. Fixes #17697. | |||
| 2013-02-08 | LanguageModuleDependency: foward args to superclass initalizer | Jack Nagel | |
| 2013-02-07 | debrew: restore ARGV even when IRB.setup raises | Jack Nagel | |
| 2013-02-07 | Reduce footprint of readline hack | Jack Nagel | |
| 2013-02-07 | Fix typo | Jack Nagel | |
| 2013-02-07 | audit: allow alpha.gnu.org URLs | Jack Nagel | |
| 2013-02-07 | superenv bin directory is under HOMEBREW_REPOSITORY | Jack Nagel | |
| 2013-02-07 | download_strategy: move requires out of method | Jack Nagel | |
| This can cause subtle issues when an exception is marshaled between the build process and the main Homebrew process, as the marshaled exception may contain URI objects even when the main Homebrew process has not loaded the URI library. Closes #17642. | |||
| 2013-02-07 | MacOSVersion -> MacOS::Version | Jack Nagel | |
| 2013-02-07 | Flesh out MacOSVersion tests | Jack Nagel | |
| 2013-02-06 | Print formula plist_manual caveat unless loaded. | Mike McQuaid | |
| 2013-02-06 | Version: remove pointless private call | Jack Nagel | |
| 2013-02-06 | Version: kill silly class method | Jack Nagel | |
| Overriding <=> directly is much simpler. | |||
