aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git.rb
AgeCommit message (Collapse)Author
2012-01-27git 1.7.9Jack Nagel
This release enables gettext i18n, but in the interest of avoiding that depdendency I have disabled it for the time being (NO_GETTEXT=1). We can enable it if international users request it. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-20git 1.7.8.4Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-06git 1.7.8.3Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-28git 1.7.8.2Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-28git: define NO_R_TO_GCC_LINKERJack Nagel
Inadvertently failing to pass the correct library paths to the linker can cause a build to link against an incorrect version of a library. Some compilers don't pass the runtime path defined with '-Rpath' to the linker. With this defined, paths will be passed to the linker with -Wl,rpath, rather than -R. Apple's gcc-4.0, gcc-4.2, and llvm-gcc do not complain about -R, but it is not documented as far as I can tell, and clang complains vocally about it. As long as they all support the -Wl format, we may as well be safe. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-28git: remove hardlink cruftJack Nagel
I'm not sure if this was every really necessary, but at least in current git, these things are already hardlinks to the main git binary. From a non-Homebrew build: $ ls -i1 53142021 git 53142026 git-cvsserver 53142021 git-receive-pack 53142025 git-shell 53142021 git-upload-archive 53142022 git-upload-pack 53142116 gitk Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-21git 1.7.8.1Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-19git: set PERL_PATHLeo Kim
The default git PERL_PATH (/usr/bin/perl) can cause build issues for users with non-system Perl installations, e.g. perlbrew. Setting PERL_PATH to the Perl in the path should be sufficient. Closes #9152. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-02git 1.7.8Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-02git: add "--with-pcre" optionwaltari
Closes #8929. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-01git: remove CC assignment from MakefileFlorian Kistner
Closes #8923. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-18git 1.7.7.4Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-16Revert "git: install Git.pm correctly on Lion"Jack Nagel
This reverts commit 4cfacc4def66d02b55d8b303b85522bf30317c8f. This causes more problems than it solves. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-16git: install Git.pm correctly on LionNicholas Harteau
Fixes #8620. Closes #8622. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-16git: cleanupJack Nagel
In particular, the fix for the "PERL_MM_OPT" bit has been in core git since git.git@fa57f717cd679fd808845e21d6e51a277b76a15d. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-08git 1.7.7.3Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-02git 1.7.7.2Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-24git 1.7.7.1Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-30git 1.7.7Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-28git 1.7.6.4Can Berk Güder
We'll switch back to kernel.org when it resumes service. Closes #7873. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-19mirror support: Mirrors for kernel.org softwareCharlie Sharpsteen
- All Debian software is now mirrored by ftp.us.debian.org. - LibFFI is mirrored by ftp.sourceware.org. - All kernel.org software is now mirrored by mirrorservice.org. Fixes #7478.
2011-08-24git 1.7.6.1Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-25Remove redundant commentMax Howell
2011-08-24Install Git contrib more sensiblyMax Howell
Make caveats refer to persistent locations.
2011-08-24git: define NO_PERL_MAKEMAKER on LionJack Nagel
Clean XCode 4.x installs (i.e., not on top of an existing XCode 3.2.x installation) do not include Perl MakeMaker. Tentatively fixes #7091.
2011-07-27git: add option to compile with BLK_SHA1Jack Nagel
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-27git 1.7.6Jack Nagel
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-05git: edit caveatsAdam Vandenberg
Give a non-versioned location for the bash completion script.
2011-06-03git: reword some commentsAdam Vandenberg
2011-06-01git 1.7.5.4Jack Nagel
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-26git 1.7.5.3Jack Nagel
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-20Git 1.7.5.2Sebastian Staudt
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-05Git 1.7.5.1Matthew Blair
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-26Git 1.7.5Sebastian Staudt
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-18git: note install locations in caveatsAdam Vandenberg
2011-04-08Update git to 1.7.4.4Charlie Sharpsteen
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-03Update Git to v1.7.4.3Andrew Marshall
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-28Update Git to v1.7.4.2Andrew Marshall
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-27git - copy contrib folder to shareAdam Vandenberg
2011-02-14Update git to v1.7.4.1Semyon Perepelitsa
Closes #4232. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-02-04Update git to v1.7.4Andrew Marshall
Closes #4122. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-01-06Upgrade git to version 1.7.3.5David Waite
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-16git 1.7.3.4Adam Vandenberg
2010-12-06Update Git to v1.7.3.3Andrew Marshall
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-04git - fix audit issuesAdam Vandenberg
2010-12-03Added emacs mode to /usr/local/share/doc/git-core/contrib/emacs directoryWilliam Roe
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-11-05Git - 1.7.3.2Tianyi Cui
The downloads for "1.7.3.2" were missing for a while, so we reverted to 1.7.3.1; the .2 versions are back up, and no security issue on that version is known, so bumping back up to that version. This reverts commit ea668ec2f00bcdb33e78093e1215a18a4cb7ac10. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-01Git - revert to 1.7.3.1Gray Manley
Update the git urls to the previous version as it looks like 1.7.3.2 had an bug. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-26Updated Git to 1.7.3.2Sebastian Staudt
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-29git 1.7.3.1Tianyi Cui
Signed-off-by: Adam Vandenberg <flangy@gmail.com>