aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git.rb
AgeCommit message (Collapse)Author
2014-05-01Remove MacOS.dev_tools_path and MacOS.dev_tools_prefixJack Nagel
These methods are no longer required.
2014-04-14git: update 1.9.2 bottle.BrewTestBot
2014-04-14git 1.9.2asaph
Closes #28302. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-03-19git: update 1.9.1 bottle.BrewTestBot
2014-03-19git 1.9.1Jack Nagel
Closes #27711.
2014-03-08Batch convert http urls from Google Code to httpsIan Lancaster
Closes #27218.
2014-03-08formulae: fix with/without usage.Mike McQuaid
Closes #27275. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-06git: fix --HEAD builds to report proper versionJay Soffian
For the GIT-VERSION-FILE scripts to work properly, it either needs to have $GIT_DIR pointing to the '.git' directory or find '.git' within the cwd. Further, for `git describe` to work correctly, we can't use a shallow clone (at least not one of depth 1), as it needs to find a tag within recent history. Closes #27227. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-27git: use Formula[]Adam Vandenberg
2014-02-18git: add 1.9.0 bottle.BrewTestBot
Closes #26734. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-18git 1.9.0asaph
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-14git: add 1.8.5.5 bottle.BrewTestBot
Closes #26723. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-14git 1.8.5.5asaph
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-10git 1.8.5.4Jack Nagel
2014-01-29git: do not apply patches on headFrancisco Souza
Closes #26259. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-01-21git: fix curl dependencyJack Nagel
The "with-darwinssl" option no longer exists as it is the default. Fixes #26064.
2014-01-15git: add 1.8.5.3 bottle.BrewTestBot
Closes #25908. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-01-15git 1.8.5.3Stefan
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-01-04git: cleanup python usage.Mike McQuaid
2013-12-19git: update 1.8.5.2 bottle.BrewTestBot
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-12-19git 1.8.5.2yanniks
Closes #25329. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-12-08git: install remote helpers for hg and bzrJack Nagel
Closes #25032.
2013-12-05git 1.8.5.1 bottlesJack Nagel
2013-12-05git 1.8.5.1yanniks
Closes #24928. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-11-28git: update 1.8.5 bottle.BrewTestBot
2013-11-28git 1.8.5Mike McQuaid
Closes #24736.
2013-11-27git: update 1.8.4.3 bottle.BrewTestBot
2013-11-27git: fix git-svn on 10.9.Mike McQuaid
Fixes #23587. Closes #24686.
2013-11-27git: update HTML docs world-readable version.Mike McQuaid
I checked this and it's still needed in 1.8.4.3.
2013-11-10git: add --with-persistent-https optionAnthony Ramine
Closes #24153. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-11-08git 1.8.4.3 bottlesJack Nagel
2013-11-08git 1.8.4.3Kevin Moore
Closes #24102. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-10-28git 1.8.4.2Jack Nagel
2013-10-28git: add mavericks bottle.Mike McQuaid
2013-10-25git: _really_ fix permissions on docsJack Nagel
2013-10-25git: fix permissions on html docsJack Nagel
2013-10-22git 1.8.4.1 bottlesJack Nagel
2013-10-22git 1.8.4.1Christian Inzinger
Closes #23437. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-21git: remove extra newlineJack Nagel
2013-09-20git: fix brewed-curl option SSL failures.Peter Aronoff
Closes #22704. Closes #22713. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-19git: add option to select brewed ssl and curlJanusz Harkot
Closes #20260. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-18git: add bottles.Mike McQuaid
2013-09-11git: use resourcesAdam Vandenberg
2013-08-23git 1.8.4Kevin Moore
Closes #22098. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-22git: Set sysconfdir during the buildPeter Eisentraut
Configuration files should be in /usr/local/etc (or equivalent), not in the cellar, where git put them before. Closes #22082. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-07-23Git 1.8.3.4Sebastian Staudt
Closes #21396. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-07-16git 1.8.3.3Jack Nagel
2013-06-29git 1.8.3.2Kevin Moore
Closes #20905. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-11git 1.8.3.1Richard Wu
Closes #20402. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-06-08Make Test::Unit assertions available in formula testsJack Nagel
Closes #18753. Closes #20358.