index
:
homebrew
gh-pages
go
master
ranger-1.7.0
:beer: The missing package manager for OS X.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
cmd
/
edit.rb
Age
Commit message (
Expand
)
Author
2015-01-05
Fix syntax error
Jack Nagel
2015-01-05
Always use exec_editor to exec the editor
Jack Nagel
2014-06-22
Move deprecated Formula class methods to compat
Jack Nagel
2014-06-19
Only "extend self" once on the Homebrew module
Jack Nagel
2014-04-05
Remove obsolete guards around canonical_name return value
Jack Nagel
2014-02-28
Use Formula.path
Jack Nagel
2013-10-30
Cleanup use of some global constants.
Mike McQuaid
2013-04-06
Fix another handful of warnings
Jack Nagel
2012-09-13
edit: create project view with subl, too
Misty De Meo
2012-08-02
REPOSITORY not PREFIX when checking for the .git
Max Howell
2012-08-01
Warn user not to edit before first update
Max Howell
2012-03-16
`brew edit adamv/alt/ruby` works
Max Howell
2012-01-14
Use the basename of which_editor
Max Howell
2011-12-16
Enable 'brew edit' for non-Textmate editors.
Adam Vandenberg
2011-08-24
Don't include LinkedKegs or Aliases with `brew edit`
Max Howell
2011-05-07
Fix misspelled method name: Formula.canonical_name
Jack Nagel
2011-03-12
Use + instead of /.
Adam Vandenberg
2011-03-12
Refactor the brew command into one file per command
Max Howell