aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git.rb
AgeCommit message (Collapse)Author
2015-04-23git: update 2.3.6 bottle.BrewTestBot
2015-04-23git 2.3.6Michael Paquier
Closes #38924. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-31git: update 2.3.5 bottle.BrewTestBot
2015-03-31git 2.3.5David Christenson
Update to latest stable release, change to [] per RuboCop's advice. Closes #38254. Signed-off-by: Brett Koonce <koonce@gmail.com>
2015-03-24git: update 2.3.4 bottle.BrewTestBot
2015-03-24git 2.3.4Michael Paquier
Closes #38012. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-16git: update 2.3.3 bottle.BrewTestBot
2015-03-16git 2.3.3Michael Paquier
Closes #37755. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-07git: update 2.3.2 bottle.BrewTestBot
2015-03-07git 2.3.2Michael Paquier
Closes #37478. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-26git: update 2.3.1 bottle.BrewTestBot
2015-02-26git 2.3.1Michael Paquier
Closes #37215. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-14Remove GIT_DIR hacks (head)Jack Nagel
2015-02-06git: update 2.3.0 bottle.BrewTestBot
2015-02-06git 2.3.0Jaehoon You
Release notes: https://github.com/git/git/blob/master/Documentation/RelNotes/2.3.0.txt Signed-off-by: Jaehoon You <teslamint@gmail.com> Closes #36585. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-01-20git: fix subversion depJack Nagel
Fixes #36047.
2015-01-14git: update 2.2.2 bottle.BrewTestBot
2015-01-14git: update 2.2.2 bottle.BrewTestBot
2015-01-14git 2.2.2Ralph Giles
Closes #35861. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-27git: fix strict audit failures.Mike McQuaid
2014-12-18git: update 2.2.1 bottle.BrewTestBot
2014-12-18git 2.2.1Mike McQuaid
Closes #35105. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-01git: fix broken svn option if no swig exists prior.Dominyk Tiller
Resolves the bug where installing Git with brewed-svn wouldn't automatically drag in the required Swig dependency and consequently the build would instantly error out. The error itself could be with the subversion formulae or Homebrew itself, and this may just be a workaround. Given building git with-brewed-svn specifies svn with perl, it should trigger a swig download automatically prior to attempting to install the svn dep, but for some reason it doesn't. Both from-source and from-bottle installs error out in the same way: ``` ==> Installing git dependency: subversion Error: /usr/local/opt/swig not present or broken Please reinstall swig. Sorry :( ``` For now, have resolved this bug by dragging in an explicit swig dependency prior to the subversion one, if you choose to install with-brewed-svn. Closes #34554. Closes #34576. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-29git: update 2.2.0 bottle.BrewTestBot
2014-11-29git: fix openssl linkageDominyk Tiller
Prunes the system-openssl linkage in the event someone compiles git without brewed-openssl. Closes #34539. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-27git: update 2.2.0 bottle.BrewTestBot
2014-11-27git 2.2.0Denis Denisov
Closes #34491. Closes #34483. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-30git: update 2.1.3 bottle.BrewTestBot
Closes #33737. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-30git 2.1.3Michael Paquier
2014-10-06git: add Yosemite bottle.Mike McQuaid
2014-10-02git: update 2.1.2 bottle.BrewTestBot
Closes #32891. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-02git 2.1.2Michael Paquier
This is a bugfix release, including the following changes: * "git push" over HTTP transport had an artificial limit on number of refs that can be pushed imposed by the command line length. * When receiving an invalid pack stream that records the same object twice, multiple threads got confused due to a race. * An attempt to remove the entire tree in the "git fast-import" input stream caused it to misbehave. * Reachability check (used in "git prune" and friends) did not add a detached HEAD as a starting point to traverse objects still in use. * "git config --add section.var val" used to lose existing section.var whose value was an empty string. * "git fsck" failed to report that it found corrupt objects via its exit status in some cases.
2014-09-27git: stop installing remote helpersJack Nagel
These are now maintained outside of the main tree: https://github.com/felipec/git-remote-hg https://github.com/felipec/git-remote-bzr
2014-09-21git: update 2.1.1 bottle.BrewTestBot
2014-09-21git 2.1.1Tomasz Pajor
Closes #32486. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-08-17git: update 2.1.0 bottle.BrewTestBot
2014-08-17git 2.1.0, fix bug git-subtree MakefileDenis Denisov
Closes #31638. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-08-12git: fix PERLLIB_EXTRA for 10.10Mohammed Tangestani
Fixes #31310. Closes #31312. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-08-02git: update 2.0.4 bottle.BrewTestBot
Closes #31298. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-08-02git 2.0.4Chongyu Zhu
2014-07-25git: update 2.0.3 bottle.BrewTestBot
Closes #31108. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-07-25git 2.0.3droid-Q
2014-07-21git: update 2.0.2 bottle.BrewTestBot
2014-07-21git 2.0.2droid-Q
Closes #30989. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-02git: update 2.0.1 bottle.BrewTestBot
2014-07-02git 2.0.1Jack Nagel
2014-06-18git: add --with-brewed-svn option.Mikko Lehtonen
Fixes #29641. Fixes #30255.
2014-06-17git: update 2.0.0 bottle.BrewTestBot
2014-06-17git: fix permissions on html doc directoriesJack Nagel
2014-05-28git: update 2.0.0 bottle.BrewTestBot