aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions/examples/brew-pull.rb
AgeCommit message (Collapse)Author
2011-01-02brew-pull: Only append "Closes" to last commit.Mike McQuaid
2011-01-02brew-pull: Handle multipatch pull requests better.Mike McQuaid
2010-12-30brew-pull: only use matched string for url.Mike McQuaid
2010-12-30Improve brew pull to close issues.Mike McQuaid
2010-12-02Fix brew pull looking at uncommitted work.Mike McQuaid
2010-11-21Make the regex for URL checking more git friendlyLee Packham
* 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-21Don't count --install as a valid brew pull URL.Mike McQuaid
We were checking that at least one URL argument was added but the --install parameter was also counted in that.
2010-11-21Only try and install using git pull when formula.Mike McQuaid
2010-11-20Add brew pull for easy integration of user patchesMike McQuaid