Commit Graph

97 Commits (44c6f3cda030d6cf7f459037b92d0b2de01d68af)

Author SHA1 Message Date
Jack Nagel cee03dcd35 git 1.7.8.3
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-06 16:31:21 -06:00
Jack Nagel ef7ea88f47 git 1.7.8.2
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-28 17:24:41 -06:00
Jack Nagel 5171083128 git: define NO_R_TO_GCC_LINKER
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-28 17:16:57 -06:00
Jack Nagel 234a6beb3e git: remove hardlink cruft
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-28 15:25:03 -06:00
Jack Nagel 2934725410 git 1.7.8.1
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-21 20:36:00 -06:00
Leo Kim 441626e03a git: set PERL_PATH
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 Homebrew/homebrew#9152.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-19 11:37:58 -06:00
Jack Nagel f4b526e6cf git 1.7.8
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-02 14:36:34 -06:00
waltari 51713aa621 git: add "--with-pcre" option
Closes Homebrew/homebrew#8929.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-02 14:25:41 -06:00
Florian Kistner 14881ea794 git: remove CC assignment from Makefile
Closes Homebrew/homebrew#8923.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-01 20:29:38 -06:00
Jack Nagel 33e1664580 git 1.7.7.4
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-18 20:43:22 -06:00
Jack Nagel 7bec6f92c5 Revert "git: install Git.pm correctly on Lion"
This reverts commit 4cfacc4def66d02b55d8b303b85522bf30317c8f.

This causes more problems than it solves.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-16 21:22:25 -06:00
Nicholas Harteau c65efbf0c1 git: install Git.pm correctly on Lion
Fixes Homebrew/homebrew#8620.
Closes Homebrew/homebrew#8622.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-16 17:41:21 -06:00
Jack Nagel ca537e2fb5 git: cleanup
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-16 17:38:33 -06:00
Jack Nagel 2460f3179f git 1.7.7.3
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-08 19:35:13 -06:00
Jack Nagel 726b39a2a4 git 1.7.7.2
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-02 00:28:27 -05:00
Jack Nagel b437f6490a git 1.7.7.1
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-24 11:46:56 -05:00
Jack Nagel 8c94bcb569 git 1.7.7
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-30 22:06:58 -05:00
Can Berk Güder 376888ae18 git 1.7.6.4
We'll switch back to kernel.org when it resumes service.

Closes Homebrew/homebrew#7873.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-28 16:49:29 -05:00
Charlie Sharpsteen 4f9f0d0bf5 mirror support: Mirrors for kernel.org software
- 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 Homebrew/homebrew#7478.
2011-09-19 09:25:02 -07:00
Jack Nagel 515975641c git 1.7.6.1
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-24 19:28:34 -05:00
Max Howell 175d1d39b8 Remove redundant comment 2011-08-25 12:24:46 +02:00
Max Howell 57b96ba1cd Install Git contrib more sensibly
Make caveats refer to persistent locations.
2011-08-24 22:50:43 +01:00
Jack Nagel 248ab35ca3 git: define NO_PERL_MAKEMAKER on Lion
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 Homebrew/homebrew#7091.
2011-08-24 09:48:17 -05:00
Jack Nagel 7f0334703d git: add option to compile with BLK_SHA1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-27 17:40:20 -07:00
Jack Nagel e17d6ffc29 git 1.7.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-27 14:06:56 -07:00
Adam Vandenberg 0480dbb852 git: edit caveats
Give a non-versioned location for the bash completion script.
2011-06-05 21:07:05 -07:00
Adam Vandenberg 0033ef69ff git: reword some comments 2011-06-03 21:38:35 -07:00
Jack Nagel f2ff2c0442 git 1.7.5.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-01 21:10:30 -07:00
Jack Nagel 0cb17cdf81 git 1.7.5.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-26 21:41:24 -07:00
Sebastian Staudt f433877ef3 Git 1.7.5.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-20 15:24:50 -07:00
Matthew Blair 9437ed1448 Git 1.7.5.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-05 06:40:56 -07:00
Sebastian Staudt 8a7cad1079 Git 1.7.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-26 13:23:48 -07:00
Adam Vandenberg b63b001a11 git: note install locations in caveats 2011-04-18 10:17:42 -07:00
Charlie Sharpsteen b22f805d31 Update git to 1.7.4.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-08 17:46:21 -07:00
Andrew Marshall 43c4b330dd Update Git to v1.7.4.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-03 22:00:56 -07:00
Andrew Marshall f7e98dc6a2 Update Git to v1.7.4.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-28 09:02:41 -07:00
Adam Vandenberg 9c0df05b48 git - copy contrib folder to share 2011-02-27 12:59:09 -08:00
Semyon Perepelitsa 240825d465 Update git to v1.7.4.1
Closes Homebrew/homebrew#4232.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-02-14 10:00:14 +00:00
Andrew Marshall ece0b56b77 Update git to v1.7.4
Closes Homebrew/homebrew#4122.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-02-04 08:49:01 +00:00
David Waite 4c7ced3e96 Upgrade git to version 1.7.3.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-06 09:47:16 -08:00
Adam Vandenberg e2aeb42a20 git 1.7.3.4 2010-12-16 09:29:59 -08:00
Andrew Marshall 8b31bee052 Update Git to v1.7.3.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-06 12:34:10 -08:00
Adam Vandenberg dc4f7b50db git - fix audit issues 2010-12-04 18:40:41 -08:00
William Roe 6a2db16963 Added emacs mode to /usr/local/share/doc/git-core/contrib/emacs directory
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-12-03 11:53:07 +00:00
Tianyi Cui d3392615a7 Git - 1.7.3.2
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-05 07:03:13 -07:00
Gray Manley 72df818770 Git - revert to 1.7.3.1
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-11-01 19:16:23 -07:00
Sebastian Staudt 36e1cc2b5c Updated Git to 1.7.3.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-26 07:51:00 -07:00
Tianyi Cui a546bead67 git 1.7.3.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-29 21:05:58 -07:00
Ville Lautanala 04b3d06e03 Update Git to 1.7.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-20 09:37:09 -07:00
David Sawyer 389bcfccbc Updated git.rb to 1.7.2.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-05 22:39:16 -07:00