14 Commits

Author SHA1 Message Date
Charlie Sharpsteen
a6877c02b0 brew-pull: Clarify comment concerning whitespace 2011-10-24 19:07:59 -07:00
Charlie Sharpsteen
d54e7fb4de brew-pull: Add flag to suppress whitespace fixes
When the pull request includes a patch, fixing whitespace can break the patch.
2011-10-24 18:55:43 -07:00
Adam Vandenberg
017d8690d3 Ensure cache folder exists 2011-10-11 10:13:19 -07:00
Charlie Sharpsteen
6d6da0c0ef brew-pull: Allow pull request numbers as arguments
If an integer is passed to `brew-pull`, such as `brew pull 6600`, it will be
interpreted as a pull request number. This has the same effect as the more
verbose command line:

    brew pull https://github.com/mxcl/homebrew/pull/6600
2011-08-26 09:44:57 -07:00
Mike McQuaid
92b9edd34b brew pull --install should build from source. 2011-07-21 10:14:44 -04:00
Mike McQuaid
5b6e613993 brew-pull: Only append "Closes" to last commit. 2011-01-02 11:42:44 +00:00
Mike McQuaid
877e911cba brew-pull: Handle multipatch pull requests better. 2011-01-02 11:38:22 +00:00
Mike McQuaid
4cf099ecdf brew-pull: only use matched string for url. 2010-12-30 16:30:50 +00:00
Mike McQuaid
dc3623f5a6 Improve brew pull to close issues. 2010-12-30 15:27:07 +00:00
Mike McQuaid
f44d1f06e5 Fix brew pull looking at uncommitted work. 2010-12-02 00:10:50 +00:00
Lee Packham
d5c58f889a Make the regex for URL checking more git friendly
* Urls for Git Commits need to be between 4-40 not 40.

For example:

https://github.com/mxcl/homebrew/commit/805a
https://github.com/mxcl/homebrew/commit/805

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-11-21 13:20:12 +00:00
Mike McQuaid
5733fce6fc Don't count --install as a valid brew pull URL.
We were checking that at least one URL argument was added but
the --install parameter was also counted in that.
2010-11-21 10:33:14 +00:00
Mike McQuaid
331a725516 Only try and install using git pull when formula. 2010-11-21 10:32:33 +00:00
Mike McQuaid
7933bd4e65 Add brew pull for easy integration of user patches 2010-11-20 12:02:17 +00:00