| Age | Commit message (Collapse) | Author | 
 | 
Replace `homebrew` with `brew`, `homebrew-core`, or `legacy-homebrew`
depending on context.
 | 
 | 
The exit status of pbpaste is a proxy for whether the user has set up
reattach-to-user-namespace. It should be 0 if it is set up, 1 otherwise.
This is the same hack as Homebrew/homebrew-services#48.
 | 
 | 
It simplifies the number of commands and it's now an officially
supported command again.
 | 
 | 
Closes Homebrew/homebrew#49374.
Signed-off-by: Xu Cheng <xucheng@me.com>
 | 
 | 
This matches similar caveats messages.
 | 
 | 
Require that the subdirectory in site-lisp match the formula name
exactly.  This lets us provide better information in the caveats and
will make it easier for helper methods to write to the correct
location (as in in Homebrew/homebrew-emacs#13).
 | 
 | 
Fixes Homebrew/homebrew#44729.
Fixes Homebrew/homebrew#40863.
Closes Homebrew/homebrew#44779.
Signed-off-by: Xu Cheng <xucheng@me.com>
 | 
 | 
Closes Homebrew/homebrew#43517.
Signed-off-by: Xu Cheng <xucheng@me.com>
 | 
 | 
Since they won't have been installed into `#{HOMEBREW_PREFIX}/share/emacs/site-lisp/`
Closes Homebrew/homebrew#42839.
 | 
 | 
 | 
 | 
Closes Homebrew/homebrew#42354.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
 | 
 | 
- The name of the subdirectory under site-lisp may not be exactly the
  same as the name of the package
- `(normal-top-level-add-subdirs-to-load-path)` adds every subdirectory
  of `default-directory` to the load-path, so users don't have to update
  their load-path for every package they install.
Closes Homebrew/homebrew#42309.
 | 
 | 
 | 
 | 
 | 
 | 
Fixes Homebrew/homebrew#40724.
Closes Homebrew/homebrew#40725.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
 | 
 | 
* Library/Homebrew/caveats.rb: add caveats comparable to other shells
* Library/Homebrew/formula.rb: define completion directory along the
  conventions explained in the fish documentation for
  $fish_complete_path
* Library/Homebrew/keg.rb: add fish shell to check function for
  installed completions
Closes Homebrew/homebrew#39828.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
 | 
 | 
 | 
 | 
Closes Homebrew/homebrew#35080.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
 | 
 | 
 | 
 | 
Mentioned in Homebrew/homebrew#34484.
 | 
 | 
Closes Homebrew/homebrew#33962.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
 | 
 | 
Closes Homebrew/homebrew#33815
 | 
 | 
Closes Homebrew/homebrew#33364. Fixes Homebrew/homebrew#30844.
 | 
 | 
Avoid problems like Homebrew/homebrew#32367.
 | 
 | 
Closes Homebrew/homebrew#30630.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
 | 
 | 
 | 
 | 
 | 
 | 
The `homebrew.pth` should be a file with a single line in it.
Also (at least on zsh) if the file does not exist, `>>` will
result in an error. The `>` works in both, bash and zsh and
creates the file with the `echo`ed contet.
Closes Homebrew/homebrew#28201.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
 | 
 | 
Symlinks in opt and LinkedKegs point directly at a keg in the cellar, so
only resolving one symlink should suffice, and make it clear what path
we are actually interested in.
 | 
 | 
This is better than PYTHONPATH as it doesn't mess with incompatible
versions of Python.
Closes Homebrew/homebrew#27138.
 | 
 | 
 | 
 | 
References Homebrew/homebrew#25789.
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
References Homebrew/homebrew#13951.
 | 
 | 
Fixes Homebrew/homebrew#16989.
 | 
 | 
Probably a better approach than reverted e721c7.
Fixes Homebrew/homebrew#16604.
 |