Mike McQuaid fe8a0569ca update: always reset to origin/master.
Do a reset to `origin/master` and then stash but don't pop the stash
after running update (unless you were on a branch). This may be mildly
more annoying for Homebrew developers but means it's easier for our
users who don't understand Git (and particularly when they don't
understand that every tap is a separate Git repository).

Closes Homebrew/homebrew#45825.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-12-07 13:37:27 +00:00
..
2015-08-03 13:22:35 +01:00
2015-12-03 13:46:58 +08:00
2015-08-03 13:22:35 +01:00
2015-08-03 13:22:35 +01:00
2015-12-05 10:23:16 -05:00
2015-11-29 02:11:32 +00:00
2014-02-10 13:17:16 -05:00
2015-11-23 22:56:18 -08:00
2015-08-29 15:43:16 +01:00
2015-08-29 15:43:16 +01:00
2015-08-03 13:22:35 +01:00
2015-08-03 13:22:35 +01:00
2015-08-03 13:22:35 +01:00
2015-11-29 19:25:27 -08:00
2015-10-18 22:57:42 +08:00
2015-08-03 13:22:35 +01:00
2015-08-03 13:22:35 +01:00
2015-08-03 13:22:35 +01:00
2015-01-13 16:35:24 -05:00
2015-08-03 13:22:35 +01:00
2015-10-18 22:57:42 +08:00
2015-08-03 13:22:35 +01:00
2015-04-15 19:51:54 +08:00
2015-09-01 19:19:13 +08:00
2015-11-01 08:22:18 -08:00
2015-11-29 20:24:30 +08:00
2015-12-04 06:34:51 +00:00
2015-08-03 13:22:35 +01:00
2015-10-04 10:31:46 +02:00

Homebrew's Formula API

This is the (partially) documented public API for Homebrew.

The main class you should look at is the {Formula} class (and classes linked from there). That's the class that's used to create Homebrew formulae (i.e. package descriptions). Assume anything else you stumble upon is private.

You may also find the Formula Cookbook and Ruby Style Guide helpful in creating formulae.

Good luck!