This project is mirrored from https://github.com/Homebrew/brew.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Dec 08, 2009
-
-
Max Howell authored
-
- Dec 05, 2009
-
-
Max Howell authored
Being able to commit parts of diffs can bite you if you aren't careful.
-
- Dec 04, 2009
-
-
Max Howell authored
-
- Dec 02, 2009
-
-
Max Howell authored
Fixes Homebrew/homebrew#136
-
- Nov 10, 2009
-
-
Max Howell authored
-
- Nov 08, 2009
-
-
Max Howell authored
The problem was that git checkout -b doesn't work the second time. This simple solution works by never creating a local branch.
-
- Oct 24, 2009
-
-
Max Howell authored
-
- Oct 21, 2009
-
-
Adam Vandenberg authored
-
- Oct 19, 2009
-
-
Max Howell authored
-
Max Howell authored
-
Jannis Leidel authored
GitDownloadStrategy and MercurialDownloadStrategy now can be used like this: head 'git://server/repo.git', :branch => 'stable' head 'hg://server/repo/', :tag => '1.0.4'
-
- Oct 09, 2009
-
-
Adam Vandenberg authored
-
- Oct 03, 2009
-
-
Max Howell authored
Because people didn't realise it was actually curl and thus supports eg. ftp too.
-
- Oct 01, 2009
-
-
Austin Ziegler authored
-
- Sep 25, 2009
-
-
Ben Alpert authored
Closes Homebrew/homebrew#58
-
Max Howell authored
Otherwise you run the risk of not running the exact version / make of the utility you planned. Fixes Homebrew/homebrew#48 Really we need to do this formula too, so I guess a make and cmake function are on the way…
-
- Sep 18, 2009
-
-
Max Howell authored
Don't delete it if it doesn't exist.
-
- Sep 06, 2009
-
-
Max Howell authored
Only delete the file that is downloaded if an error occurs while downloading it.
-
- Sep 03, 2009
-
-
Max Howell authored
Otherwise next time it will assume the half-file is the whole file and fail the md5 check.
-
- Sep 02, 2009
-
-
Max Howell authored
I removed the rename and mv functions as when I wrote the tests I realised the function implied the pathname object would be updated to reflect the moved or renamed file. However that cannot be done. Also frankly I think writing it out in full makes clearer code.
-
- Aug 31, 2009
-
-
Max Howell authored
I confirmed this change with all relevant contributors first.
-
- Aug 30, 2009
-
-
Max Howell authored
Because formula don't get named unless the brew kit instantiates them accessory formula were getting named "__UNKNOWN__". Which sucks. This isn't ideal for me as I made the naming use @name and @version to ensure unique naming. Now it is possible to have name clashes in the cache. So I need to solve it better at some point.
-
- Aug 24, 2009
-
-
Max Howell authored
Fix git download strategy
-
Max Howell authored
-